forked from ychengcloud/react-vite-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.74 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
{
"name": "admin-vite-ts",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/charts": "^1.0.18",
"@ant-design/pro-field": "^1.22.6",
"@ant-design/pro-form": "^1.43.5",
"@ant-design/pro-layout": "^6.26.5",
"@ant-design/pro-table": "^2.56.3",
"antd": "^4.12.3",
"autoprefixer": "^10.2.4",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"driver.js": "^0.9.8",
"history": "^5.0.0",
"mockjs": "^1.1.0",
"qs": "^6.9.6",
"react": "^17.0.0",
"react-app-polyfill": "^1.0.4",
"react-dev-utils": "^9.1.0",
"react-dom": "^17.0.0",
"react-error-boundary": "^3.1.0",
"react-helmet": "^5.2.1",
"react-intl": "^5.12.5",
"react-markdown": "^4.2.2",
"react-query": "^3.9.9",
"react-router-dom": "^6.2.2",
"react-router": "^6.2.2",
"react-transition-group": "^4.3.0",
"recharts": "^2.0.8",
"recoil": "^0.1.2",
"stringify": "^5.2.0",
"tailwindcss": "^2.0.3",
"todomvc-app-css": "^2.3.0",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/node": "^14.14.31",
"@types/qs": "^6.9.5",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^5.0.14",
"@types/react-transition-group": "^4.2.3",
"@types/recharts": "^1.8.21",
"@vitejs/plugin-react-refresh": "^1.1.0",
"cypress": "^6.8.0",
"less": "^4.1.1",
"typescript": "^4.1.2",
"vite": "^2.0.1",
"vite-aliases": "^0.5.1",
"vite-plugin-imp": "^2.0.5",
"vite-plugin-mock": "^2.2.4",
"vite-plugin-style-import": "^0.9.1",
"vite-plugin-svgr": "^0.2.0"
}
}