aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-10 10:36:50 +0100
committerChocobozzz <me@florianbigard.com>2020-11-10 10:36:50 +0100
commit6d61da4e32487bdb1f1a84a7b2eddf2df0ddf1ca (patch)
tree79a3f1d5635e4e2b44fbc53a21a8ebfee453c9e7 /client/package.json
parentc2ecfe82b74f5dfeb9077a31fe70946e49f7d03a (diff)
downloadPeerTube-6d61da4e32487bdb1f1a84a7b2eddf2df0ddf1ca.tar.gz
PeerTube-6d61da4e32487bdb1f1a84a7b2eddf2df0ddf1ca.tar.zst
PeerTube-6d61da4e32487bdb1f1a84a7b2eddf2df0ddf1ca.zip
HLS player fallback for non https context
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
index 152f8445f..5147ca86c 100644
--- a/client/package.json
+++ b/client/package.json
@@ -63,6 +63,7 @@
63 "@types/markdown-it": "^10.0.1", 63 "@types/markdown-it": "^10.0.1",
64 "@types/node": "^14.0.14", 64 "@types/node": "^14.0.14",
65 "@types/sanitize-html": "1.23.3", 65 "@types/sanitize-html": "1.23.3",
66 "@types/sha.js": "^2.4.0",
66 "@types/socket.io-client": "^1.4.32", 67 "@types/socket.io-client": "^1.4.32",
67 "@types/video.js": "^7.3.8", 68 "@types/video.js": "^7.3.8",
68 "@types/webtorrent": "^0.107.0", 69 "@types/webtorrent": "^0.107.0",
@@ -110,6 +111,7 @@
110 "sass-lint": "^1.13.1", 111 "sass-lint": "^1.13.1",
111 "sass-loader": "8.0.2", 112 "sass-loader": "8.0.2",
112 "sass-resources-loader": "^2.0.0", 113 "sass-resources-loader": "^2.0.0",
114 "sha.js": "^2.4.11",
113 "socket.io-client": "^2.2.0", 115 "socket.io-client": "^2.2.0",
114 "stream-browserify": "^3.0.0", 116 "stream-browserify": "^3.0.0",
115 "stream-http": "^3.0.0", 117 "stream-http": "^3.0.0",