{
"name": "glup-static-html-demo-es6-scss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"script": "node --max_old_space_size=8096 node_modules/gulp-cli/bin/gulp.js script",
"dev": "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": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^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",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"gulp-cli": "^2.3.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"sass": "^1.51.0"
}
}