Skip to content

Instantly share code, notes, and snippets.

@tankbar
Created April 4, 2022 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tankbar/d2d40355e7b45f3e7a66d77b88345a50 to your computer and use it in GitHub Desktop.
Save tankbar/d2d40355e7b45f3e7a66d77b88345a50 to your computer and use it in GitHub Desktop.
Example package.json for gulpfile
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp watch",
"build": "gulp build"
},
"private": true,
"author": "Tankbar",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.16.10",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/preset-env": "7.16.11",
"autoprefixer": "10.4.2",
"beepbeep": "1.3.0",
"cssnano": "5.0.15",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-imagemin": "7.1.0",
"gulp-livereload": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-rename": "2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify-es": "3.0.0",
"node-bourbon": "4.2.8",
"node-notifier": "10.0.0",
"postcss": "8.4.5",
"sass": "^1.49.0",
"strip-ansi": "^6.0.0"
},
"dependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment