Files
guacamole-client/guacamole/src/main/frontend/package.json

37 lines
1.1 KiB
JSON

{
"private": true,
"scripts": {
"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.17.1",
"angular-translate-interpolation-messageformat": "2.17.1",
"angular-translate-loader-static-files": "2.17.1",
"blob-polyfill": "1.0.20150320",
"datalist-polyfill": "1.14.0",
"file-saver": "1.3.3",
"jquery": "3.3.1",
"jstz": "1.0.10",
"lodash": "4.17.10",
"messageformat": "1.0.2"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"closure-webpack-plugin": "^2.5.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",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^1.4.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.6.0"
}
}