forked from lgwebdream/fe-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 716 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 716 Bytes
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
{
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"postinstall": "umi generate tmp",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ant-design/pro-layout": "^6.5.0",
"antd": "^4.16.8",
"classnames": "^2.3.1",
"mockjs": "^1.1.0",
"react": "17.x",
"react-dom": "17.x",
"umi": "^3.5.10",
"umi-request": "^1.3.9"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/mockjs": "^1.0.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.5.10",
"yorkie": "^2.0.0"
}
}