X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=816ce53c9490c5e2530ae518809dea400c71b5f6;hb=4503cb2a894d9fb2b838cab0a9af8b3923e18a56;hp=ee7743ff276e2c35bedb162bbf222be21e23accb;hpb=bbe0f0645ca958d33a3f409b15166609733b663f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index ee7743ff2..816ce53c9 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "private": true, "licence": "GPLv3", "author": { @@ -13,11 +13,11 @@ "url": "git://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" @@ -52,6 +52,7 @@ "@types/core-js": "^0.9.28", "@types/jasmine": "^2.8.7", "@types/jasminewd2": "^2.0.3", + "@types/jschannel": "^1.0.0", "@types/lodash-es": "^4.17.0", "@types/markdown-it": "^0.0.4", "@types/node": "^9.3.0", @@ -61,6 +62,7 @@ "angular2-notifications": "^1.0.2", "awesome-typescript-loader": "5.0.0", "bootstrap-sass": "^3.3.7", + "buffer": "^5.1.0", "cache-chunk-store": "^2.0.0", "codelyzer": "^4.0.2", "core-js": "^2.4.1", @@ -69,8 +71,11 @@ "extract-text-webpack-plugin": "4.0.0-beta.0", "file-loader": "^1.1.5", "html-webpack-plugin": "^3.2.0", + "html-loader": "^0.5.5", + "https-browserify": "^1.0.0", "jasmine-core": "^3.1.0", "jasmine-spec-reporter": "^4.2.1", + "jschannel": "^1.0.2", "karma": "^2.0.2", "karma-chrome-launcher": "^2.2.0", "karma-coverage-istanbul-reporter": "^2.0.1", @@ -85,17 +90,19 @@ "ngx-pipes": "^2.1.7", "node-sass": "^4.1.1", "npm-font-source-sans-pro": "^1.0.2", + "path-browserify": "^1.0.0", "primeng": "^6.0.0-rc.1", + "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", + "stream-http": "^2.8.3", "tslint": "^5.7.0", "tslint-config-standard": "^7.0.0", "typescript": "2.7", @@ -110,6 +117,7 @@ "webpack-cli": "^2.0.14", "webtorrent": "^0.100.0", "whatwg-fetch": "^2.0.4", - "zone.js": "~0.8.5" + "zone.js": "~0.8.5", + "ngx-qrcode2": "^0.0.9" } }