mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Update dependencies
This commit is contained in:
parent
34b559c59a
commit
9aa3705611
3 changed files with 703 additions and 268 deletions
|
@ -7,7 +7,7 @@
|
|||
"description": "The Hypothetical website template",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jquery": "~3.2.1",
|
||||
"jquery": "~3.3.1",
|
||||
"awesome-bootstrap-checkbox": "~0.3.7",
|
||||
"Sortable": "~1.6.0",
|
||||
"simplemde": "~1.11.2",
|
||||
|
|
949
package-lock.json
generated
949
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -8,37 +8,37 @@
|
|||
"gulp-livereload": "^3.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^7.2.4",
|
||||
"autoprefixer": "^8.1.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babelify": "^8.0.0",
|
||||
"bootstrap": "^4.0.0-beta.3",
|
||||
"browserify": "^15.0.0",
|
||||
"es6-promise": "^4.2.2",
|
||||
"bootstrap": "^4.0.0",
|
||||
"browserify": "^16.1.1",
|
||||
"es6-promise": "^4.2.4",
|
||||
"font-awesome": "^4.7.0",
|
||||
"gsap": "^1.20.3",
|
||||
"gsap": "^1.20.4",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-babel": "^7.0.0",
|
||||
"gulp-babel": "^7.0.1",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-plumber": "^1.2.0",
|
||||
"gulp-postcss": "^7.0.1",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-sass-glob": "^1.0.8",
|
||||
"gulp-strip-debug": "^2.0.0",
|
||||
"gulp-strip-debug": "^3.0.0",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"gulp-util": "^3.0.8",
|
||||
"jquery": "^3.2.1",
|
||||
"jquery": "^3.3.1",
|
||||
"popper.js": "^1.12.9",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
"vinyl-source-stream": "^2.0.0",
|
||||
"vue": "^2.5.13",
|
||||
"vue-resource": "^1.3.5",
|
||||
"vue-resource": "^1.5.0",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-template-compiler": "^2.5.13",
|
||||
"vueify": "^9.4.1",
|
||||
"vuex": "^3.0.1",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"what-input": "^5.0.3"
|
||||
"what-input": "^5.0.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue