Advertisement
Guest User

package.json

a guest
Jul 14th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "ionic-parse-server",
  3.   "version": "2.0.0",
  4.   "author": "",
  5.   "homepage": "",
  6.   "private": true,
  7.   "scripts": {
  8.     "clean": "ionic-app-scripts clean",
  9.     "build": "ionic-app-scripts build",
  10.     "lint": "ionic-app-scripts lint",
  11.     "ionic:build": "ionic-app-scripts build",
  12.     "ionic:serve": "ionic-app-scripts serve"
  13.   },
  14.   "dependencies": {
  15.     "@angular/common": "^5.2.11",
  16.     "@angular/compiler": "^5.2.11",
  17.     "@angular/compiler-cli": "^5.2.11",
  18.     "@angular/core": "^5.2.11",
  19.     "@angular/forms": "^5.2.11",
  20.     "@angular/http": "^5.2.11",
  21.     "@angular/platform-browser": "^5.2.11",
  22.     "@angular/platform-browser-dynamic": "^5.2.11",
  23.     "@ionic-native/android-permissions": "^4.20.0",
  24.     "@ionic-native/background-mode": "^4.20.0",
  25.     "@ionic-native/call-number": "^4.20.0",
  26.     "@ionic-native/camera": "^4.20.0",
  27.     "@ionic-native/contacts": "^4.20.0",
  28.     "@ionic-native/core": "^4.20.0",
  29.     "@ionic-native/file": "^4.20.0",
  30.     "@ionic-native/image-picker": "^4.20.0",
  31.     "@ionic-native/in-app-purchase-2": "^5.9.0",
  32.     "@ionic-native/splash-screen": "^4.20.0",
  33.     "@ionic-native/status-bar": "^4.20.0",
  34.     "@ionic/storage": "^2.2.0",
  35.     "call-number": "1.0.1",
  36.     "cc.fovea.cordova.purchase": "8.1.1",
  37.     "com.synconset.imagepicker": "^2.1.10",
  38.     "cordova-android": "7.1.4",
  39.     "cordova-android-support-gradle-release": "3.0.0",
  40.     "cordova-browser": "^4.1.0",
  41.     "cordova-plugin-android-permissions": "1.0.0",
  42.     "cordova-plugin-camera": "^2.4.1",
  43.     "cordova-plugin-console": "^1.1.0",
  44.     "cordova-plugin-contacts": "3.0.1",
  45.     "cordova-plugin-device": "^1.1.7",
  46.     "cordova-plugin-file": "^6.0.1",
  47.     "cordova-plugin-ionic-keyboard": "2.1.3",
  48.     "cordova-plugin-splashscreen": "^4.1.0",
  49.     "cordova-plugin-statusbar": "^2.4.2",
  50.     "cordova-plugin-whitelist": "^1.3.3",
  51.     "cordova-support-google-services": "1.3.1",
  52.     "ionic-angular": "^3.9.6",
  53.     "ionicons": "^3.0.0",
  54.     "mx.ferreyra.callnumber": "~0.0.2",
  55.     "parse": "^1.11.1",
  56.     "parse-push-plugin": "git+https://github.com/bal200/parse-push-plugin.git",
  57.     "parse-sdk": "^1.5.0",
  58.     "rxjs": "^5.5.12",
  59.     "rxjs-compat": "^6.5.2",
  60.     "sw-toolbox": "3.6.0",
  61.     "zone.js": "^0.8.29"
  62.   },
  63.   "devDependencies": {
  64.     "@ionic/app-scripts": "^3.2.4",
  65.     "typescript": "^2.9.2"
  66.   },
  67.   "description": "An Ionic project",
  68.   "cordova": {
  69.     "plugins": {
  70.       "cordova-plugin-console": {},
  71.       "cordova-plugin-device": {},
  72.       "cordova-plugin-splashscreen": {},
  73.       "cordova-plugin-statusbar": {},
  74.       "cordova-plugin-whitelist": {},
  75.       "cordova-plugin-contacts": {},
  76.       "mx.ferreyra.callnumber": {},
  77.       "cordova-plugin-ionic-keyboard": {},
  78.       "cordova-plugin-android-permissions": {},
  79.       "cordova-android-support-gradle-release": {
  80.         "ANDROID_SUPPORT_VERSION": "27.+"
  81.       },
  82.       "parse-push-plugin": {},
  83.       "cordova-support-google-services": {},
  84.       "cordova-plugin-telerik-imagepicker": {},
  85.       "cc.fovea.cordova.purchase": {
  86.         "BILLING_KEY": "***Removed for security **"
  87.       }
  88.     },
  89.     "platforms": [
  90.       "browser",
  91.       "android"
  92.     ]
  93.   },
  94.   "cordovaPlugins": [],
  95.   "cordovaPlatforms": [
  96.     "android"
  97.   ]
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement