Browse Source

Update npm deps

Daniel Supernault 3 years ago
parent
commit
757c6f1426
2 changed files with 534 additions and 332 deletions
  1. 520 320
      package-lock.json
  2. 14 12
      package.json

File diff suppressed because it is too large
+ 520 - 320
package-lock.json


+ 14 - 12
package.json

@@ -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",

Some files were not shown because too many files changed in this diff