aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/client/package.json b/client/package.json
index 93c4cef37..c67916c7d 100644
--- a/client/package.json
+++ b/client/package.json
@@ -37,6 +37,7 @@
37 "@angular/core": "~9.1.9", 37 "@angular/core": "~9.1.9",
38 "@angular/forms": "~9.1.9", 38 "@angular/forms": "~9.1.9",
39 "@angular/language-service": "~9.1.9", 39 "@angular/language-service": "~9.1.9",
40 "@angular/localize": "^9.1.9",
40 "@angular/platform-browser": "~9.1.9", 41 "@angular/platform-browser": "~9.1.9",
41 "@angular/platform-browser-dynamic": "~9.1.9", 42 "@angular/platform-browser-dynamic": "~9.1.9",
42 "@angular/router": "~9.1.9", 43 "@angular/router": "~9.1.9",
@@ -45,6 +46,7 @@
45 "@neos21/bootstrap3-glyphicons": "^1.0.1", 46 "@neos21/bootstrap3-glyphicons": "^1.0.1",
46 "@ng-bootstrap/ng-bootstrap": "^6.0.2", 47 "@ng-bootstrap/ng-bootstrap": "^6.0.2",
47 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", 48 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
49 "@ngx-i18nsupport/tooling": "^8.0.3",
48 "@ngx-loading-bar/core": "^4.2.0", 50 "@ngx-loading-bar/core": "^4.2.0",
49 "@ngx-loading-bar/http-client": "^4.2.0", 51 "@ngx-loading-bar/http-client": "^4.2.0",
50 "@ngx-loading-bar/router": "^4.2.0", 52 "@ngx-loading-bar/router": "^4.2.0",
@@ -133,11 +135,5 @@
133 "whatwg-fetch": "^3.0.0", 135 "whatwg-fetch": "^3.0.0",
134 "zone.js": "~0.10.2" 136 "zone.js": "~0.10.2"
135 }, 137 },
136 "dependencies": { 138 "dependencies": {}
137 "@angular/localize": "^9.1.9",
138 "@ngx-i18nsupport/tooling": "^8.0.3",
139 "junk": "^3.1.0",
140 "punycode": "^2.1.1",
141 "simple-get": "^3.1.0"
142 }
143} 139}