diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 8da250886..aa0899bb5 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 | } |