]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/package.json
add noImplicitThis flag (#1324)
[github/Chocobozzz/PeerTube.git] / client / package.json
index 3a4605b56b1f0184140ae04dccafc640f67b9b26..6f8c6240205042e87c1c1f7dd1cd9ee3e1c62d6d 100644 (file)
@@ -1,11 +1,11 @@
 {
   "name": "peertube-client",
-  "version": "1.0.0-beta.12",
+  "version": "1.1.0-alpha.2",
   "private": true,
   "licence": "GPLv3",
   "author": {
-    "name": "Florian Bigard",
-    "email": "me@florianbigard.com",
+    "name": "Chocobozzz",
+    "email": "chocobozzz@cpy.re",
     "url": "http://github.com/Chocobozzz"
   },
   "repository": {
@@ -63,9 +63,9 @@
     "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
   },
   "devDependencies": {
-    "@angular-devkit/build-angular": "^0.7.5",
+    "@angular-devkit/build-angular": "^0.8.3",
     "@angular/animations": "~6.1.4",
-    "@angular/cli": "~6.1.5",
+    "@angular/cli": "~6.2.3",
     "@angular/common": "~6.1.4",
     "@angular/compiler": "~6.1.4",
     "@angular/compiler-cli": "~6.1.4",
     "@types/lodash-es": "^4.17.0",
     "@types/markdown-it": "^0.0.5",
     "@types/node": "^10.9.2",
-    "@types/sanitize-html": "^1.14.0",
-    "@types/video.js": "6.2.7",
+    "@types/sanitize-html": "1.18.0",
+    "@types/video.js": "^7.2.5",
     "@types/webtorrent": "^0.98.4",
     "angular2-hotkeys": "^2.1.2",
     "angular2-notifications": "^1.0.2",
-    "awesome-typescript-loader": "5.2.0",
+    "awesome-typescript-loader": "5.2.1",
     "bootstrap": "^4.1.3",
     "buffer": "^5.1.0",
     "cache-chunk-store": "^3.0.0",
     "dexie": "^2.0.4",
     "extract-text-webpack-plugin": "4.0.0-beta.0",
     "file-loader": "^2.0.0",
+    "focus-visible": "^4.1.5",
     "html-loader": "^0.5.5",
     "html-webpack-plugin": "^3.2.0",
     "https-browserify": "^1.0.0",
     "linkifyjs": "^2.1.5",
     "lodash-es": "^4.17.4",
     "markdown-it": "^8.4.0",
-    "ngx-chips": "1.9.3",
-    "ngx-clipboard": "11.1.3",
+    "ngx-chips": "1.9.7",
+    "ngx-clipboard": "11.1.7",
     "ngx-pipes": "^2.1.7",
     "ngx-qrcode2": "^0.0.9",
     "ngx-textarea-autosize": "^2.0.0",
     "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",
     "sanitize-html": "^1.18.4",
     "sass-loader": "^7.1.0",
     "sass-resources-loader": "^1.2.1",
+    "stream-browserify": "^2.0.1",
     "stream-http": "^2.8.3",
+    "terser-webpack-plugin": "^1.1.0",
     "ts-jest": "^23.1.4",
     "tslint": "^5.7.0",
-    "tslint-config-standard": "^7.0.0",
+    "tslint-config-standard": "^8.0.1",
     "typescript": "2.9",
-    "uglifyjs-webpack-plugin": "^1.3.0",
-    "video.js": "7.2",
-    "videojs-contextmenu": "^2.0.0",
-    "videojs-contextmenu-ui": "^4.0.0",
+    "video.js": "^7",
+    "videojs-contextmenu-ui": "^5.0.0",
     "videojs-dock": "^2.0.2",
     "videojs-hotkeys": "^0.2.21",
     "webpack": "^4.17.1",
-    "webpack-bundle-analyzer": "^2.9.1",
+    "webpack-bundle-analyzer": "^3.0.2",
     "webpack-cli": "^3.0.8",
-    "webtorrent": "^0.102.1",
-    "whatwg-fetch": "^2.0.4",
+    "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d",
+    "whatwg-fetch": "^3.0.0",
     "zone.js": "~0.8.5"
   }
 }