forked from ElementUI/element-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.46 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.46 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@feq/element-theme-generator",
"version": "4.0.0",
"description": "Theme generator cli tool for Element",
"bin": {
"element-theme-generator": "./bin/element-theme",
"etg": "./bin/element-theme"
},
"scripts": {
"postversion": "git push --follow-tags"
},
"main": "index.js",
"repository": "https://github.com/roojay520/element-theme-generator.git",
"author": "roojay <roojay520@gmail.com>",
"license": "MIT",
"keywords": [
"element-ui",
"vue",
"theme",
"cli"
],
"bugs": {
"url": "https://github.com/roojay520/element-theme-generator/issues"
},
"dependencies": {
"@feq/gulp-css-min": "^1.2.0",
"@feq/gulp-css-wrap": "^1.1.0",
"chalk": "^4.1.2",
"commander": "6.2.1",
"fancy-log": "^1.3.3",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-nop": "0.0.3",
"gulp-sass": "^5.0.0",
"inquirer": "^8.1.5",
"lodash.clonedeep": "^4.5.0",
"lodash.isempty": "^4.4.0",
"lodash.merge": "^4.6.2",
"ora": "5.4.1",
"sass": "^1.41.0"
},
"devDependencies": {
"@feq/element-theme-chalk": "^2.15.6",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2"
},
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"not ie < 10"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}