]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/package.json
Translated using Weblate (Portuguese (Brazil))
[github/Chocobozzz/PeerTube.git] / client / package.json
index 53aedfebd17d8e428faca325b96fb08d7716a66e..66e8990f936897a34498384d1a03cccf0bf8caeb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "peertube-client",
-  "version": "2.0.0",
+  "version": "2.1.0-rc.1",
   "private": true,
   "license": "AGPL-3.0",
   "author": {
     "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": {
     "@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",
     "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",
     "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",
     "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",