-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 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
{
"private": true,
"author": "jay.kou <jay.kou@qq.com>",
"scripts": {
"dev": "cross-env PORT=3200 umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev",
"test": "cross-env TS_NODE_TRANSPILE_ONLY=yes jest --passWithNoTests"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-list": "^2.6.2",
"antd": "^6.3.0",
"axios": "^1.7.8",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"immer": "^10.0.3",
"jsencrypt": "^3.3.2",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"qs": "^6.13.1",
"react-admin-kit": "^1.0.6",
"react-gov-ui": "^1.4.0",
"umi": "^4.4.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5",
"@testing-library/react": "^14",
"@types/jest": "^29",
"@types/moment": "^2.13.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@umijs/plugins": "^4.3.35",
"cross-env": "^7",
"csstype": "^3.1.3",
"jest": "^29",
"jest-environment-jsdom": "^29",
"prettier": "3.4.1",
"ts-node": "^10",
"typescript": "^5"
}
}