hypothetical/package.json

41 lines
1,021 B
JSON
Raw Normal View History

{
"private": true,
2016-08-19 16:38:49 -04:00
"scripts": {
"prod": "gulp --production",
"dev": "gulp default watch"
},
"devDependencies": {
2016-03-30 00:51:54 -04:00
"gulp-livereload": "^3.8.1"
},
"dependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"es6-promise": "^4.1.1",
2017-11-21 18:49:59 -05:00
"gsap": "^1.20.3",
2016-03-06 21:03:35 -05:00
"gulp": "^3.9.1",
2017-09-04 18:22:07 -04:00
"gulp-babel": "^7.0.0",
2016-11-20 20:39:38 -05:00
"gulp-concat": "^2.6.1",
2016-03-30 00:51:54 -04:00
"gulp-plumber": "^1.1.0",
2017-09-04 18:22:07 -04:00
"gulp-postcss": "^7.0.0",
2017-01-10 00:10:29 -05:00
"gulp-sass": "^3.1.0",
2016-12-13 23:00:29 -05:00
"gulp-sass-glob": "^1.0.8",
"gulp-strip-debug": "^1.1.0",
2017-09-04 18:22:07 -04:00
"gulp-uglify": "^3.0.0",
2017-11-21 18:47:31 -05:00
"gulp-util": "^3.0.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue": "^2.5.8",
"vue-resource": "^1.3.4",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.8",
"vueify": "^9.4.1",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
2017-11-21 18:47:31 -05:00
"what-input": "^5.0.3"
}
}