hypothetical/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

{
"private": true,
2016-08-19 16:38:49 -04:00
"scripts": {
"prod": "gulp --production",
"dev": "gulp default watch"
},
"devDependencies": {
"browser-sync": "2.23.7"
},
"dependencies": {
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"bootstrap": "4.1.1",
"browserify": "^16.2.0",
2018-03-06 14:37:28 -05:00
"es6-promise": "^4.2.4",
"fancy-log": "^1.3.2",
2018-03-06 14:37:28 -05:00
"gsap": "^1.20.4",
"gulp": "^4.0.0",
2018-03-06 14:37:28 -05:00
"gulp-babel": "^7.0.1",
2018-05-04 21:01:29 -04:00
"gulp-clean-css": "^3.9.4",
2016-11-20 20:39:38 -05:00
"gulp-concat": "^2.6.1",
2018-01-09 22:02:45 -05:00
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^4.0.1",
2018-04-06 00:02:53 -04:00
"gulp-sass-glob": "^1.0.9",
2018-03-06 14:37:28 -05:00
"gulp-strip-debug": "^3.0.0",
2017-09-04 18:22:07 -04:00
"gulp-uglify": "^3.0.0",
2018-03-06 14:37:28 -05:00
"jquery": "^3.3.1",
"minimist": "^1.2.0",
"pickadate": "^3.5.6",
2018-04-06 00:02:53 -04:00
"popper.js": "^1.14.3",
2018-01-09 22:02:45 -05:00
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
2018-04-02 22:35:32 -04:00
"vue": "^2.5.16",
2018-03-06 14:37:28 -05:00
"vue-resource": "^1.5.0",
"vue-router": "^3.0.1",
2018-04-02 22:35:32 -04:00
"vue-template-compiler": "^2.5.16",
"vueify": "^9.4.1",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"what-input": "^5.0.7"
}
}