-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.5 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"private": true,
"name": "vsion.liusisi",
"description": "Console for multicloud",
"homepage": "https://vsion.github.io/vsion.liusisi.github.io",
"version": "1.0.0",
"scripts": {
"analyze": "cross-env ANALYZE=1 UMI_ENV=prod max build",
"start": "max dev",
"dev": "max dev",
"postinstall": "max setup",
"test": "jest",
"test:coverage": "max g jest --coverage",
"build": "cross-env UMI_ENV=prod max build --max_old_space_size=4096",
"pub": "cross-env UMI_ENV=prod max build --max_old_space_size=4096 && gh-pages -d dist",
"preview": "max preview --port 8888"
},
"dependencies": {
"@ant-design/compatible": "^5.1.1",
"@ant-design/icons": "^4.0.6",
"@ant-design/pro-components": "^2.3.49",
"@umijs/max": "^4.0.41",
"antd": "^5.4.0",
"brace": "^0.11.1",
"classnames": "^2.2.5",
"dayjs": "^1.11.7",
"dva": "^2.6.0-beta.20",
"fscreen": "^1.2.0",
"immer": "^9.0.14",
"js-yaml": "^4.1.0",
"lodash": "^4.17.5",
"nprogress": "^0.2.0",
"path-to-regexp": "^2.2.0",
"qs": "^6.11.0",
"query-string": "^8.1.0",
"rc-queue-anim": "^1.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-panelgroup": "^1.0.12",
"react-sortable-hoc": "^2.0.0",
"strict-uri-encode": "^2.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.20.5",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13",
"@types/classnames": "^2.2.7",
"@types/express": "^4.17.0",
"@types/history": "^4.7.2",
"@types/jest": "^27",
"@types/lodash": "^4.14.144",
"@types/qs": "^6.5.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"antd-mobile": "^5.29.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"cross-env": "^5.1.4",
"gh-pages": "^5.0.0",
"jest": "^27",
"lorem-ipsum": "^2.0.8",
"prop-types": "^15.7.2",
"spark-md5": "^3.0.2",
"stylelint": "^13.3.3",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"ts-node": "^10",
"typescript": "^4"
},
"engines": {
"node": ">=14.0.0"
}
}