2021-12-01 04:20:13 +00:00
|
|
|
{
|
|
|
|
"name": "mantic",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-12-19 21:26:59 +00:00
|
|
|
"dev": "concurrently -n NEXT,TS -c magenta,cyan \"next dev -p 3000\" \"yarn ts --watch\"",
|
|
|
|
"ts": "tsc --noEmit --incremental --preserveWatchOutput --pretty",
|
2021-12-13 21:44:04 +00:00
|
|
|
"build": "next build",
|
2021-12-01 04:20:13 +00:00
|
|
|
"start": "next start",
|
2021-12-02 23:49:46 +00:00
|
|
|
"lint": "next lint",
|
2021-12-14 07:21:14 +00:00
|
|
|
"format": "npx prettier --write .",
|
|
|
|
"prepare": "cd .. && husky install web/.husky"
|
2021-12-01 04:20:13 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-19 21:26:59 +00:00
|
|
|
"@headlessui/react": "1.4.2",
|
|
|
|
"@heroicons/react": "1.0.5",
|
2021-12-13 01:50:17 +00:00
|
|
|
"@nivo/core": "0.74.0",
|
|
|
|
"@nivo/line": "0.74.0",
|
2021-12-10 18:06:51 +00:00
|
|
|
"clsx": "1.1.1",
|
2021-12-12 20:09:41 +00:00
|
|
|
"daisyui": "1.16.4",
|
2021-12-13 06:55:28 +00:00
|
|
|
"dayjs": "1.10.7",
|
2021-12-09 23:33:01 +00:00
|
|
|
"firebase": "9.6.0",
|
2022-01-16 03:09:15 +00:00
|
|
|
"gridjs": "^5.0.2",
|
|
|
|
"gridjs-react": "^5.0.2",
|
2021-12-15 07:41:50 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-12-16 05:49:38 +00:00
|
|
|
"next": "12.0.7",
|
2021-12-01 04:20:13 +00:00
|
|
|
"react": "17.0.2",
|
2022-01-06 08:45:30 +00:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-expanding-textarea": "^2.3.4"
|
2021-12-01 04:20:13 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-12 20:09:41 +00:00
|
|
|
"@tailwindcss/forms": "0.4.0",
|
2021-12-19 21:26:59 +00:00
|
|
|
"@types/lodash": "4.14.178",
|
2021-12-01 04:20:13 +00:00
|
|
|
"@types/node": "16.11.11",
|
|
|
|
"@types/react": "17.0.37",
|
2021-12-03 00:53:21 +00:00
|
|
|
"autoprefixer": "10.2.6",
|
2021-12-19 21:26:59 +00:00
|
|
|
"concurrently": "6.5.1",
|
2022-01-14 23:05:12 +00:00
|
|
|
"critters": "0.0.16",
|
2021-12-01 04:20:13 +00:00
|
|
|
"eslint": "7.32.0",
|
|
|
|
"eslint-config-next": "12.0.4",
|
2021-12-19 21:26:59 +00:00
|
|
|
"husky": "7.0.4",
|
|
|
|
"lint-staged": "12.1.3",
|
2021-12-03 00:53:21 +00:00
|
|
|
"postcss": "8.3.5",
|
2021-12-02 23:35:37 +00:00
|
|
|
"prettier": "2.5.0",
|
2021-12-19 21:26:59 +00:00
|
|
|
"pretty-quick": "3.1.2",
|
2021-12-12 20:09:41 +00:00
|
|
|
"tailwindcss": "3.0.1",
|
2021-12-19 21:26:59 +00:00
|
|
|
"tsc-files": "1.1.3",
|
2021-12-01 04:20:13 +00:00
|
|
|
"typescript": "4.5.2"
|
2021-12-18 20:59:40 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{ts,tsx}": "tsc-files --noEmit --incremental false"
|
2021-12-01 04:20:13 +00:00
|
|
|
}
|
|
|
|
}
|