blob: 6f47864a16429f5e6841724bb5bfdc5e7b034992 [file] [log] [blame]
{
"name": "webapp",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build.dev": "ng build --build-optimizer=false --stats-json",
"build.prod": "ng build --prod --stats-json",
"analyse": "webpack-bundle-analyzer dist/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.14",
"@angular/cdk": "^10.2.6",
"@angular/common": "^11.2.14",
"@angular/compiler": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/localize": "^11.2.14",
"@angular/material": "^10.2.6",
"@angular/material-moment-adapter": "^10.2.6",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/platform-server": "^11.2.14",
"@angular/router": "^11.2.14",
"core-js": "^3.6.5",
"guacamole-common-js": "^1.2.0",
"lodash.isequal": "^4.5.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"ng-daterangepicker": "^1.1.0",
"ng2-ace-editor": "^0.3.9",
"ngx-toastr": "^12.1.0",
"rxjs": "^6.6.3",
"rxjs-compat": "6.5.3",
"swagger-ui-dist": "^3.36.1",
"tslib": "^2.0.0",
"web-animations-js": "^2.3.2",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "^11.2.19",
"@angular/compiler-cli": "^11.2.14",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"ts-node": "~8.4.1",
"tslint": "^6.1.3",
"typescript": "^4.1.6",
"webpack-bundle-analyzer": "^4.7.0"
},
"resolutions": {
"webpack": "^5.0.0"
}
}