blob: bd320b363719737bdaac9601d96e87a31d3f5754 [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": "^10.2.1",
"@angular/cdk": "^10.2.6",
"@angular/common": "^10.2.1",
"@angular/compiler": "^10.2.1",
"@angular/core": "^10.2.1",
"@angular/forms": "^10.2.1",
"@angular/localize": "^10.2.1",
"@angular/material": "^10.2.6",
"@angular/material-moment-adapter": "^10.2.6",
"@angular/platform-browser": "^10.2.1",
"@angular/platform-browser-dynamic": "^10.2.1",
"@angular/platform-server": "^10.2.1",
"@angular/router": "^10.2.1",
"core-js": "^3.6.5",
"guacamole-common-js": "^1.2.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.31",
"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": "^1.14.1",
"web-animations-js": "^2.3.2",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1002.0",
"@angular/cli": "^10.2.0",
"@angular/compiler-cli": "^10.2.1",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"ts-node": "~8.4.1",
"tslint": "^5.20.1",
"typescript": "^3.9.2",
"webpack-bundle-analyzer": "^3.9.0"
}
}