Upgrade to Laravel 9

This commit is contained in:
Emanuel Mutschlechner
2022-11-17 00:06:00 +01:00
parent 98fb269ac3
commit e95a4f258b
9 changed files with 5047 additions and 5917 deletions

View File

@@ -2,15 +2,15 @@
"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",
"prod": "rimraf public && yarn 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",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"cross-env": "^6.0.3",
"laravel-mix": "^5.0.1",
"laravel-mix": "^6.0.6",
"leaflet-bing-layer": "^3.3.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.24.2",