aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-30 17:10:00 +0200
committerChocobozzz <me@florianbigard.com>2018-05-30 17:10:00 +0200
commit960a11e89da4e4a6ad6fbad61c71625f89e267b6 (patch)
tree0cd370970c3166dd3715e46a5503a3da78f25e37 /client/package.json
parente10c7d5125c47830bd23ecfed2f1b2d1048e6639 (diff)
downloadPeerTube-960a11e89da4e4a6ad6fbad61c71625f89e267b6.tar.gz
PeerTube-960a11e89da4e4a6ad6fbad61c71625f89e267b6.tar.zst
PeerTube-960a11e89da4e4a6ad6fbad61c71625f89e267b6.zip
Add context menu to player
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index 0d5acf997..61f94758a 100644
--- a/client/package.json
+++ b/client/package.json
@@ -23,7 +23,7 @@
23 }, 23 },
24 "license": "GPLv3", 24 "license": "GPLv3",
25 "resolutions": { 25 "resolutions": {
26 "videojs-dock/video.js": "^7", 26 "video.js": "^7",
27 "webtorrent/create-torrent/junk": "^1", 27 "webtorrent/create-torrent/junk": "^1",
28 "simple-get": "^2.8.1" 28 "simple-get": "^2.8.1"
29 }, 29 },
@@ -99,6 +99,8 @@
99 "typescript": "2.7", 99 "typescript": "2.7",
100 "uglifyjs-webpack-plugin": "^1.1.2", 100 "uglifyjs-webpack-plugin": "^1.1.2",
101 "video.js": "^7.0.3", 101 "video.js": "^7.0.3",
102 "videojs-contextmenu": "^2.0.0",
103 "videojs-contextmenu-ui": "^4.0.0",
102 "videojs-dock": "^2.0.2", 104 "videojs-dock": "^2.0.2",
103 "videojs-hotkeys": "^0.2.21", 105 "videojs-hotkeys": "^0.2.21",
104 "webpack": "^4.5.0", 106 "webpack": "^4.5.0",