Skip to content

Instantly share code, notes, and snippets.

@sxidsvit
Last active April 23, 2018 00:15
Show Gist options
  • Save sxidsvit/5f607a01eda713a2048b32ec01963674 to your computer and use it in GitHub Desktop.
Save sxidsvit/5f607a01eda713a2048b32ec01963674 to your computer and use it in GitHub Desktop.
File package.ison for using with Bootstrap4
{
"name": "bootstrap-4",
"version": "1.0.0",
"description": "Practical training with bootstrap 4",
"author": "sxidsvit",
"devDependencies": {
"bootstrap": "^4.1.0",
"browser-sync": "^2.23.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cssbeautify": "^1.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.0.1",
"gulp-strip-css-comments": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"jquery": "^3.3.1",
"rimraf": "^2.6.2",
"run-sequence": "^2.2.1"
},
"scripts": {
"build": "gulp build",
"start": "gulp"
},
"engines": {
"node": "4.6.2"
},
"dependencies": {
"popper.js": "^1.14.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment