Created
December 26, 2018 15:02
-
-
Save Jatin-8898/af0c9599d1a25ba6da0a4c68824a9405 to your computer and use it in GitHub Desktop.
For the scss starter pack
This file contains 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": "sass_starter", | |
"version": "1.0.0", | |
"description": "Sass Starter Files", | |
"main": "index.js", | |
"scripts": { | |
"start": "gulp" | |
}, | |
"keywords": [], | |
"author": "Jatin Varlyani", | |
"license": "", | |
"devDependencies": { | |
"autoprefixer": "^9.4.3", | |
"browser-sync": "^2.26.3", | |
"cssnano": "^4.1.8", | |
"gulp": "^4.0.0", | |
"gulp-postcss": "^8.0.0", | |
"gulp-sass": "^4.0.2", | |
"gulp-sourcemaps": "^2.6.4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment