blob: 75f7ced346a0e4d5cd4655a9961bd471ae6c5ffe [file] [log] [blame]
elinuxhenrikf507d922020-03-19 14:52:24 +01001{
elinuxhenrik23c9d462020-03-30 16:21:19 +02002 "name": "controlpanel-app",
elinuxhenrikf507d922020-03-19 14:52:24 +01003 "version": "0.0.0",
4 "scripts": {
5 "ng": "ng",
6 "start": "ng serve --proxy-config proxy.conf.json",
Lathishb339e7a2020-12-08 21:55:51 +00007 "start:mock": "ng serve --configuration=mock",
elinuxhenrikf507d922020-03-19 14:52:24 +01008 "build": "ng build",
Lathish095fb8c2021-01-28 17:14:19 +00009 "test": "ng test --watch=true",
elinuxhenrikf507d922020-03-19 14:52:24 +010010 "lint": "ng lint",
elinuxhenrik45d525d2021-04-21 16:07:31 +020011 "e2e": "ng e2e",
12 "webdriver-update": "webdriver-manager update"
elinuxhenrikf507d922020-03-19 14:52:24 +010013 },
14 "private": true,
15 "dependencies": {
elinuxhenrikad70d412021-02-15 14:38:02 +010016 "@angular/animations": "^9.1.13",
17 "@angular/cdk": "^9.2.3",
18 "@angular/common": "^9.1.13",
19 "@angular/flex-layout": "^9.0.0-beta.31",
20 "@angular/forms": "^9.1.13",
21 "@angular/platform-browser": "^9.1.13",
22 "@angular/platform-browser-dynamic": "^9.1.13",
23 "@angular/router": "^9.1.13",
24 "@fortawesome/fontawesome-free": "^5.15.2",
maximessonf7c54882020-11-09 10:25:45 +010025 "@kubernetes/client-node": "^0.12.3",
elinuxhenrikf507d922020-03-19 14:52:24 +010026 "@types/chart.js": "^2.9.11",
elinuxhenrikb7a1bd72020-05-19 09:37:02 +020027 "@types/uuid": "^7.0.3",
elinuxhenrikad70d412021-02-15 14:38:02 +010028 "angular-bootstrap-md": "^9.2.0",
elinuxhenrikb7a1bd72020-05-19 09:37:02 +020029 "angular6-json-schema-form": "^8.0.0",
elinuxhenrikf507d922020-03-19 14:52:24 +010030 "bootstrap": "^4.4.1",
31 "chart.js": "^2.9.3",
elinuxhenrikf507d922020-03-19 14:52:24 +010032 "hammerjs": "^2.0.8",
elinuxhenrik8068db82021-02-23 15:30:40 +010033 "jquery": "^3.5.1",
elinuxhenrikf507d922020-03-19 14:52:24 +010034 "lodash-es": "^4.17.15",
elinuxhenrikad70d412021-02-15 14:38:02 +010035 "ng2-charts": "^2.4.2",
elinuxhenrikf507d922020-03-19 14:52:24 +010036 "ng2-completer": "^2.0.8",
elinuxhenrik8068db82021-02-23 15:30:40 +010037 "ngx-cookie-service": "^3.1.3",
elinuxhenrikad70d412021-02-15 14:38:02 +010038 "ngx-toastr": "^11.0.0",
elinuxhenrik190ba302021-03-15 13:42:51 +010039 "popper.js": "^1.16.1",
elinuxhenrikf507d922020-03-19 14:52:24 +010040 "rxjs": "6.5.3",
41 "rxjs-compat": "6.3.3",
42 "tslib": "^1.10.0",
elinuxhenrikad70d412021-02-15 14:38:02 +010043 "zone.js": "~0.10.2"
elinuxhenrikf507d922020-03-19 14:52:24 +010044 },
45 "devDependencies": {
elinuxhenrikad70d412021-02-15 14:38:02 +010046 "@angular-devkit/build-angular": "~0.901.14",
47 "@angular/cli": "^9.1.13",
48 "@angular/compiler": "^9.1.13",
49 "@angular/compiler-cli": "^9.1.13",
50 "@angular/core": "^9.1.13",
51 "@angular/language-service": "^9.1.13",
52 "@angular/material": "^9.2.4",
elinuxhenrikf507d922020-03-19 14:52:24 +010053 "@types/jasmine": "^2.8.16",
54 "@types/jasminewd2": "^2.0.8",
elinuxhenrikad70d412021-02-15 14:38:02 +010055 "@types/node": "^12.11.1",
56 "codelyzer": "^5.1.2",
elinuxhenrikf507d922020-03-19 14:52:24 +010057 "jasmine-core": "~2.99.1",
58 "jasmine-spec-reporter": "~4.2.1",
ecaiyanlinuxac52ed82021-02-23 13:48:13 +010059 "karma": "^6.1.1",
elinuxhenrik8068db82021-02-23 15:30:40 +010060 "karma-chrome-launcher": "^3.1.0",
elinuxhenrikf507d922020-03-19 14:52:24 +010061 "karma-coverage-istanbul-reporter": "^2.1.1",
62 "karma-jasmine": "~1.1.2",
63 "karma-jasmine-html-reporter": "^0.2.2",
elinuxhenrik3fe1dac2021-03-25 12:55:31 +010064 "ng-mocks": "^11.9.1",
elinuxhenrik8068db82021-02-23 15:30:40 +010065 "protractor": "^7.0.0",
elinuxhenrikf507d922020-03-19 14:52:24 +010066 "ts-node": "~7.0.0",
elinuxhenrik3fe1dac2021-03-25 12:55:31 +010067 "tslint": "^6.1.3",
elinuxhenrikad70d412021-02-15 14:38:02 +010068 "typescript": "~3.8.3"
elinuxhenrikf507d922020-03-19 14:52:24 +010069 },
70 "comments": {
71 "dependencies": {
72 "rxjs": "Its version needs to be same with rxjs-compat, otherwise apparently build is failing"
73 }
74 }
75}