generator-stanlee
Version:
Generator for a WordPress starter theme (using Stan Lee) with Gulp, Bootstrap and other good stuff
51 lines • 1.32 kB
JSON
{
"name": "<%= package_name %>",
"version": "1.0.0",
"description": "<%= package_description %>",
"author": "<%= package_author %>",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.0.0",
"beepbeep": "^1.2.2",
"browser-sync": "^2.11.1",
"eslint": "^7.12.0",
"eslint-config-wordpress": "^2.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.5.2",
"gulp-filter": "^6.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.2.0",
"gulp-remember": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.6",
"gulp-wp-pot": "^2.0.7",
"gulp-zip": "^5.0.2"
},
"scripts": {
"start": "gulp",
"zip": "gulp zip",
"styles": "gulp styles",
"images": "gulp images",
"js-custom": "gulp customJS",
"js-vendors": "gulp vendorsJS",
"translate": "gulp translate",
"styles-rtl": "gulp stylesRTL",
"cache-clear": "gulp clearCache"
},
"dependencies": {
"bootstrap": "^5.1.1",
"gulp-order": "^1.2.0"
}
}