color
Showing
{ | { | ||
"name": "ionic-demo", | "name": "ionic-demo", | ||
"version": "0.0.1", | "version": "0.0.5", | ||
"author": "Ionic Framework", | "author": "Ionic Framework", | ||
"homepage": "http://ionicframework.com/", | "homepage": "http://ionicframework.com/", | ||
"private": true, | "private": true, | ||
... | @@ -27,21 +27,32 @@ | ... | @@ -27,21 +27,32 @@ |
"@ionic-native/file": "^4.11.0", | "@ionic-native/file": "^4.11.0", | ||
"@ionic-native/file-opener": "^4.11.0", | "@ionic-native/file-opener": "^4.11.0", | ||
"@ionic-native/file-transfer": "^4.11.0", | "@ionic-native/file-transfer": "^4.11.0", | ||
"@ionic-native/geolocation": "^4.15.0", | |||
"@ionic-native/keyboard": "^4.6.0", | "@ionic-native/keyboard": "^4.6.0", | ||
"@ionic-native/splash-screen": "4.4.0", | "@ionic-native/splash-screen": "4.4.0", | ||
"@ionic-native/status-bar": "4.4.0", | "@ionic-native/status-bar": "4.4.0", | ||
"@ionic/storage": "2.1.3", | "@ionic/storage": "2.1.3", | ||
"cordova": "^8.0.0", | "cordova": "^8.0.0", | ||
"cordova-android": "7.0.0", | "cordova-android": "7.0.0", | ||
"cordova-browser": "5.0.4", | |||
"cordova-ios": "4.5.5", | |||
"cordova-plugin-app-version": "^0.1.9", | "cordova-plugin-app-version": "^0.1.9", | ||
"cordova-plugin-badge": "^0.8.7", | |||
"cordova-plugin-device": "^2.0.1", | "cordova-plugin-device": "^2.0.1", | ||
"cordova-plugin-ionic-keyboard": "^2.0.5", | "cordova-plugin-file": "^6.0.1", | ||
"cordova-plugin-file-opener2": "^2.0.19", | |||
"cordova-plugin-file-transfer": "^1.7.1", | |||
"cordova-plugin-geolocation": "^4.0.1", | |||
"cordova-plugin-ionic-webview": "^1.1.16", | "cordova-plugin-ionic-webview": "^1.1.16", | ||
"cordova-plugin-splashscreen": "^5.0.2", | "cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | |||
"cordova-plugin-whitelist": "^1.3.3", | "cordova-plugin-whitelist": "^1.3.3", | ||
"ion2-calendar": "^2.2.0", | |||
"ionic-angular": "3.9.2", | "ionic-angular": "3.9.2", | ||
"ionic-plugin-keyboard": "^2.2.1", | "ionic-plugin-keyboard": "^2.2.1", | ||
"ionicons": "3.0.0", | "ionicons": "3.0.0", | ||
"ios": "0.0.1", | |||
"moment": "^2.22.2", | |||
"rxjs": "5.5.2", | "rxjs": "5.5.2", | ||
"sw-toolbox": "3.6.0", | "sw-toolbox": "3.6.0", | ||
"zone.js": "0.8.18" | "zone.js": "0.8.18" | ||
... | @@ -57,10 +68,22 @@ | ... | @@ -57,10 +68,22 @@ |
"cordova-plugin-device": {}, | "cordova-plugin-device": {}, | ||
"cordova-plugin-splashscreen": {}, | "cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-ionic-webview": {}, | "cordova-plugin-ionic-webview": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | "cordova-plugin-app-version": {}, | ||
"cordova-plugin-badge": {}, | |||
"cordova-plugin-file": {}, | |||
"cordova-plugin-file-transfer": {}, | |||
"cordova-plugin-geolocation": { | |||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | |||
}, | |||
"ionic-plugin-keyboard": {}, | "ionic-plugin-keyboard": {}, | ||
"cordova-plugin-app-version": {} | "cordova-plugin-file-opener2": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | |||
"cordova-plugin-statusbar": {} | |||
}, | }, | ||
"platforms": [] | "platforms": [ | ||
"ios", | |||
"browser", | |||
"android" | |||
] | |||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment