forked from mzohaibqc/antd-theme-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1010 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
44
{
"name": "umi-theme-generator",
"version": "1.1.1",
"description": "This a script to generate color specific styles less file and which you can use to change theme dynamically in browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bundledDependencies": [
"glob",
"hash.js",
"less",
"less-plugin-npm-import",
"postcss",
"strip-css-comments"
],
"dependencies": {
"glob": "^7.1.3",
"hash.js": "^1.1.5",
"less": "^3.9.0",
"less-bundle-promise": "^1.0.7",
"less-plugin-npm-import": "^2.1.0",
"postcss": "^6.0.21",
"postcss-less": "^3.1.4",
"strip-css-comments": "^4.1.0"
},
"keywords": [
"antd",
"umi",
"theme",
"less",
"dynamic-theme",
"css"
],
"author": {
"name": "mzohaibqc",
"url": "https://github.com/mzohaibqc"
},
"repository": {
"type": "git",
"url": "git://github.com/alitajs/umi-theme-generator.git"
},
"license": "MIT"
}