X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=b79a090b3a0d586582611169b60facd3cdb2a3fb;hb=510fefb194aba4b365b96b150f89a9f36306560c;hp=0d5acf9979d66843ee5421e8a5f91e99d723a047;hpb=f6d2158fd9b16e304532549cf97440c0d995340b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 0d5acf997..b79a090b3 100644 --- a/client/package.json +++ b/client/package.json @@ -19,11 +19,12 @@ "ng": "ng", "postinstall": "npm rebuild node-sass && test -f angular-cli-patch.js && node angular-cli-patch.js || true", "webpack-bundle-analyzer": "webpack-bundle-analyzer", - "webdriver-manager": "webdriver-manager" + "webdriver-manager": "webdriver-manager", + "ngx-extractor": "ngx-extractor" }, "license": "GPLv3", "resolutions": { - "videojs-dock/video.js": "^7", + "video.js": "^7", "webtorrent/create-torrent/junk": "^1", "simple-get": "^2.8.1" }, @@ -47,6 +48,7 @@ "@ngx-loading-bar/http-client": "^2.0.0", "@ngx-loading-bar/router": "^2.0.0", "@ngx-meta/core": "^6.0.0-rc.1", + "@ngx-translate/i18n-polyfill": "^1.0.0", "@types/core-js": "^0.9.28", "@types/jasmine": "^2.8.7", "@types/jasminewd2": "^2.0.3", @@ -99,6 +101,8 @@ "typescript": "2.7", "uglifyjs-webpack-plugin": "^1.1.2", "video.js": "^7.0.3", + "videojs-contextmenu": "^2.0.0", + "videojs-contextmenu-ui": "^4.0.0", "videojs-dock": "^2.0.2", "videojs-hotkeys": "^0.2.21", "webpack": "^4.5.0",