-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
65 lines (65 loc) · 1.84 KB
/
package.json
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
59
60
61
62
63
64
65
{
"name": "nest-admin-web",
"version": "2.0.0",
"description": "",
"author": "[email protected]",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write .",
"test": "vitest"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@react-spring/web": "^9.7.3",
"animate.css": "^4.1.1",
"antd": "^5.13.1",
"axios": "^1.6.5",
"bytes": "^3.1.2",
"captcha-mini": "^1.1.0",
"d3": "^7.8.5",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-wordcloud": "^2.1.0",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-bmap": "^1.0.131",
"react-card-flip": "^1.2.2",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.2",
"react-transition-group": "^4.4.5",
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@types/bytes": "^3.1.4",
"@types/d3": "^7.4.3",
"@types/node": "^20.11.2",
"@types/qs": "^6.9.11",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "3.2.4",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.7",
"terser": "^5.37.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2"
},
"license": "MIT"
}