Upgrade to Laravel Mix 6

This commit is contained in:
Laravel Shift 2021-06-10 20:18:15 +00:00
parent 8b82262777
commit 9838c0c2ef

View file

@ -1,58 +1,58 @@
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "npm run development", "dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js", "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch", "watch": "mix watch",
"watch-poll": "npm run watch -- --watch-poll", "watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js", "hot": "mix watch --hot",
"prod": "npm run production", "prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js" "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
}, },
"engines": { "engines": {
"node": ">=0.12" "node": ">=0.12"
}, },
"devDependencies": { "devDependencies": {
"axios": "^0.20.0", "axios": "^0.20.0",
"babel-preset-latest": "^6.24.1", "babel-preset-latest": "^6.24.1",
"cross-env": "^7.0", "jquery": "^3.5.1",
"jquery": "^3.5.1", "laravel-mix": "^6.0.12",
"laravel-mix": "^5.0.1", "lodash": "^4.17.20",
"lodash": "^4.17.20", "vue": "2.4.4",
"vue": "2.4.4", "vue-loader": "^15.9.6",
"vue-loader": "^15.9.6", "vue-template-compiler": "2.4.4",
"vue-template-compiler": "2.4.4" "postcss": "^8.2.8"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.1",
"admin-lte": "^2.4.18", "admin-lte": "^2.4.18",
"ajv": "^6.12.6", "ajv": "^6.12.6",
"blueimp-file-upload": "^9.34.0", "blueimp-file-upload": "^9.34.0",
"bootstrap": "^3.4.1", "bootstrap": "^3.4.1",
"bootstrap-colorpicker": "^2.5.3", "bootstrap-colorpicker": "^2.5.3",
"bootstrap-datepicker": "^1.9.0", "bootstrap-datepicker": "^1.9.0",
"bootstrap-less": "^3.3.8", "bootstrap-less": "^3.3.8",
"bootstrap-table": "^1.18.0", "bootstrap-table": "^1.18.0",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"css-loader": "^3.6.0", "css-loader": "^3.6.0",
"ekko-lightbox": "^5.1.1", "ekko-lightbox": "^5.1.1",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"icheck": "^1.0.2", "icheck": "^1.0.2",
"imagemin": "^5.3.1", "imagemin": "^5.3.1",
"jquery-form-validator": "^2.3.79", "jquery-form-validator": "^2.3.79",
"jquery-slimscroll": "^1.3.8", "jquery-slimscroll": "^1.3.8",
"jquery-ui": "^1.12.1", "jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1", "jquery-ui-bundle": "^1.12.1",
"jquery.iframe-transport": "^1.0.0", "jquery.iframe-transport": "^1.0.0",
"less": "^3.13.1", "less": "^4.1.1",
"less-loader": "^4.1.0", "less-loader": "^8.0.0",
"list.js": "^1.5.0", "list.js": "^1.5.0",
"papaparse": "^4.3.3", "papaparse": "^4.3.3",
"phantomjs": "^2.1.7", "phantomjs": "^2.1.7",
"select2": "4.0.13", "select2": "4.0.13",
"sheetjs": "^2.0.0", "sheetjs": "^2.0.0",
"tableexport.jquery.plugin": "^1.10.20", "tableexport.jquery.plugin": "^1.10.20",
"tether": "^1.4.0", "tether": "^1.4.0",
"vue-resource": "^1.3.3" "vue-resource": "^1.3.3"
} }
} }