Created
August 3, 2017 09:31
-
-
Save prosenjit-manna/29a622ce0c7f247e65d1fec86b9797df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "invited-ionic3", | |
| "description": "An Ionic project", | |
| "version": "0.0.1", | |
| "author": "Ionic Framework", | |
| "homepage": "http://ionicframework.com/", | |
| "private": true, | |
| "scripts": { | |
| "clean": "ionic-app-scripts clean", | |
| "build": "ionic-app-scripts build", | |
| "lint": "ionic-app-scripts lint", | |
| "ionic:build": "ionic-app-scripts build", | |
| "ionic:serve": "ionic-app-scripts serve" | |
| }, | |
| "dependencies": { | |
| "@angular/common": "4.1.3", | |
| "@angular/compiler": "4.1.3", | |
| "@angular/compiler-cli": "4.1.3", | |
| "@angular/core": "4.1.3", | |
| "@angular/forms": "4.1.3", | |
| "@angular/http": "4.1.3", | |
| "@angular/platform-browser": "4.1.3", | |
| "@angular/platform-browser-dynamic": "4.1.3", | |
| "@ionic-native/core": "3.12.1", | |
| "@ionic-native/splash-screen": "3.12.1", | |
| "@ionic-native/status-bar": "3.12.1", | |
| "@ionic/storage": "2.0.1", | |
| "angular2-moment": "1.4.0", | |
| "cordova-android": "~6.1.2", | |
| "cordova-ios": "^4.4.0", | |
| "cordova-plugin-console": "1.0.5", | |
| "cordova-plugin-device": "1.1.4", | |
| "cordova-plugin-splashscreen": "~4.0.1", | |
| "cordova-plugin-statusbar": "2.2.2", | |
| "cordova-plugin-whitelist": "1.3.1", | |
| "ionic-angular": "3.5.3", | |
| "ionic-plugin-keyboard": "~2.2.1", | |
| "ionicons": "3.0.0", | |
| "moment": "2.18.1", | |
| "moment-timezone": "0.5.13", | |
| "mydatepicker": "2.0.25", | |
| "npm": "^3.10.10", | |
| "parse": "1.10.0", | |
| "rxjs": "5.4.0", | |
| "sw-toolbox": "3.6.0", | |
| "zone.js": "0.8.12" | |
| }, | |
| "devDependencies": { | |
| "@ionic/app-scripts": "2.0.2", | |
| "@ionic/cli-plugin-cordova": "1.6.1", | |
| "@ionic/cli-plugin-ionic-angular": "1.4.0", | |
| "@types/parse": "^1.9.3", | |
| "ionic": "3.7.0", | |
| "tslint-ionic-rules": "0.0.11", | |
| "typescript": "2.3.4" | |
| }, | |
| "cordova": { | |
| "platforms": [ | |
| "android", | |
| "ios" | |
| ], | |
| "plugins": { | |
| "cordova-plugin-console": {}, | |
| "cordova-plugin-device": {}, | |
| "cordova-plugin-splashscreen": {}, | |
| "cordova-plugin-statusbar": {}, | |
| "cordova-plugin-whitelist": {}, | |
| "ionic-plugin-keyboard": {} | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment