1 Star 0 Fork 0

Zengweigang / zwg-gulp-pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1000 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zengweigang 提交于 2020-07-13 07:17 . add file
{
"name": "zwg-gulp-pages",
"version": "1.0.0",
"description": "This is a gulp build workflow",
"keywords": [
"zwg-gulp-pages"
],
"main": "lib/index.js",
"bin": "bin/zwg-gulp-pages.js",
"directories": {
"lib": "lib"
},
"repository": "https://gitee.com/zengweigang2020/zwg-gulp-pages.git",
"author": "zengweigang",
"files": [
"lib",
"bin"
],
"license": "MIT",
"scripts": {
"lint": "standard --fix"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.1.0",
"gulp-load-plugins": "^2.0.1",
"gulp-sass": "^4.0.2",
"gulp-swig": "^0.9.1",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6"
},
"devDependencies": {
"standard": "^13.1.0"
},
"engines": {
"node": ">=6"
}
}
1
https://gitee.com/zengweigang2020/zwg-gulp-pages.git
git@gitee.com:zengweigang2020/zwg-gulp-pages.git
zengweigang2020
zwg-gulp-pages
zwg-gulp-pages
master

搜索帮助