Feature 10941: User Management Enhancements
[osm/NG-UI.git] / package.json
1 {
2   "name": "osm",
3   "version": "14.0.0",
4   "engines": {
5     "node": ">=14.0.0"
6   },
7   "scripts": {
8     "ng": "ng",
9     "start": "ng serve",
10     "build": "ng build --configuration production --aot",
11     "test": "ng test",
12     "lint": "eslint --ext ts,tsx .",
13     "e2e": "ng e2e",
14     "proxy": "ng serve --proxy-config proxy.conf.json"
15   },
16   "private": true,
17   "dependencies": {
18     "@akveo/ng2-completer": "^9.0.1",
19     "@angular/animations": "^14.2.12",
20     "@angular/cdk": "^13.3.9",
21     "@angular/common": "^14.2.12",
22     "@angular/compiler": "^14.2.12",
23     "@angular/core": "^14.2.12",
24     "@angular/flex-layout": "^9.0.0-beta.29",
25     "@angular/forms": "^14.2.12",
26     "@angular/localize": "^14.2.12",
27     "@angular/platform-browser": "^14.2.12",
28     "@angular/platform-browser-dynamic": "^14.2.12",
29     "@angular/router": "^14.2.12",
30     "@ctrl/ngx-codemirror": "^5.1.1",
31     "@fortawesome/fontawesome-free": "^5.13.0",
32     "@ng-bootstrap/ng-bootstrap": "^11.0.1",
33     "@ng-idle/core": "^11.0.3",
34     "@ng-idle/keepalive": "^11.0.3",
35     "@ng-select/ng-select": "^8.0.0",
36     "@ngx-translate/core": "^13.0.0",
37     "@ngx-translate/http-loader": "^4.0.0",
38     "@nomadreservations/ngx-codemirror": "^2.0.0",
39     "@types/d3": "^5.7.2",
40     "@types/js-yaml": "^3.12.1",
41     "@types/jsonpath": "^0.2.0",
42     "@types/ol": "^5.3.5",
43     "angular-notifier": "^9.1.0",
44     "bootstrap": "^4.6.2",
45     "chart.js": "^3.9.1",
46     "chartjs-plugin-datalabels": "^2.2.0",
47     "codemirror": "^5.51.0",
48     "core-js": "^3.27.2",
49     "d3": "^5.9.2",
50     "http-status-codes": "^1.3.2",
51     "js-untar": "^2.0.0",
52     "js-yaml": "^3.13.1",
53     "jsonpath": "^1.0.2",
54     "ng-sidebar": "~9.2.0",
55     "ng2-charts": "^3.0.0-rc.7",
56     "ng2-file-upload": "^1.3.0",
57     "ng2-smart-table": "~1.6.0",
58     "ol": "^5.3.3",
59     "pako": "^1.0.10",
60     "roboto-fontface": "^0.10.0",
61     "rxjs": "^6.5.4",
62     "rxjs-compat": "^6.5.5",
63     "stream": "0.0.2",
64     "tslib": "^2.5.0",
65     "util": "^0.12.4",
66     "zone.js": "~0.11.8",
67     "@popperjs/core": "~2.10.1",
68     "ngx-toastr": "^13.2.1"
69   },
70   "devDependencies": {
71     "@angular-devkit/build-angular": "^14.2.10",
72     "@angular-eslint/builder": "13.5.0",
73     "@angular-eslint/eslint-plugin": "13.5.0",
74     "@angular-eslint/eslint-plugin-template": "13.5.0",
75     "@angular-eslint/schematics": "13.5.0",
76     "@angular-eslint/template-parser": "13.5.0",
77     "@angular/cli": "^14.2.10",
78     "@angular/compiler-cli": "^14.2.12",
79     "@angular/language-service": "^14.2.12",
80     "@cypress/schematic": "^2.3.0",
81     "@microsoft/eslint-plugin-sdl": "~0.2.0",
82     "@types/jasmine": "~3.10.0",
83     "@types/jasminewd2": "~2.0.3",
84     "@types/jquery": "^3.3.31",
85     "@types/node": "^8.10.59",
86     "@typescript-eslint/eslint-plugin": "4.28.2",
87     "@typescript-eslint/parser": "4.28.2",
88     "cypress": "^12.10.0",
89     "eslint": "^7.26.0",
90     "eslint-plugin-compat": "~4.0.2",
91     "eslint-plugin-deprecation": "~1.3.2",
92     "eslint-plugin-import": "~2.26.0",
93     "eslint-plugin-jest": "~27.1.5",
94     "eslint-plugin-jsdoc": "~39.6.2",
95     "eslint-plugin-jsx-a11y": "~6.6.1",
96     "eslint-plugin-lodash": "~7.4.0",
97     "eslint-plugin-no-null": "~1.0.2",
98     "eslint-plugin-prefer-arrow": "~1.2.3",
99     "eslint-plugin-security": "~1.5.0",
100     "jasmine-core": "~4.0.0",
101     "jasmine-spec-reporter": "~5.0.0",
102     "karma": "~6.3.0",
103     "karma-chrome-launcher": "~3.1.0",
104     "karma-coverage": "~2.1.0",
105     "karma-jasmine": "~4.0.0",
106     "karma-jasmine-html-reporter": "~1.7.0",
107     "ng2-completer": "^3.0.3",
108     "sass": "^1.58.0",
109     "ts-node": "~7.0.0",
110     "typescript": "~4.6.2"
111   }
112 }