-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 947 Bytes
/
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
{
"name": "hello-arco-vite",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@arco-design/web-react": "^2.24.0",
"@loadable/component": "^5.15.0",
"axios": "^0.24.0",
"copy-to-clipboard": "^3.3.1",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router": "5.2.0",
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@types/loadable__component": "^5.13.4",
"@types/mockjs": "^1.0.4",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@vitejs/plugin-react": "^1.0.8",
"@vitejs/plugin-react-refresh": "^1.3.6",
"less": "^4.1.2",
"mockjs": "^1.1.0",
"typescript": "^4.4.4",
"vite": "^2.6.14",
"vite-plugin-style-import": "^1.3.0"
}
}