-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.62 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
64
65
66
67
{
"name": "cloud-cabinet-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@reduxjs/toolkit": "^1.9.2",
"@types/antd": "^1.0.0",
"@types/blueimp-md5": "^2.18.0",
"@types/node": "^16.18.12",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.25",
"ahooks": "^3.8.0",
"antd": "^5.19.1",
"axios": "^1.7.2",
"blueimp-md5": "^2.19.0",
"craco-alias": "^3.0.1",
"craco-less": "^3.0.1",
"dayjs": "^1.11.11",
"less": "^4.2.0",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.24.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build && npm run package",
"prepare": "husky install",
"package": "tar zcvf dist.tar.gz dist"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"eslint-config-prettier": "^8.6.0",
"http-proxy-middleware": "^2.0.6",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"prettier": "^2.8.3",
"webpack-bundle-analyzer": "^4.7.0"
}
}