初始化模板项目
上级
正在显示
package.json
0 → 100644
| { | ||
| "name": "{{projectName}}", | ||
| "version": "1.0.0", | ||
| "description": "于2019年6月份开发的集思营销页移动端", | ||
| "main": "index.js", | ||
| "license": "MIT", | ||
| "scripts": {}, | ||
| "dependencies": { | ||
| "browser-sync": "^2.26.7", | ||
| "gulp": "^4.0.2", | ||
| "gulp-autoprefixer": "^6.1.0", | ||
| "gulp-concat": "^2.6.1", | ||
| "gulp-csso": "^3.0.1", | ||
| "gulp-less": "^4.0.1", | ||
| "gulp-pug": "^4.0.1", | ||
| "gulp-string-replace": "^1.1.2", | ||
| "less": "^3.9.0" | ||
| } | ||
| } |
想要评论请 注册 或 登录