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 cd0a82aa4..e9c74787c 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -69,7 +69,7 @@ | |||
69 | "@types/node": "^10.9.2", | 69 | "@types/node": "^10.9.2", |
70 | "@types/sanitize-html": "1.18.0", | 70 | "@types/sanitize-html": "1.18.0", |
71 | "@types/socket.io-client": "^1.4.32", | 71 | "@types/socket.io-client": "^1.4.32", |
72 | "@types/video.js": "^7.2.5", | 72 | "@types/video.js": "^7.3.3", |
73 | "@types/webtorrent": "^0.107.0", | 73 | "@types/webtorrent": "^0.107.0", |
74 | "angular2-hotkeys": "^2.1.2", | 74 | "angular2-hotkeys": "^2.1.2", |
75 | "angularx-qrcode": "1.6.4", | 75 | "angularx-qrcode": "1.6.4", |
@@ -77,6 +77,7 @@ | |||
77 | "bootstrap": "^4.1.3", | 77 | "bootstrap": "^4.1.3", |
78 | "buffer": "^5.1.0", | 78 | "buffer": "^5.1.0", |
79 | "cache-chunk-store": "^3.0.0", | 79 | "cache-chunk-store": "^3.0.0", |
80 | "chart.js": "^2.9.3", | ||
80 | "codelyzer": "^5.0.1", | 81 | "codelyzer": "^5.0.1", |
81 | "core-js": "^3.1.4", | 82 | "core-js": "^3.1.4", |
82 | "css-loader": "^3.1.0", | 83 | "css-loader": "^3.1.0", |
@@ -132,6 +133,7 @@ | |||
132 | "videojs-dock": "^2.0.2", | 133 | "videojs-dock": "^2.0.2", |
133 | "videojs-hotkeys": "^0.2.21", | 134 | "videojs-hotkeys": "^0.2.21", |
134 | "videostream": "~3.2.1", | 135 | "videostream": "~3.2.1", |
136 | "vtt.js": "^0.13.0", | ||
135 | "webpack-bundle-analyzer": "^3.0.2", | 137 | "webpack-bundle-analyzer": "^3.0.2", |
136 | "webpack-cli": "^3.0.8", | 138 | "webpack-cli": "^3.0.8", |
137 | "webtorrent": "^0.107.16", | 139 | "webtorrent": "^0.107.16", |