mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp default watch"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-livereload": "^3.8.1"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^7.1.6",
|
|
"babel-core": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^7.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-postcss": "^7.0.0",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-sass-glob": "^1.0.8",
|
|
"gulp-strip-debug": "^1.1.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-util": "^3.0.8",
|
|
"what-input": "^5.0.3"
|
|
}
|
|
}
|