diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json index cd0a82aa4..66e8990f9 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -56,7 +56,6 @@ | |||
56 | "@ngx-loading-bar/router": "^4.2.0", | 56 | "@ngx-loading-bar/router": "^4.2.0", |
57 | "@ngx-meta/core": "^7.0.0", | 57 | "@ngx-meta/core": "^7.0.0", |
58 | "@ngx-translate/i18n-polyfill": "^1.0.0", | 58 | "@ngx-translate/i18n-polyfill": "^1.0.0", |
59 | "@streamroot/videojs-hlsjs-plugin": "^1.0.10", | ||
60 | "@types/core-js": "^2.5.2", | 59 | "@types/core-js": "^2.5.2", |
61 | "@types/debug": "^4.1.5", | 60 | "@types/debug": "^4.1.5", |
62 | "@types/hls.js": "^0.12.4", | 61 | "@types/hls.js": "^0.12.4", |
@@ -65,11 +64,11 @@ | |||
65 | "@types/jschannel": "^1.0.0", | 64 | "@types/jschannel": "^1.0.0", |
66 | "@types/linkifyjs": "^2.1.2", | 65 | "@types/linkifyjs": "^2.1.2", |
67 | "@types/lodash-es": "^4.17.0", | 66 | "@types/lodash-es": "^4.17.0", |
68 | "@types/markdown-it": "^0.0.5", | 67 | "@types/markdown-it": "^0.0.9", |
69 | "@types/node": "^10.9.2", | 68 | "@types/node": "^10.9.2", |
70 | "@types/sanitize-html": "1.18.0", | 69 | "@types/sanitize-html": "1.18.0", |
71 | "@types/socket.io-client": "^1.4.32", | 70 | "@types/socket.io-client": "^1.4.32", |
72 | "@types/video.js": "^7.2.5", | 71 | "@types/video.js": "^7.3.3", |
73 | "@types/webtorrent": "^0.107.0", | 72 | "@types/webtorrent": "^0.107.0", |
74 | "angular2-hotkeys": "^2.1.2", | 73 | "angular2-hotkeys": "^2.1.2", |
75 | "angularx-qrcode": "1.6.4", | 74 | "angularx-qrcode": "1.6.4", |
@@ -77,6 +76,7 @@ | |||
77 | "bootstrap": "^4.1.3", | 76 | "bootstrap": "^4.1.3", |
78 | "buffer": "^5.1.0", | 77 | "buffer": "^5.1.0", |
79 | "cache-chunk-store": "^3.0.0", | 78 | "cache-chunk-store": "^3.0.0", |
79 | "chart.js": "^2.9.3", | ||
80 | "codelyzer": "^5.0.1", | 80 | "codelyzer": "^5.0.1", |
81 | "core-js": "^3.1.4", | 81 | "core-js": "^3.1.4", |
82 | "css-loader": "^3.1.0", | 82 | "css-loader": "^3.1.0", |
@@ -132,6 +132,7 @@ | |||
132 | "videojs-dock": "^2.0.2", | 132 | "videojs-dock": "^2.0.2", |
133 | "videojs-hotkeys": "^0.2.21", | 133 | "videojs-hotkeys": "^0.2.21", |
134 | "videostream": "~3.2.1", | 134 | "videostream": "~3.2.1", |
135 | "vtt.js": "^0.13.0", | ||
135 | "webpack-bundle-analyzer": "^3.0.2", | 136 | "webpack-bundle-analyzer": "^3.0.2", |
136 | "webpack-cli": "^3.0.8", | 137 | "webpack-cli": "^3.0.8", |
137 | "webtorrent": "^0.107.16", | 138 | "webtorrent": "^0.107.16", |