-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "growing-admin",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "node setEnv.js && next dev",
"build": "node setEnv.js && next build",
"start": "node setEnv.js && next start",
"lint": "node setEnv.js && next lint"
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-query-devtools": "^5.62.15",
"antd": "^5.3.2",
"axios": "^1.3.4",
"chart.js": "^4.3.0",
"cookies": "^0.8.0",
"cookies-next": "^2.1.2",
"dayjs": "^1.11.7",
"framer-motion": "^10.2.4",
"inko": "^1.1.1",
"lodash": "^4.17.21",
"next": "13.2.3",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"xlsx": "^0.18.5",
"zustand": "^4.4.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.194",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"autoprefixer": "^10.4.16",
"eslint": "^8.41.0",
"eslint-config-next": "13.2.3",
"msw": "^1.2.1",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
"msw": {
"workerDirectory": "public"
}
}