summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index fe90cbe5..58aa2640 100644
--- a/package.json
+++ b/package.json
@@ -3,12 +3,20 @@
"version": "1.0.0",
"description": "zmNinja: An Ionic project",
"dependencies": {
+ "@angular/common": "^2.0.0-rc.3",
+ "@angular/compiler": "^2.0.0-rc.3",
+ "@angular/core": "^2.0.0-rc.3",
+ "@angular/http": "^2.0.0-rc.3",
+ "@angular/platform-browser": "^2.0.0-rc.3",
+ "@angular/platform-browser-dynamic": "^2.0.0-rc.3",
+ "@angular/router": "^2.0.0-rc.2",
"async": "^1.4.2",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.0",
+ "ionic-angular": "^2.0.0-beta.10",
"ionic-app-lib": "^0.7.0"
},
"devDependencies": {