-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 923 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
37
{
"name": "react-ant-design-mobx-admin",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.5",
"antd": "^5.11.4",
"axios": "^1.6.2",
"dotenv": "^16.0.1",
"echarts": "^5.4.3",
"echarts-liquidfill": "^3.1.0",
"mobx": "^6.11.0",
"mobx-react-lite": "^4.0.5",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-css-theme-switcher": "^0.3.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.2.0",
"less": "^4.2.0",
"vite": "^5.0.2",
"vite-plugin-html": "^3.2.0",
"vite-plugin-imp": "^2.4.0"
}
}