-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
{
"name": "react-antd-admin",
"version": "1.0.0",
"description": "react-antd-admin-front-end",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@toast-ui/editor": "^3.2.0",
"@toast-ui/react-editor": "^3.2.0",
"ahooks": "^3.7.0",
"antd": "^4.22.8",
"axios": "^0.27.2",
"copy-to-clipboard": "^3.3.2",
"crypto-js": "^4.1.1",
"draft-js": "^0.11.7",
"echarts": "^5.3.3",
"echarts-for-react": "^3.0.2",
"echarts-liquidfill": "^3.1.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-document-title": "^2.0.3",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-intl": "^6.1.0",
"react-redux": "^8.0.2",
"react-router-dom": "6.3.0",
"react-transition-group": "^4.4.5",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"typewriter-effect": "^2.19.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/draft-js": "^0.11.9",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.7.14",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.18",
"@types/react-document-title": "^2.0.5",
"@types/react-dom": "^18.0.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.8",
"consola": "^2.15.3",
"less": "^4.1.3",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.0.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-style-import": "^2.0.0"
}
}