-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
39 lines (39 loc) · 896 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
{
"name": "antd-theme-webpack-plugin",
"version": "1.3.9",
"description": "A webpack plugin to provide Dynamic Theme for Ant Design",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "cd examples/customize-cra && npm run build && gh-pages -d build && cd ../../"
},
"dependencies": {
"antd-theme-generator": "^1.2.8",
"webpack-sources": "^2.2.0"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"author": {
"name": "mzohaibqc",
"url": "https://github.com/mzohaibqc"
},
"repository": {
"type": "git",
"url": "git://github.com/mzohaibqc/antd-theme-webpack-plugin"
},
"keywords": [
"antd",
"ant-design",
"less",
"lessjs",
"css",
"theme",
"dynamic-theme",
"webpack"
],
"license": "ISC",
"devDependencies": {
"gh-pages": "^2.2.0"
}
}