2021-12-01 04:20:13 +00:00
|
|
|
{
|
|
|
|
"name": "mantic",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2021-12-02 00:35:04 +00:00
|
|
|
"build": "next build && next export",
|
2021-12-01 04:20:13 +00:00
|
|
|
"start": "next start",
|
2021-12-02 23:49:46 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"format": "npx prettier --write ."
|
2021-12-01 04:20:13 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-01 19:58:00 +00:00
|
|
|
"@headlessui/react": "^1.4.2",
|
|
|
|
"@heroicons/react": "^1.0.5",
|
2021-12-01 04:20:13 +00:00
|
|
|
"next": "12.0.4",
|
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-02 18:38:49 +00:00
|
|
|
"@tailwindcss/forms": "^0.3.4",
|
2021-12-01 04:20:13 +00:00
|
|
|
"@types/node": "16.11.11",
|
|
|
|
"@types/react": "17.0.37",
|
2021-12-01 19:58:00 +00:00
|
|
|
"autoprefixer": "^10.2.6",
|
2021-12-01 04:20:13 +00:00
|
|
|
"eslint": "7.32.0",
|
|
|
|
"eslint-config-next": "12.0.4",
|
2021-12-01 19:58:00 +00:00
|
|
|
"postcss": "^8.3.5",
|
2021-12-02 23:35:37 +00:00
|
|
|
"prettier": "2.5.0",
|
2021-12-01 19:58:00 +00:00
|
|
|
"tailwindcss": "^2.2.4",
|
2021-12-01 04:20:13 +00:00
|
|
|
"typescript": "4.5.2"
|
|
|
|
}
|
|
|
|
}
|