aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-22 10:43:06 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-22 10:44:35 +0200
commit322940742b4dca168de6dfed0d1ebf5926dab528 (patch)
tree7b7fdb77595aa7d6a89d1045ab6012a9e1d68aab /client/package.json
parent46246b5f194caafba4e3a72e9365acd8b35785de (diff)
downloadPeerTube-322940742b4dca168de6dfed0d1ebf5926dab528.tar.gz
PeerTube-322940742b4dca168de6dfed0d1ebf5926dab528.tar.zst
PeerTube-322940742b4dca168de6dfed0d1ebf5926dab528.zip
Add pagination support to the client
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index b730a1f4a..b77c6e447 100644
--- a/client/package.json
+++ b/client/package.json
@@ -21,20 +21,21 @@
21 }, 21 },
22 "license": "GPLv3", 22 "license": "GPLv3",
23 "dependencies": { 23 "dependencies": {
24 "angular-pipes": "^2.0.0",
25 "@angular/common": "2.0.0-rc.1", 24 "@angular/common": "2.0.0-rc.1",
26 "@angular/compiler": "2.0.0-rc.1", 25 "@angular/compiler": "2.0.0-rc.1",
27 "@angular/core": "2.0.0-rc.1", 26 "@angular/core": "2.0.0-rc.1",
28 "@angular/http": "2.0.0-rc.1", 27 "@angular/http": "2.0.0-rc.1",
29 "@angular/platform-browser-dynamic": "2.0.0-rc.1",
30 "@angular/platform-browser": "2.0.0-rc.1", 28 "@angular/platform-browser": "2.0.0-rc.1",
29 "@angular/platform-browser-dynamic": "2.0.0-rc.1",
31 "@angular/router-deprecated": "2.0.0-rc.1", 30 "@angular/router-deprecated": "2.0.0-rc.1",
31 "angular-pipes": "^2.0.0",
32 "blueimp-file-upload": "^9.12.1", 32 "blueimp-file-upload": "^9.12.1",
33 "bootstrap-sass": "^3.3.6", 33 "bootstrap-sass": "^3.3.6",
34 "es6-promise": "^3.0.2", 34 "es6-promise": "^3.0.2",
35 "es6-shim": "^0.35.0", 35 "es6-shim": "^0.35.0",
36 "jquery": "^2.2.3", 36 "jquery": "^2.2.3",
37 "jquery.ui.widget": "^1.10.3", 37 "jquery.ui.widget": "^1.10.3",
38 "ng2-bootstrap": "^1.0.16",
38 "reflect-metadata": "0.1.3", 39 "reflect-metadata": "0.1.3",
39 "rxjs": "5.0.0-beta.6", 40 "rxjs": "5.0.0-beta.6",
40 "systemjs": "0.19.27", 41 "systemjs": "0.19.27",