mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
25 lines
585 B
JSON
25 lines
585 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp default watch"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-livereload": "^3.8.1"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^6.5.3",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-modernizr": "^1.0.0-alpha",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-postcss": "^6.2.0",
|
|
"gulp-sass": "^3.0.0",
|
|
"gulp-sass-glob": "^1.0.7",
|
|
"gulp-strip-debug": "^1.1.0",
|
|
"gulp-uglify": "^2.0.0",
|
|
"gulp-util": "^3.0.7"
|
|
}
|
|
}
|