forked from emeks-studio/antd-custom-theme-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 887 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
{
"name": "@emeks/antd-custom-theme-generator",
"version": "0.1.7",
"peerDependencies": {
"antd": "^4.3.5"
},
"dependencies": {
"less": "3.11.3",
"minimist": "1.2.5",
"node-watch": "0.7.1"
},
"bin": {
"generate-theme": "index.js"
},
"scripts": {
"test": "echo \"No test specified\""
},
"description": "A simple way to create an antd theme css file with zero configuration.",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emeks-studio/antd-custom-theme-generator.git"
},
"keywords": [
"javascript",
"react",
"antd"
],
"author": "granujas",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/emeks-studio/antd-custom-theme-generator/issues"
},
"homepage": "https://github.com/emeks-studio/antd-custom-theme-generator#readme"
}