-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
{
"private": true,
"author": "氦客船长 <53848822+TanGuangZhi@users.noreply.github.com>",
"scripts": {
"build": "max build",
"dev": "max dev",
"e2e": "playwright test",
"e2e:chromium": "playwright test --project=chromium",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"prepare": "husky install",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^2.3.23",
"@emotion/react": "^11.10.4",
"@umijs/max": "^4.0.24",
"@umijs/plugin-sass": "^1.1.1",
"ahooks": "^3.7.1",
"antd": "^4.20.7",
"antd-form-builder": "2.1.3",
"axios": "0.21.1",
"echarts": "^5.4.0",
"faker": "5.5.3",
"lodash": "4.17.21",
"mockjs": "^1.1.0",
"node-sass": "^7.0.3",
"rc-resize-observer": "^1.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-loadable": "5.5.0",
"react-lodash": "0.1.2",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.0",
"react-use": "17.2.4",
"redux": "4.1.0",
"sass-loader": "^13.1.0",
"umi-request": "^1.4.0"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@emotion/babel-plugin": "^11.10.2",
"@playwright/test": "^1.27.0",
"@types/lodash": "^4.14.186",
"@types/mockjs": "^1.0.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^2.1.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2",
"prettier-plugin-packagejson": "^2",
"tailwindcss": "^3",
"typescript": "4.1.3"
}
}