From 5ef465dab66d20100630bba6a42f47c243aa476a Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Sun, 9 Sep 2018 08:19:27 +0530 Subject: Files Upload via GIT --- package.json | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..4068bcc --- /dev/null +++ b/package.json @@ -0,0 +1,61 @@ +{ + "name": "NewsApp", + "version": "0.0.1", + "author": "Ionic Framework", + "homepage": "http://ionicframework.com/", + "private": true, + "scripts": { + "start": "ionic-app-scripts serve", + "clean": "ionic-app-scripts clean", + "build": "ionic-app-scripts build", + "lint": "ionic-app-scripts lint" + }, + "dependencies": { + "@angular/animations": "5.2.11", + "@angular/common": "5.2.11", + "@angular/compiler": "5.2.11", + "@angular/compiler-cli": "5.2.11", + "@angular/core": "5.2.11", + "@angular/forms": "5.2.11", + "@angular/http": "5.2.11", + "@angular/platform-browser": "5.2.11", + "@angular/platform-browser-dynamic": "5.2.11", + "@ionic-native/core": "~4.12.0", + "@ionic-native/splash-screen": "~4.12.0", + "@ionic-native/status-bar": "~4.12.0", + "@ionic/pro": "2.0.3", + "@ionic/storage": "2.1.3", + "@types/jquery": "^3.3.6", + "cordova-ios": "4.5.5", + "cordova-plugin-device": "^2.0.2", + "cordova-plugin-ionic-keyboard": "^2.1.2", + "cordova-plugin-ionic-webview": "^2.1.3", + "cordova-plugin-splashscreen": "^5.0.2", + "cordova-plugin-statusbar": "^2.4.2", + "cordova-plugin-whitelist": "^1.3.3", + "ionic-angular": "3.9.2", + "ionicons": "3.0.0", + "jquery": "^3.3.1", + "rxjs": "5.5.11", + "sw-toolbox": "3.6.0", + "zone.js": "0.8.26" + }, + "devDependencies": { + "@ionic/app-scripts": "3.2.0", + "typescript": "~2.6.2" + }, + "description": "An Ionic project", + "cordova": { + "plugins": { + "cordova-plugin-whitelist": {}, + "cordova-plugin-statusbar": {}, + "cordova-plugin-device": {}, + "cordova-plugin-splashscreen": {}, + "cordova-plugin-ionic-webview": {}, + "cordova-plugin-ionic-keyboard": {} + }, + "platforms": [ + "ios" + ] + } +} \ No newline at end of file -- cgit v1.2.3