-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"private": true,
"author": "jay.kou <[email protected]>",
"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": "^5.22.2",
"axios": "^1.7.8",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"jsencrypt": "^3.3.2",
"lodash-es": "^4.17.21",
"qs": "^6.13.1",
"react-admin-kit": "^0.5.10",
"umi": "^4.3.35"
},
"devDependencies": {
"@testing-library/jest-dom": "^5",
"@testing-library/react": "^14",
"@types/jest": "^29",
"@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",
"jest": "^29",
"jest-environment-jsdom": "^29",
"prettier": "3.4.1",
"ts-node": "^10",
"typescript": "^5"
}
}