Update npm deps

This commit is contained in:
Daniel Supernault 2022-02-17 22:03:48 -07:00
parent 389f7f6156
commit 757c6f1426
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 5135 additions and 13159 deletions

18268
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,30 +2,32 @@
"name": "pixelfed",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"acorn": "^8.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.5.2",
"cross-env": "^5.2.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"resolve-url-loader": "^2.3.2",
"sass": "^1.32.11",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.8",
"sass-loader": "^7.3.1",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-masonry-css": "^1.0.3",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
"vuex-router-sync": "^5.0.0",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
@ -42,11 +44,11 @@
"jquery.scrollbar": "^0.2.11",
"js-cookie": "^2.2.0",
"laravel-echo": "^1.8.1",
"laravel-mix": "^4.1.4",
"node-sass": "^4.14.1",
"laravel-mix": "^6.0.42",
"promise-polyfill": "8.1.0",
"readmore-js": "^2.2.1",
"sweetalert": "^2.1.2",
"tributejs": "^5.1.3",
"twitter-text": "^2.0.5",
"vue-blurhash": "^0.1.4",
"vue-carousel": "^0.18.0",