aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2018-09-09 08:19:27 +0530
committerKumar Priyansh <[email protected]>2018-09-09 08:19:27 +0530
commit5ef465dab66d20100630bba6a42f47c243aa476a (patch)
treed95a1f961888d451733c947e42e56f49271f04be /package.json
downloadNewsApp-5ef465dab66d20100630bba6a42f47c243aa476a.tar.xz
NewsApp-5ef465dab66d20100630bba6a42f47c243aa476a.zip
Files Upload via GIT
Diffstat (limited to 'package.json')
-rw-r--r--package.json61
1 files changed, 61 insertions, 0 deletions
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