NG-UI Bug 1119 - VDU-configuration not supported in primitives execution
[osm/NG-UI.git] / package.json
1 {
2   "name": "osm",
3   "version": "1.0.2",
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": "~9.1.0",
17     "@angular/cdk": "^7.3.7",
18     "@angular/common": "~9.1.0",
19     "@angular/compiler": "~9.1.0",
20     "@angular/core": "~9.1.0",
21     "@angular/flex-layout": "^9.0.0-beta.29",
22     "@angular/forms": "~9.1.0",
23     "@angular/localize": "^9.1.2",
24     "@angular/platform-browser": "~9.1.0",
25     "@angular/platform-browser-dynamic": "~9.1.0",
26     "@angular/router": "~9.1.0",
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     "codemirror": "^5.51.0",
44     "core-js": "^2.5.4",
45     "d3": "^5.9.2",
46     "http-status-codes": "^1.3.2",
47     "js-untar": "^2.0.0",
48     "js-yaml": "^3.13.1",
49     "jsonpath": "^1.0.2",
50     "ng-sidebar": "~9.2.0",
51     "ng2-charts": "^3.0.0-beta.5",
52     "ng2-file-upload": "^1.3.0",
53     "ng2-smart-table": "^1.6.0",
54     "ol": "^5.3.3",
55     "pako": "^1.0.10",
56     "roboto-fontface": "^0.10.0",
57     "rxjs": "^6.5.4",
58     "rxjs-compat": "^6.5.5",
59     "stream": "0.0.2",
60     "tslib": "^1.11.1",
61     "web-animations-js": "^2.3.2",
62     "zone.js": "~0.10.3"
63   },
64   "devDependencies": {
65     "@angular-devkit/build-angular": "^0.901.8",
66     "@angular/cli": "~9.1.0",
67     "@angular/compiler-cli": "~9.1.0",
68     "@angular/language-service": "~9.1.0",
69     "@types/jasmine": "~2.8.8",
70     "@types/jasminewd2": "~2.0.3",
71     "@types/jquery": "^3.3.31",
72     "@types/node": "^8.10.59",
73     "codelyzer": "^5.0.1",
74     "jasmine-core": "~2.99.1",
75     "jasmine-spec-reporter": "~4.2.1",
76     "karma": "~3.1.1",
77     "karma-chrome-launcher": "~2.2.0",
78     "karma-coverage-istanbul-reporter": "~2.0.1",
79     "karma-jasmine": "~1.1.2",
80     "karma-jasmine-html-reporter": "^0.2.2",
81     "ng2-completer": "^3.0.3",
82     "node-sass": "^4.14.1",
83     "protractor": "~5.4.0",
84     "ts-node": "~7.0.0",
85     "tslint": "^5.11.0",
86     "tslint-html-report": "^2.0.3",
87     "tslint-microsoft-contrib": "^6.1.1",
88     "typescript": "~3.8.3"
89   }
90 }