-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.06 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.06 KB
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
66
67
68
{
"name": "react-template",
"private": true,
"version": "1.2.0",
"type": "module",
"description": "react模板",
"scripts": {
"dev": "vite --port 8800 --mode development",
"start": "yarn dev",
"build:dev": "vite build --mode development",
"build:test": "vite build --mode test",
"build": "vite build --mode production",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --port 83",
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite"
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^5.2.5",
"@ant-design/pro-components": "^2.8.2",
"@react-spring/web": "^9.7.3",
"ahooks": "^3.7.8",
"antd": "5.22.1",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"history": "^5.3.0",
"immer": "^10.0.3",
"lodash-es": "^4.17.21",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-query": "^3.39.3",
"react-router-dom": "^6.14.2"
},
"devDependencies": {
"@ice/store": "2.0.4",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.8",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"click-to-react-component": "^1.1.2",
"eslint": "8.22",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"from": "^0.1.7",
"less": "^4.2.0",
"less-vars-to-js": "^1.3.0",
"mockjs": "^1.1.0",
"postcss": "^8.4.27",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "2.9.8",
"vite-plugin-windicss": "^1.9.1"
}
}