-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
38 lines (38 loc) · 860 Bytes
/
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
{
"name": "umi-plugin-antd-theme",
"version": "2.1.3",
"description": "",
"authors": {
"name": "chenshuai2144",
"email": "qixian.cs@outlook.com"
},
"repository": "https://github.com/chenshuai2144/umi-plugin-ant-theme.git",
"peerDependencies": {
"umi": "2.x || ^2.9.0-0 || 3.x"
},
"main": "lib/index.js",
"scripts": {
"start": "CURRENT_PROJECT=example umi ui",
"build": "father-build",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish"
},
"devDependencies": {
"@types/node": "^12.12.14",
"father-build": "^1.8.0",
"np": "^5.0.3",
"umi": "^3.0.18"
},
"files": [
"dist",
"lib",
"src",
"ui"
],
"license": "MIT",
"dependencies": {
"antd-pro-merge-less": "^3.0.0",
"rimraf": "^3.0.0",
"serve-static": "^1.14.1",
"slash2": "^2.0.0"
}
}