|
| 1 | +{ |
| 2 | + "name": "smart-home", |
| 3 | + "author": "Freedom", |
| 4 | + "homepage": "", |
| 5 | + "private": true, |
| 6 | + "scripts": { |
| 7 | + "clean": "ionic-app-scripts clean", |
| 8 | + "build": "ionic-app-scripts build --prod", |
| 9 | + "ionic:build": "ionic-app-scripts build", |
| 10 | + "ionic:serve": "ionic-app-scripts serve" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@angular/common": "2.2.1", |
| 14 | + "@angular/compiler": "2.2.1", |
| 15 | + "@angular/compiler-cli": "2.2.1", |
| 16 | + "@angular/core": "2.2.1", |
| 17 | + "@angular/forms": "2.2.1", |
| 18 | + "@angular/http": "2.2.1", |
| 19 | + "@angular/platform-browser": "2.2.1", |
| 20 | + "@angular/platform-browser-dynamic": "2.2.1", |
| 21 | + "@angular/platform-server": "2.2.1", |
| 22 | + "@ionic/storage": "1.1.7", |
| 23 | + "ionic-angular": "2.0.0-rc.4", |
| 24 | + "ionic-native": "2.2.11", |
| 25 | + "ionicons": "3.0.0", |
| 26 | + "rxjs": "5.0.0-beta.12", |
| 27 | + "zone.js": "0.6.26" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@ionic/app-scripts": "0.0.47", |
| 31 | + "typescript": "2.0.9" |
| 32 | + }, |
| 33 | + "cordovaPlugins": [ |
| 34 | + "cordova-plugin-device", |
| 35 | + "cordova-plugin-statusbar", |
| 36 | + "cordova-plugin-whitelist", |
| 37 | + "cordova-plugin-console", |
| 38 | + "cordova-plugin-splashscreen", |
| 39 | + "ionic-plugin-keyboard" |
| 40 | + ], |
| 41 | + "cordovaPlatforms": [], |
| 42 | + "description": "smartHome: An Ionic project" |
| 43 | +} |
0 commit comments