Fix Bug 2336: Manual Healing option in Ui
[osm/NG-UI.git] / package.json
1 {
2   "name": "osm",
3   "version": "9.0.0",
4   "scripts": {
5     "ng": "ng",
6     "start": "ng serve",
7     "build": "ng build --prod --aot",
8     "test": "ng test",
9     "lint": "tslint --type-check --project tsconfig.json -c tslint.json",
10     "e2e": "ng e2e",
11     "proxy": "ng serve --proxy-config proxy.conf.json"
12   },
13   "private": true,
14   "dependencies": {
15     "@akveo/ng2-completer": "^9.0.1",
16     "@angular/animations": "~11.0.2",
17     "@angular/cdk": "^7.3.7",
18     "@angular/common": "~11.0.2",
19     "@angular/compiler": "~11.0.2",
20     "@angular/core": "~11.0.2",
21     "@angular/flex-layout": "^9.0.0-beta.29",
22     "@angular/forms": "~11.0.2",
23     "@angular/localize": "^11.0.2",
24     "@angular/platform-browser": "~11.0.2",
25     "@angular/platform-browser-dynamic": "~11.0.2",
26     "@angular/router": "~11.0.2",
27     "@ctrl/ngx-codemirror": "^2.2.1",
28     "@fortawesome/fontawesome-free": "^5.13.0",
29     "@ng-bootstrap/ng-bootstrap": "^5.3.0",
30     "@ng-idle/core": "^8.0.0-beta.4",
31     "@ng-idle/keepalive": "^8.0.0-beta.4",
32     "@ng-select/ng-select": "^3.7.3",
33     "@ngx-translate/core": "^12.1.2",
34     "@ngx-translate/http-loader": "^4.0.0",
35     "@nomadreservations/ngx-codemirror": "^2.0.0",
36     "@types/d3": "^5.7.2",
37     "@types/js-yaml": "^3.12.1",
38     "@types/jsonpath": "^0.2.0",
39     "@types/ol": "^5.3.5",
40     "angular-notifier": "^6.0.1",
41     "bootstrap": "^4.4.1",
42     "chart.js": "^2.8.0",
43     "chartjs-plugin-labels": "^1.1.0",
44     "codemirror": "^5.51.0",
45     "core-js": "^2.5.4",
46     "d3": "^5.9.2",
47     "http-status-codes": "^1.3.2",
48     "js-untar": "^2.0.0",
49     "js-yaml": "^3.13.1",
50     "jsonpath": "^1.0.2",
51     "ng-sidebar": "~9.2.0",
52     "ng2-charts": "^2.4.2",
53     "ng2-file-upload": "^1.3.0",
54     "ng2-smart-table": "~1.6.0",
55     "ol": "^5.3.3",
56     "pako": "^1.0.10",
57     "roboto-fontface": "^0.10.0",
58     "rxjs": "^6.5.4",
59     "rxjs-compat": "^6.5.5",
60     "stream": "0.0.2",
61     "tslib": "^2.0.0",
62     "web-animations-js": "^2.3.2",
63     "zone.js": "~0.10.0"
64   },
65   "devDependencies": {
66     "@angular-devkit/build-angular": "^0.1100.2",
67     "@angular/cli": "~11.0.2",
68     "@angular/compiler-cli": "~11.0.2",
69     "@angular/language-service": "~11.0.2",
70     "@types/jasmine": "~3.6.0",
71     "@types/jasminewd2": "~2.0.3",
72     "@types/jquery": "^3.3.31",
73     "@types/node": "^8.10.59",
74     "codelyzer": "^6.0.0",
75     "jasmine-core": "~3.6.0",
76     "jasmine-spec-reporter": "~5.0.0",
77     "karma": "~5.0.0",
78     "karma-chrome-launcher": "~3.1.0",
79     "karma-coverage-istanbul-reporter": "~3.0.2",
80     "karma-jasmine": "~4.0.0",
81     "karma-jasmine-html-reporter": "^1.5.0",
82     "ng2-completer": "^3.0.3",
83     "node-sass": "^5.0.0",
84     "protractor": "~7.0.0",
85     "ts-node": "~7.0.0",
86     "tslint": "~6.1.0",
87     "tslint-html-report": "^2.0.3",
88     "tslint-microsoft-contrib": "^6.1.1",
89     "typescript": "~4.0.5"
90   }
91 }