manifold/web/package.json
2021-12-18 12:59:40 -08:00

47 lines
1.1 KiB
JSON

{
"name": "mantic",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write .",
"prepare": "cd .. && husky install web/.husky"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@nivo/core": "0.74.0",
"@nivo/line": "0.74.0",
"clsx": "1.1.1",
"daisyui": "1.16.4",
"dayjs": "1.10.7",
"firebase": "9.6.0",
"lodash": "4.17.21",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@tailwindcss/forms": "0.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"autoprefixer": "10.2.6",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"postcss": "8.3.5",
"prettier": "2.5.0",
"pretty-quick": "^3.1.2",
"tailwindcss": "3.0.1",
"tsc-files": "^1.1.3",
"typescript": "4.5.2"
},
"lint-staged": {
"*.{ts,tsx}": "tsc-files --noEmit --incremental false"
}
}