1 Star 1 Fork 0

rotten / custom-element-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Pc_mnezhe 提交于 2020-03-23 13:31 . first commit
{
"name": "custom-element-theme",
"version": "2.0.1",
"description": "Theme generator cli tool for Element",
"bin": {
"element-theme": "./bin/element-theme",
"et": "./bin/element-theme"
},
"files": [
"bin",
"lib"
],
"main": "index.js",
"scripts": {
"test": "xo"
},
"xo": {
"space": true,
"rule": {
"semi": 0,
"unicorn/no-process-exit": 0,
"import/no-dynamic-require": 0
}
},
"keywords": [
"element-ui",
"vue",
"theme",
"cli"
],
"bugs": {
"url": "https://github.com/ElementUI/element-theme/issues"
},
"engines": {
"node": ">=0.12.0"
},
"license": "MIT",
"peerDependencies": {
"element-theme-default": "*"
},
"dependencies": {
"commander": "^2.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.0.4",
"gulp-css-wrap": "^0.1.2",
"gulp-cssmin": "^0.1.7",
"gulp-nop": "0.0.3",
"gulp-sass": "^3.1.0",
"ora": "^0.3.0",
"run-sequence": "^1.2.2"
},
"devDependencies": {
"element-theme-chalk": "2.4.11",
"xo": "^0.17.0"
}
}
JavaScript
1
https://gitee.com/rotten-cpu/custom-element-theme.git
git@gitee.com:rotten-cpu/custom-element-theme.git
rotten-cpu
custom-element-theme
custom-element-theme
master

搜索帮助