X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=34c2915e39b97f9ee63c5e80e18766ef8d43ea68;hb=54beb819f05f033f84cd397b1a3534b20cde916f;hp=ee7743ff276e2c35bedb162bbf222be21e23accb;hpb=bbe0f0645ca958d33a3f409b15166609733b663f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index ee7743ff2..34c2915e3 100644 --- a/client/package.json +++ b/client/package.json @@ -1,115 +1,135 @@ { "name": "peertube-client", - "version": "1.0.0-beta.8", + "version": "1.4.0-rc.1", "private": true, "licence": "GPLv3", "author": { - "name": "Florian Bigard", - "email": "me@florianbigard.com", + "name": "Chocobozzz", + "email": "chocobozzz@cpy.re", "url": "http://github.com/Chocobozzz" }, "repository": { "type": "git", - "url": "git://github.com/Chocobozzz/PeerTube.git" + "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", + "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", "webpack": "webpack", "tslint": "tslint", "ng": "ng", - "postinstall": "npm rebuild node-sass && test -f angular-cli-patch.js && node angular-cli-patch.js || true", + "postinstall": "npm rebuild node-sass", "webpack-bundle-analyzer": "webpack-bundle-analyzer", "webdriver-manager": "webdriver-manager", "ngx-extractor": "ngx-extractor" }, "license": "GPLv3", + "typings": "*.d.ts", "resolutions": { "video.js": "^7", "webtorrent/create-torrent/junk": "^1", - "simple-get": "^2.8.1" + "simple-get": "^2.8.1", + "punycode": "^1.4.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.6.1", - "@angular/animations": "~6.0.2", - "@angular/cli": "6.0.1", - "@angular/common": "~6.0.2", - "@angular/compiler": "~6.0.2", - "@angular/compiler-cli": "~6.0.2", - "@angular/core": "~6.0.2", - "@angular/forms": "~6.0.2", - "@angular/http": "~6.0.2", - "@angular/language-service": "^6.0.1", - "@angular/platform-browser": "~6.0.2", - "@angular/platform-browser-dynamic": "~6.0.2", - "@angular/router": "~6.0.2", - "@angular/service-worker": "^6.0.1", + "@angular-devkit/build-angular": "~0.802.0", + "@angular/animations": "~8.2.0", + "@angular/cdk": "^8.1.1", + "@angular/cli": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/compiler-cli": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", + "@angular/language-service": "~8.2.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", + "@angular/service-worker": "~8.2.0", "@angularclass/hmr": "^2.1.3", - "@ngx-loading-bar/core": "^2.0.0", - "@ngx-loading-bar/http-client": "^2.0.0", - "@ngx-loading-bar/router": "^2.0.0", - "@ngx-meta/core": "^6.0.0-rc.1", + "@neos21/bootstrap3-glyphicons": "^1.0.1", + "@ng-bootstrap/ng-bootstrap": "^5.1.0", + "@ngx-loading-bar/core": "^4.2.0", + "@ngx-loading-bar/http-client": "^4.2.0", + "@ngx-loading-bar/router": "^4.2.0", + "@ngx-meta/core": "^7.0.0", "@ngx-translate/i18n-polyfill": "^1.0.0", - "@types/core-js": "^0.9.28", - "@types/jasmine": "^2.8.7", + "@streamroot/videojs-hlsjs-plugin": "^1.0.10", + "@types/core-js": "^2.5.2", + "@types/hls.js": "^0.12.4", + "@types/jasmine": "^3.3.15", "@types/jasminewd2": "^2.0.3", + "@types/jschannel": "^1.0.0", + "@types/linkifyjs": "^2.1.2", "@types/lodash-es": "^4.17.0", - "@types/markdown-it": "^0.0.4", - "@types/node": "^9.3.0", - "@types/sanitize-html": "^1.14.0", - "@types/video.js": "6.2.5", + "@types/markdown-it": "^0.0.5", + "@types/node": "^10.9.2", + "@types/sanitize-html": "1.18.0", + "@types/socket.io-client": "^1.4.32", + "@types/video.js": "^7.2.5", "@types/webtorrent": "^0.98.4", - "angular2-notifications": "^1.0.2", - "awesome-typescript-loader": "5.0.0", - "bootstrap-sass": "^3.3.7", - "cache-chunk-store": "^2.0.0", - "codelyzer": "^4.0.2", - "core-js": "^2.4.1", - "css-loader": "^0.28.4", + "angular2-hotkeys": "^2.1.2", + "angularx-qrcode": "^1.6.4", + "awesome-typescript-loader": "5.2.1", + "bootstrap": "^4.1.3", + "buffer": "^5.1.0", + "cache-chunk-store": "^3.0.0", + "codelyzer": "^5.0.1", + "core-js": "^3.1.4", + "css-loader": "^3.1.0", "dexie": "^2.0.4", "extract-text-webpack-plugin": "4.0.0-beta.0", - "file-loader": "^1.1.5", + "file-loader": "^4.1.0", + "focus-visible": "^5.0.2", + "hls.js": "^0.12.2", + "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", + "https-browserify": "^1.0.0", "jasmine-core": "^3.1.0", "jasmine-spec-reporter": "^4.2.1", - "karma": "^2.0.2", - "karma-chrome-launcher": "^2.2.0", - "karma-coverage-istanbul-reporter": "^2.0.1", - "karma-jasmine": "^1.1.2", - "karma-jasmine-html-reporter": "^1.1.0", + "jschannel": "^1.0.2", + "karma": "^4.0.1", + "karma-chrome-launcher": "^3.0.0", + "karma-coverage-istanbul-reporter": "^2.0.2", + "karma-jasmine": "^2.0.1", + "karma-jasmine-html-reporter": "^1.3.1", "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", - "markdown-it": "^8.4.0", - "ngx-bootstrap": "3.0.0", - "ngx-chips": "1.9.2", - "ngx-clipboard": "11.1.0", + "markdown-it": "^9.0.1", + "ngx-chips": "2.0.2", + "ngx-clipboard": "12.2.0", "ngx-pipes": "^2.1.7", - "node-sass": "^4.1.1", + "node-sass": "^4.9.3", "npm-font-source-sans-pro": "^1.0.2", - "primeng": "^6.0.0-rc.1", + "p2p-media-loader-hlsjs": "^0.6.1", + "path-browserify": "^1.0.0", + "primeng": "^8.0.2", + "process": "^0.11.10", "protractor": "^5.3.2", "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", - "raw-loader": "^0.5.1", - "resolve-url-loader": "^2.0.0", - "rxjs": "^6.1.0", - "rxjs-compat": "^6.1.0", - "sanitize-html": "^1.16.3", - "sass-loader": "^7.0.1", - "sass-resources-loader": "^1.2.1", + "raw-loader": "^1", + "rxjs": "^6.5.2", + "sanitize-html": "^1.18.4", + "sass-loader": "^7.1.0", + "sass-resources-loader": "^2.0.0", + "socket.io-client": "^2.2.0", + "stream-browserify": "^2.0.1", + "stream-http": "^3.0.0", + "terser-webpack-plugin": "^1.1.0", "tslint": "^5.7.0", - "tslint-config-standard": "^7.0.0", - "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", + "tslint-angular": "^3.0.2", + "tslint-config-standard": "^8.0.1", + "typescript": "~3.5.3", + "video.js": "^7", + "videojs-contextmenu-ui": "^5.0.0", + "videojs-contrib-quality-levels": "^2.0.9", "videojs-dock": "^2.0.2", "videojs-hotkeys": "^0.2.21", - "webpack": "^4.5.0", - "webpack-bundle-analyzer": "^2.9.1", - "webpack-cli": "^2.0.14", - "webtorrent": "^0.100.0", - "whatwg-fetch": "^2.0.4", - "zone.js": "~0.8.5" + "videostream": "~3.1", + "webpack-bundle-analyzer": "^3.0.2", + "webpack-cli": "^3.0.8", + "webtorrent": "^0.105.1", + "whatwg-fetch": "^3.0.0", + "zone.js": "~0.10.0" } }