From 322940742b4dca168de6dfed0d1ebf5926dab528 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 22 May 2016 10:43:06 +0200 Subject: Add pagination support to the client --- client/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/package.json') 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 @@ }, "license": "GPLv3", "dependencies": { - "angular-pipes": "^2.0.0", "@angular/common": "2.0.0-rc.1", "@angular/compiler": "2.0.0-rc.1", "@angular/core": "2.0.0-rc.1", "@angular/http": "2.0.0-rc.1", - "@angular/platform-browser-dynamic": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", + "@angular/platform-browser-dynamic": "2.0.0-rc.1", "@angular/router-deprecated": "2.0.0-rc.1", + "angular-pipes": "^2.0.0", "blueimp-file-upload": "^9.12.1", "bootstrap-sass": "^3.3.6", "es6-promise": "^3.0.2", "es6-shim": "^0.35.0", "jquery": "^2.2.3", "jquery.ui.widget": "^1.10.3", + "ng2-bootstrap": "^1.0.16", "reflect-metadata": "0.1.3", "rxjs": "5.0.0-beta.6", "systemjs": "0.19.27", -- cgit v1.2.3