You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "gulp-static-html-scss-demo",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"serve": "node --max_old_space_size=8096 node_modules/gulp-cli/bin/gulp.js",
|
|
|
|
"build": "node --max_old_space_size=8096 node_modules/gulp-cli/bin/gulp.js build"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://git.ppst.top/gulp-static-html-demo.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"static",
|
|
|
|
"html",
|
|
|
|
"blog",
|
|
|
|
"theme"
|
|
|
|
],
|
|
|
|
"author": "ppst",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
|
|
"gulp-clean": "^0.4.0",
|
|
|
|
"gulp-connect": "^5.7.0",
|
|
|
|
"gulp-file-include": "^2.3.0",
|
|
|
|
"gulp-minify-css": "^1.2.4",
|
|
|
|
"gulp-minify-html": "^1.0.6",
|
|
|
|
"gulp-rename": "^2.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"gulp-cli": "^2.3.0",
|
|
|
|
"gulp-sass": "^5.1.0",
|
|
|
|
"sass": "^1.50.1"
|
|
|
|
}
|
|
|
|
}
|