diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 5 |
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", |