-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.52 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.52 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
55
56
57
58
{
"name": "emetal-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@tanstack/react-query": "^4.12.0",
"@tanstack/react-query-devtools": "^4.14.3",
"@types/axios": "^0.14.0",
"antd": "^4.23.5",
"antd-dayjs-webpack-plugin": "^1.0.6",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"cookie": "^0.5.0",
"dayjs": "^1.11.5",
"framer-motion": "^7.6.5",
"jotai": "^1.8.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "12.2.5",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.35.0",
"react-icons": "^4.6.0",
"styled-components": "^5.3.5",
"sweetalert2": "^11.6.5"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.188",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "8.22",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"msw": "^0.47.4",
"prettier": "^2.7.1",
"typescript": "4.8.2"
},
"msw": {
"workerDirectory": "public"
}
}