Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.4.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.4.0) Signed-off-by: dependabot[bot] <support@github.com>
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "iblog2",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"dev": "gulp",
|
|
"production": "set NODE_ENV=production&&node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.2.0",
|
|
"ace-builds": "^1.3.3",
|
|
"animate.css": "^3.6.1",
|
|
"blueimp-file-upload": "^9.22.0",
|
|
"body-parser": "^1.18.3",
|
|
"bootstrap": "^3.4.0",
|
|
"codemirror": "^5.39.0",
|
|
"connect-ensure-login": "^0.1.1",
|
|
"cookie-parser": "~1.3.5",
|
|
"express": "^4.16.4",
|
|
"express-session": "^1.13.0",
|
|
"fuelux": "^3.17.0",
|
|
"helmet": "^3.12.1",
|
|
"highlight.js": "git+https://github.com/highlightjs/highlight.js.git",
|
|
"i18n": "0.8.2",
|
|
"jQuery-cycleText": "git+https://github.com/eshengsky/jQuery-cycleText.git",
|
|
"jquery": "^3.4.0",
|
|
"jquery-file-upload-middleware": "^0.1.7",
|
|
"jquery-qrcode": "git+https://github.com/lrsjng/jquery-qrcode.git",
|
|
"jquery-sortable": "^0.9.13",
|
|
"js-md5": "^0.7.3",
|
|
"lightbox2": "^2.10.0",
|
|
"malihu-custom-scrollbar-plugin": "^3.1.5",
|
|
"metismenu": "^2.7.9",
|
|
"moment": "^2.11.1",
|
|
"mongoose": "~4.3.7",
|
|
"mongoose-schema-extend": "^0.2.0",
|
|
"multer": "^1.1.0",
|
|
"passport": "^0.3.2",
|
|
"passport-local": "^1.0.0",
|
|
"pug": "^2.0.3",
|
|
"redis": "^2.4.2",
|
|
"scrollnav": "git+https://github.com/jimmynotjim/scrollNav.git#v2.7.3",
|
|
"semver": "^5.5.0",
|
|
"serve-favicon": "^2.5.0",
|
|
"serverlog-node": "^1.0.2",
|
|
"shortid": "^2.2.4",
|
|
"showdown": "^1.8.6",
|
|
"simplemde": "^1.11.2",
|
|
"streamroller": "^0.8.3",
|
|
"sweetalert": "^1.1.3",
|
|
"switchery": "git+https://github.com/abpetkov/switchery.git",
|
|
"winston": "^2.4.3",
|
|
"winston-mongodb": "^2.0.10",
|
|
"workbox-sw": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean-css": "^3.10.0",
|
|
"gulp-eslint": "^5.0.0",
|
|
"gulp-nodemon": "^2.4.1",
|
|
"gulp-uglify": "^3.0.1",
|
|
"node-notifier": "^5.3.0",
|
|
"pump": "^3.0.0",
|
|
"workbox-build": "^4.3.1"
|
|
}
|
|
}
|