From 9c6bd0c9e72ef1f66bb90c6bc08475a6abdfc994 Mon Sep 17 00:00:00 2001 From: Dan Bucholtz Date: Mon, 10 Oct 2016 15:07:24 -0500 Subject: [PATCH] chore(demos): update package.json to reflect change to peerDeps update package.json to reflect change to peerDeps --- demos/package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/demos/package.json b/demos/package.json index 8c6c0d3775..2c0de49acf 100644 --- a/demos/package.json +++ b/demos/package.json @@ -6,9 +6,21 @@ "author": "Ionic Team (http://ionic.io)", "license": "MIT", "dependencies": { - "@ionic/storage": "^1.0.3", + "@angular/common": "^2.0.0", + "@angular/compiler": "^2.0.0", + "@angular/compiler-cli": "^0.6.2", + "@angular/core": "^2.0.0", + "@angular/forms": "^2.0.0", + "@angular/http": "^2.0.0", + "@angular/platform-browser": "^2.0.0", + "@angular/platform-browser-dynamic": "^2.0.0", + "@angular/platform-server": "^2.0.0", "ionic-angular": "nightly", - "ionicons": "^3.0.0" + "ionicons" : "^3.0.0", + "@ionic/storage": "^1.0.3", + "ionic-native": "^2.0.3", + "rxjs": "^5.0.0-beta.12", + "zone.js": "^0.6.21" }, "devDependencies": { "typescript": "^2.0.3"