diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 61f94758a..b79a090b3 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -19,7 +19,8 @@ | |||
19 | "ng": "ng", | 19 | "ng": "ng", |
20 | "postinstall": "npm rebuild node-sass && test -f angular-cli-patch.js && node angular-cli-patch.js || true", | 20 | "postinstall": "npm rebuild node-sass && test -f angular-cli-patch.js && node angular-cli-patch.js || true", |
21 | "webpack-bundle-analyzer": "webpack-bundle-analyzer", | 21 | "webpack-bundle-analyzer": "webpack-bundle-analyzer", |
22 | "webdriver-manager": "webdriver-manager" | 22 | "webdriver-manager": "webdriver-manager", |
23 | "ngx-extractor": "ngx-extractor" | ||
23 | }, | 24 | }, |
24 | "license": "GPLv3", | 25 | "license": "GPLv3", |
25 | "resolutions": { | 26 | "resolutions": { |
@@ -47,6 +48,7 @@ | |||
47 | "@ngx-loading-bar/http-client": "^2.0.0", | 48 | "@ngx-loading-bar/http-client": "^2.0.0", |
48 | "@ngx-loading-bar/router": "^2.0.0", | 49 | "@ngx-loading-bar/router": "^2.0.0", |
49 | "@ngx-meta/core": "^6.0.0-rc.1", | 50 | "@ngx-meta/core": "^6.0.0-rc.1", |
51 | "@ngx-translate/i18n-polyfill": "^1.0.0", | ||
50 | "@types/core-js": "^0.9.28", | 52 | "@types/core-js": "^0.9.28", |
51 | "@types/jasmine": "^2.8.7", | 53 | "@types/jasmine": "^2.8.7", |
52 | "@types/jasminewd2": "^2.0.3", | 54 | "@types/jasminewd2": "^2.0.3", |