forked from chenshuai2144/umi-plugin-antd-theme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 943 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
39
40
41
42
43
{
"name": "umi-plugin-antd-theme-generator",
"version": "3.0.3",
"description": "",
"authors": {
"name": "liuchiliang",
"email": "l.chl@foxmail.com"
},
"repository": "https://github.com/liuchiliang/umi-plugin-antd-theme-generator.git",
"peerDependencies": {
"umi": "3.x"
},
"main": "lib/index.js",
"scripts": {
"start": "CURRENT_PROJECT=example umi ui",
"build": "father-build"
},
"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": {
"@babel/runtime": "^7.13.10",
"crypto": "^1.0.1",
"cssnano": "^5.0.6",
"less": "^3.11.3",
"less-plugin-npm-import": "^2.1.0",
"postcss": "^8.1.9",
"postcss-modules": "^4.1.3",
"rimraf": "^3.0.0",
"serve-static": "^1.14.1",
"slash2": "^2.0.0"
}
}