GUACAMOLE-773: Use Webpack rather than Webpack+Gulp.

This commit is contained in:
Michael Jumper
2021-04-06 10:42:02 -07:00
parent 1ef61687d8
commit 5f0ab7b3f3
15 changed files with 3599 additions and 2683 deletions

View File

@@ -1,12 +1,13 @@
{
"private": true,
"scripts": {
"build": "gulp"
"build": "webpack --progress"
},
"dependencies": {
"@simonwep/pickr": "1.2.6",
"angular": "1.6.9",
"angular-route": "1.6.9",
"angular-templatecache-webpack-plugin": "^1.0.1",
"angular-touch": "1.6.9",
"angular-translate": "2.16.0",
"angular-translate-interpolation-messageformat": "2.16.0",
@@ -20,17 +21,16 @@
"messageformat": "1.0.2"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"closure-webpack-plugin": "^2.5.0",
"del": "^6.0.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"exports-loader": "^1.1.1",
"google-closure-compiler": "^20210302.0.0",
"gulp": "^4.0.2",
"gulp-angular-filesort": "^1.2.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-ng-html2js": "^0.2.3",
"gulp-sourcemaps": "^3.0.0",
"source-map-loader": "^1.1.3",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^1.4.0",
"webpack": "^4.46.0",
"webpack-stream": "^6.1.2"
"webpack-cli": "^4.6.0"
}
}