]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/package.json
Rewrite infinite scroll
[github/Chocobozzz/PeerTube.git] / client / package.json
index 78c94ff75076906ab6f36dfa0745d6498d2c815c..fe8bdd1f9544487476b9d0f96e4fb66d53337476 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "peertube-client",
-  "version": "0.0.13-alpha",
+  "version": "0.0.23-alpha",
   "private": true,
   "licence": "GPLv3",
   "author": {
     "url": "git://github.com/Chocobozzz/PeerTube.git"
   },
   "scripts": {
-    "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
+    "lint": "standard && tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
     "webpack": "webpack",
     "ng": "ng",
     "postinstall": "npm rebuild node-sass",
     "webpack-bundle-analyzer": "webpack-bundle-analyzer"
   },
   "license": "GPLv3",
-  "dependencies": {},
+  "resolutions": {
+    "copy-webpack-plugin": "4.3.0"
+  },
   "devDependencies": {
-    "@angular/animations": "~5.1.0",
-    "@angular/cli": "^1.6.0",
-    "@angular/common": "~5.1.0",
-    "@angular/compiler": "~5.1.0",
-    "@angular/compiler-cli": "~5.1.0",
-    "@angular/core": "~5.1.0",
-    "@angular/forms": "~5.1.0",
-    "@angular/http": "~5.1.0",
+    "@angular/animations": "~5.2.2",
+    "@angular/cli": "1.6.7",
+    "@angular/common": "~5.2.2",
+    "@angular/compiler": "~5.2.2",
+    "@angular/compiler-cli": "~5.2.2",
+    "@angular/core": "~5.2.2",
+    "@angular/forms": "~5.2.2",
+    "@angular/http": "~5.2.2",
     "@angular/language-service": "^5.1.0",
-    "@angular/platform-browser": "~5.1.0",
-    "@angular/platform-browser-dynamic": "~5.1.0",
-    "@angular/router": "~5.1.0",
+    "@angular/platform-browser": "~5.2.2",
+    "@angular/platform-browser-dynamic": "~5.2.2",
+    "@angular/router": "~5.2.2",
+    "@angular/service-worker": "^5.2.4",
     "@angularclass/hmr": "^2.1.3",
     "@ngx-loading-bar/http-client": "^1.0.0-rc.1",
     "@ngx-meta/core": "^5.0.0",
     "html-webpack-plugin": "^2.19.0",
     "lodash-es": "^4.17.4",
     "markdown-it": "^8.4.0",
-    "ngx-bootstrap": "2.0.0-rc.0",
-    "ngx-chips": "1.6.2",
+    "ngx-bootstrap": "2.0.2",
+    "ngx-chips": "1.6.3",
     "ngx-clipboard": "9.0.1",
-    "ngx-infinite-scroll": "0.7.2",
     "ngx-pipes": "^2.0.5",
     "node-sass": "^4.1.1",
     "npm-font-source-sans-pro": "^1.0.2",
@@ -74,7 +76,7 @@
     "standard": "^10.0.0",
     "tslint": "^5.7.0",
     "tslint-config-standard": "^7.0.0",
-    "typescript": "^2.6.2",
+    "typescript": "2.6",
     "uglifyjs-webpack-plugin": "^1.1.2",
     "video.js": "^6.2.0",
     "videojs-dock": "^2.0.2",