aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
index 325305722..7a805ad17 100644
--- a/client/package.json
+++ b/client/package.json
@@ -48,6 +48,7 @@
48 "@angularclass/hmr": "^2.1.3", 48 "@angularclass/hmr": "^2.1.3",
49 "@neos21/bootstrap3-glyphicons": "^1.0.1", 49 "@neos21/bootstrap3-glyphicons": "^1.0.1",
50 "@ng-bootstrap/ng-bootstrap": "^5.1.0", 50 "@ng-bootstrap/ng-bootstrap": "^5.1.0",
51 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
51 "@ngx-loading-bar/core": "^4.2.0", 52 "@ngx-loading-bar/core": "^4.2.0",
52 "@ngx-loading-bar/http-client": "^4.2.0", 53 "@ngx-loading-bar/http-client": "^4.2.0",
53 "@ngx-loading-bar/router": "^4.2.0", 54 "@ngx-loading-bar/router": "^4.2.0",
@@ -131,5 +132,8 @@
131 "webtorrent": "^0.107.16", 132 "webtorrent": "^0.107.16",
132 "whatwg-fetch": "^3.0.0", 133 "whatwg-fetch": "^3.0.0",
133 "zone.js": "~0.10.0" 134 "zone.js": "~0.10.0"
135 },
136 "dependencies": {
137 "@ngx-i18nsupport/tooling": "^8.0.3"
134 } 138 }
135} 139}