Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.90 KB | None | 0 0
  1. {
  2.   "name": "xxxxxx",
  3.   "author": "xxxx",
  4.   "homepage": "http://xxxxx/",
  5.   "private": true,
  6.   "scripts": {
  7.     "build": "ionic-app-scripts build",
  8.     "clean": "ionic-app-scripts clean",
  9.     "ionic:build": "ionic-app-scripts build",
  10.     "ionic:serve": "ionic-app-scripts serve",
  11.     "postinstall": "[ -e ./src/providers/env-vars.ts ] || cp ./src/providers/env-vars.example.ts ./src/providers/env-vars.ts"
  12.   },
  13.   "dependencies": {
  14.     "@angular/common": "4.4.3",
  15.     "@angular/compiler": "4.4.3",
  16.     "@angular/compiler-cli": "4.4.3",
  17.     "@angular/core": "4.4.3",
  18.     "@angular/forms": "4.4.3",
  19.     "@angular/http": "4.4.3",
  20.     "@angular/platform-browser": "4.4.3",
  21.     "@angular/platform-browser-dynamic": "4.4.3",
  22.     "@angular/tsc-wrapped": "4.4.3",
  23.     "@ionic-native/camera": "^4.3.2",
  24.     "@ionic-native/camera-preview": "^4.3.2",
  25.     "@ionic-native/clipboard": "^4.3.2",
  26.     "@ionic-native/core": "^4.3.2",
  27.     "@ionic-native/deeplinks": "^4.3.2",
  28.     "@ionic-native/facebook": "^4.3.2",
  29.     "@ionic-native/file": "^4.3.2",
  30.     "@ionic-native/file-transfer": "^4.3.2",
  31.     "@ionic-native/google-analytics": "^4.3.2",
  32.     "@ionic-native/image-picker": "^4.3.2",
  33.     "@ionic-native/keyboard": "^4.3.2",
  34.     "@ionic-native/photo-library": "^4.3.2",
  35.     "@ionic-native/social-sharing": "^4.3.2",
  36.     "@ionic-native/splash-screen": "^4.3.2",
  37.     "@ionic-native/status-bar": "^4.3.2",
  38.     "@ionic/pro": "^1.0.9",
  39.     "@ionic/storage": "^2.0.1",
  40.     "angular2-moment": "^1.0.0",
  41.     "cordova-android": "6.2.3",
  42.     "cordova-clipboard": "^1.0.0",
  43.     "cordova-plugin-add-swift-support": "^1.6.1",
  44.     "cordova-plugin-camera": "^2.4.1",
  45.     "cordova-plugin-camera-preview": "^0.9.0",
  46.     "cordova-plugin-facebook4": "^1.7.4",
  47.     "cordova-plugin-file": "^4.3.2",
  48.     "cordova-plugin-file-transfer": "^1.6.3",
  49.     "cordova-plugin-ionic": "^2.0.0",
  50.     "cordova-plugin-splashscreen": "^4.0.3",
  51.     "cordova-plugin-statusbar": "^2.2.3",
  52.     "cordova-plugin-telerik-imagepicker": "^2.1.8",
  53.     "cordova-plugin-whitelist": "^1.3.1",
  54.     "cordova-plugin-x-socialsharing": "^5.1.8",
  55.     "ionic-angular": "^3.7.1",
  56.     "ionic-image-loader": "^4.2.1",
  57.     "ionic-plugin-deeplinks": "^1.0.15",
  58.     "ionic-plugin-keyboard": "^2.2.1",
  59.     "ionicons": "3.0.0",
  60.     "moment": "^2.18.1",
  61.     "npm": "^5.3.0",
  62.     "rxjs": "5.4.3",
  63.     "sw-toolbox": "3.6.0",
  64.     "zone.js": "0.8.18"
  65.   },
  66.   "devDependencies": {
  67.     "@ionic/app-scripts": "^3.0.0",
  68.     "ionic": "3.13.2",
  69.     "typescript": "^2.3.4"
  70.   },
  71.   "description": "xxxxxxx",
  72.   "cordova": {
  73.     "platforms": [],
  74.     "plugins": {
  75.       "cordova-plugin-facebook4": {
  76.         "APP_ID": "xxxxxx",
  77.         "APP_NAME": "xxxxxx"
  78.       },
  79.       "cordova-plugin-statusbar": {},
  80.       "cordova-plugin-whitelist": {},
  81.       "ionic-plugin-keyboard": {},
  82.       "cordova-plugin-camera-preview": {},
  83.       "cordova-plugin-camera": {},
  84.       "ionic-plugin-deeplinks": {
  85.         "URL_SCHEME": "xxxxxx",
  86.         "DEEPLINK_SCHEME": "https",
  87.         "DEEPLINK_HOST": "xxxxx.xxxx",
  88.         "ANDROID_PATH_PREFIX": "/",
  89.         "ANDROID_2_PATH_PREFIX": "/",
  90.         "ANDROID_3_PATH_PREFIX": "/",
  91.         "ANDROID_4_PATH_PREFIX": "/",
  92.         "ANDROID_5_PATH_PREFIX": "/",
  93.         "DEEPLINK_2_SCHEME": " ",
  94.         "DEEPLINK_2_HOST": " ",
  95.         "DEEPLINK_3_SCHEME": " ",
  96.         "DEEPLINK_3_HOST": " ",
  97.         "DEEPLINK_4_SCHEME": " ",
  98.         "DEEPLINK_4_HOST": " ",
  99.         "DEEPLINK_5_SCHEME": " ",
  100.         "DEEPLINK_5_HOST": " "
  101.       },
  102.       "cordova-plugin-x-socialsharing": {},
  103.       "cordova-clipboard": {},
  104.       "cordova-plugin-file": {},
  105.       "cordova-plugin-file-transfer": {},
  106.       "cordova-plugin-ionic": {
  107.         "APP_ID": "xxxxxx",
  108.         "CHANNEL_NAME": "Master",
  109.         "UPDATE_METHOD": "background",
  110.         "UPDATE_API": "https://api.ionicjs.com",
  111.         "MAX_STORE": "2"
  112.       },
  113.       "cordova-plugin-splashscreen": {}
  114.     }
  115.   }
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement