-
-
Save ilearnjavascript/afb4e816d1b13d01a7089eb8447e4536 to your computer and use it in GitHub Desktop.
gulp - package-json.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gulp-example", | |
"version": "1.0.0", | |
"description": "gulp-example", | |
"main": "main.js", | |
"scripts": { | |
"start": "gulp serve" | |
}, | |
"author": "iljs", | |
"license": "ISC", | |
"devDependencies": { | |
"@babel/core": "^7.4.0", | |
"@babel/preset-env": "^7.4.2", | |
"del": "^4.0.0", | |
"gulp": "^4.0.0", | |
"gulp-babel": "^8.0.0", | |
"gulp-autoprefixer": "^6.0.0", | |
"gulp-clean-css": "^4.0.0", | |
"gulp-connect": "^5.7.0", | |
"gulp-inject": "^5.0.2", | |
"gulp-open": "^3.0.1", | |
"gulp-rename": "^1.4.0", | |
"gulp-sass": "^4.0.2", | |
"gulp-sourcemaps": "^2.6.5", | |
"gulp-uglify": "^3.0.2", | |
"node-sass": "^4.11.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment