mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Upgrade to webpack 5
This commit is contained in:
+8
-6
@@ -26,7 +26,7 @@
|
||||
"webpack-admin": "npm run webpack-prod -- --env.admin",
|
||||
"webpack-stats": "npm run webpack-prod -- --env.debug --json > stats.json",
|
||||
"webpack-verbose": "npm run webpack-prod -- --verbose",
|
||||
"wds": "webpack-dev-server --config webpack.dev.js --progress --color --debug --port 8091 --local",
|
||||
"wds": "webpack-dev-server --config webpack.dev.js --progress --color --port 8091",
|
||||
"build": "gulp build",
|
||||
"build-sprites": "gulp sprites && npm run build",
|
||||
"build-beta": "npm run build -- --beta --tools",
|
||||
@@ -45,7 +45,10 @@
|
||||
"latest-angular": "npm i @angular/common@latest @angular/compiler@latest @angular/core@latest @angular/forms@latest @angular/platform-browser@latest @angular/platform-browser-dynamic@latest @angular/router@latest @angular/animations@latest @angular/compiler-cli@latest @angular/platform-server@latest @angular/cdk@latest --save",
|
||||
"update-fontawesome": "npm update @fortawesome/fontawesome-svg-core @fortawesome/free-brands-svg-icons @fortawesome/free-solid-svg-icons @fortawesome/angular-fontawesome --save"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"devDependencies": {
|
||||
"webpack": "^5.105.4",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^8.2.4",
|
||||
"@angular/cdk": "^8.1.4",
|
||||
@@ -106,6 +109,7 @@
|
||||
"ag-psd": "^6.2.0",
|
||||
"ag-sockets": "^4.7.0",
|
||||
"angular2-template-loader": "^0.6.2",
|
||||
"babel-loader": "^10.1.1",
|
||||
"base64-js": "^1.3.1",
|
||||
"bluebird": "^3.5.5",
|
||||
"body-parser": "^1.19.0",
|
||||
@@ -178,7 +182,7 @@
|
||||
"pug": "^2.0.4",
|
||||
"pug-html-loader": "^1.1.5",
|
||||
"pug-plugin-ng": "0.0.2",
|
||||
"raw-loader": "^1.0.0",
|
||||
"raw-loader": "^4.0.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"remap-istanbul": "^0.13.0",
|
||||
"request": "^2.88.0",
|
||||
@@ -186,7 +190,7 @@
|
||||
"rollbar": "^2.12.2",
|
||||
"rxjs": "^6.5.2",
|
||||
"sass": "^1.58.3",
|
||||
"sass-loader": "^7.3.1",
|
||||
"sass-loader": "^13.3.3",
|
||||
"serve-favicon": "^2.5.0",
|
||||
"sinon": "^7.4.1",
|
||||
"source-list-map": "^2.0.1",
|
||||
@@ -204,9 +208,7 @@
|
||||
"ua-parser-js": "^0.7.20",
|
||||
"uglifyjs-webpack-plugin": "^1.3.0",
|
||||
"webgl-debug": "^2.0.1",
|
||||
"webpack": "^4.39.3",
|
||||
"webpack-bundle-analyzer": "^3.4.1",
|
||||
"webpack-cli": "^3.3.7",
|
||||
"webpack-dev-server": "3.7.2",
|
||||
"webpack-merge": "^4.2.2",
|
||||
"workbox-cli": "^4.3.1",
|
||||
|
||||
Reference in New Issue
Block a user