diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 81422f05f..5fe1f3d5f 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -94,6 +94,7 @@ | |||
94 | "@types/markdown-it": "^0.0.5", | 94 | "@types/markdown-it": "^0.0.5", |
95 | "@types/node": "^10.9.2", | 95 | "@types/node": "^10.9.2", |
96 | "@types/sanitize-html": "1.18.0", | 96 | "@types/sanitize-html": "1.18.0", |
97 | "@types/socket.io-client": "^1.4.32", | ||
97 | "@types/video.js": "^7.2.5", | 98 | "@types/video.js": "^7.2.5", |
98 | "@types/webtorrent": "^0.98.4", | 99 | "@types/webtorrent": "^0.98.4", |
99 | "angular2-hotkeys": "^2.1.2", | 100 | "angular2-hotkeys": "^2.1.2", |
@@ -141,6 +142,7 @@ | |||
141 | "sanitize-html": "^1.18.4", | 142 | "sanitize-html": "^1.18.4", |
142 | "sass-loader": "^7.1.0", | 143 | "sass-loader": "^7.1.0", |
143 | "sass-resources-loader": "^2.0.0", | 144 | "sass-resources-loader": "^2.0.0", |
145 | "socket.io-client": "^2.2.0", | ||
144 | "stream-browserify": "^2.0.1", | 146 | "stream-browserify": "^2.0.1", |
145 | "stream-http": "^3.0.0", | 147 | "stream-http": "^3.0.0", |
146 | "terser-webpack-plugin": "^1.1.0", | 148 | "terser-webpack-plugin": "^1.1.0", |