X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=b79a090b3a0d586582611169b60facd3cdb2a3fb;hb=510fefb194aba4b365b96b150f89a9f36306560c;hp=28eff2ab4bd3c12ad3ef63388c9dbb6f31a18c9d;hpb=230de99e7146f75b0af056a42c54161597c03002;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 28eff2ab4..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": "^6", + "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", @@ -54,7 +56,7 @@ "@types/markdown-it": "^0.0.4", "@types/node": "^9.3.0", "@types/sanitize-html": "^1.14.0", - "@types/video.js": "6.2.4", + "@types/video.js": "6.2.5", "@types/webtorrent": "^0.98.4", "angular2-notifications": "^1.0.2", "awesome-typescript-loader": "5.0.0", @@ -98,7 +100,9 @@ "tslint-config-standard": "^7.0.0", "typescript": "2.7", "uglifyjs-webpack-plugin": "^1.1.2", - "video.js": "^6", + "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",