diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-24 10:16:30 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-02-11 09:13:02 +0100 |
commit | 3b6f205c34bb931de0323581edf991ca33256e6b (patch) | |
tree | f6ba40b7c666e38ff9c321906f04cb2c2630163e /client/package.json | |
parent | 2adfc7ea9a1f858db874df9fe322e7ae833db77c (diff) | |
download | PeerTube-3b6f205c34bb931de0323581edf991ca33256e6b.tar.gz PeerTube-3b6f205c34bb931de0323581edf991ca33256e6b.tar.zst PeerTube-3b6f205c34bb931de0323581edf991ca33256e6b.zip |
Correctly implement p2p-media-loader
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 9da7c1025..a455653fe 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -87,6 +87,7 @@ | |||
87 | "@ngx-translate/i18n-polyfill": "^1.0.0", | 87 | "@ngx-translate/i18n-polyfill": "^1.0.0", |
88 | "@streamroot/videojs-hlsjs-plugin": "^1.0.7", | 88 | "@streamroot/videojs-hlsjs-plugin": "^1.0.7", |
89 | "@types/core-js": "^2.5.0", | 89 | "@types/core-js": "^2.5.0", |
90 | "@types/hls.js": "^0.12.0", | ||
90 | "@types/jasmine": "^2.8.7", | 91 | "@types/jasmine": "^2.8.7", |
91 | "@types/jasminewd2": "^2.0.3", | 92 | "@types/jasminewd2": "^2.0.3", |
92 | "@types/jest": "^23.3.1", | 93 | "@types/jest": "^23.3.1", |
@@ -110,6 +111,7 @@ | |||
110 | "extract-text-webpack-plugin": "4.0.0-beta.0", | 111 | "extract-text-webpack-plugin": "4.0.0-beta.0", |
111 | "file-loader": "^2.0.0", | 112 | "file-loader": "^2.0.0", |
112 | "focus-visible": "^4.1.5", | 113 | "focus-visible": "^4.1.5", |
114 | "hls.js": "^0.12.2", | ||
113 | "html-loader": "^0.5.5", | 115 | "html-loader": "^0.5.5", |
114 | "html-webpack-plugin": "^3.2.0", | 116 | "html-webpack-plugin": "^3.2.0", |
115 | "https-browserify": "^1.0.0", | 117 | "https-browserify": "^1.0.0", |