toms-gulp-config
Version:
Gulp config for projects used for compiling JS, SCSS, and optimising images.
55 lines (54 loc) • 1.41 kB
JSON
{
"name": "toms-gulp-config",
"version": "1.3.0",
"description": "Gulp config for projects used for compiling JS, SCSS, and optimising images.",
"main": "gulpfile.esm.js",
"scripts": {
"postinstall": "node scripts/install.js",
"postuninstall": "node scripts/uninstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomslominski/toms-gulp-config.git"
},
"keywords": [
"gulp",
"gulp-tasks"
],
"author": "Tom Slominski <tom@slomin.ski>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomslominski/toms-gulp-config/issues"
},
"homepage": "https://github.com/tomslominski/toms-gulp-config#readme",
"browserslist": [
"defaults"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.14.5",
"@ianwalter/merge": "^9.0.1",
"autoprefixer": "^10.2.6",
"browserslist": "^4.19.1",
"colors": "^1.4.0",
"del": "^6.0.0",
"esm": "^3.2.25",
"fibers": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"postcss": "^8.3.5",
"sass": "^1.35.1"
}
}