X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=66e8990f936897a34498384d1a03cccf0bf8caeb;hb=83fcadac86da0bc6120a5b93850bb9a7fc069fba;hp=53aedfebd17d8e428faca325b96fb08d7716a66e;hpb=478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 53aedfebd..66e8990f9 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "2.0.0", + "version": "2.1.0-rc.1", "private": true, "license": "AGPL-3.0", "author": { @@ -13,14 +13,17 @@ "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", + "lint": "npm run lint-ts && npm run lint-scss", + "lint-ts": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", + "lint-scss": "sass-lint -c .sass-lint.yml", "webpack": "webpack", "tslint": "tslint", "ng": "ng", "postinstall": "npm rebuild node-sass", "webpack-bundle-analyzer": "webpack-bundle-analyzer", "webdriver-manager": "webdriver-manager", - "ngx-extractor": "ngx-extractor" + "ngx-extractor": "ngx-extractor", + "sass-lint": "sass-lint" }, "typings": "*.d.ts", "resolutions": { @@ -53,19 +56,19 @@ "@ngx-loading-bar/router": "^4.2.0", "@ngx-meta/core": "^7.0.0", "@ngx-translate/i18n-polyfill": "^1.0.0", - "@streamroot/videojs-hlsjs-plugin": "^1.0.10", "@types/core-js": "^2.5.2", + "@types/debug": "^4.1.5", "@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.5", + "@types/markdown-it": "^0.0.9", "@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/video.js": "^7.3.3", "@types/webtorrent": "^0.107.0", "angular2-hotkeys": "^2.1.2", "angularx-qrcode": "1.6.4", @@ -73,9 +76,11 @@ "bootstrap": "^4.1.3", "buffer": "^5.1.0", "cache-chunk-store": "^3.0.0", + "chart.js": "^2.9.3", "codelyzer": "^5.0.1", "core-js": "^3.1.4", "css-loader": "^3.1.0", + "debug": "^4.1.1", "dexie": "^2.0.4", "extract-text-webpack-plugin": "4.0.0-beta.0", "file-loader": "^4.1.0", @@ -110,6 +115,7 @@ "raw-loader": "^1", "rxjs": "^6.5.2", "sanitize-html": "^1.18.4", + "sass-lint": "^1.13.1", "sass-loader": "7", "sass-resources-loader": "^2.0.0", "socket.io-client": "^2.2.0", @@ -126,6 +132,7 @@ "videojs-dock": "^2.0.2", "videojs-hotkeys": "^0.2.21", "videostream": "~3.2.1", + "vtt.js": "^0.13.0", "webpack-bundle-analyzer": "^3.0.2", "webpack-cli": "^3.0.8", "webtorrent": "^0.107.16",