diff options
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index f495f4ad..7f27c1d7 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -4,28 +4,30 @@ "description": "", "main": "index.js", "dependencies": { - "cordova": "^6.4.0", - "cordova-android": "^8.0.0", - "cordova-ios": "^4.5.2", + "@ionic-native/core": "^5.28.0", + "cordova": "^10.0.0", "cordova-plugin-app-name": "^1.0.4", "cordova-plugin-customurlscheme": "~4.2.0", "cordova-plugin-device": "~1.1.3", "cordova-plugin-dialogs": "~1.3.0", - "cordova-plugin-geolocation": "~2.4.0", "cordova-plugin-inappbrowser": "~1.5.0", "cordova-plugin-network-information": "~1.3.0", - "cordova-plugin-sim": "^1.3.3", "cordova-plugin-splashscreen": "~4.0.0", "cordova-plugin-statusbar": "^2.2.3", "cordova-plugin-whitelist": "1", "cordova-plugin-x-socialsharing": "~5.1.3", - "ionic-plugin-keyboard": "~2.2.1", "ios-deploy": "^1.9.4", "phonegap-plugin-mobile-accessibility": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git", - "phonegap-plugin-push": "^1.11.1", "plist": "^3.0.1" }, - "devDependencies": {}, + "devDependencies": { + "cordova-ios": "^6.1.1", + "cordova-plugin-androidx": "^2.0.0", + "cordova-plugin-androidx-adapter": "^1.1.1", + "cordova-plugin-firebasex": "^10.2.0-cli", + "cordova-plugin-geolocation": "^4.0.2", + "cordova-plugin-ionic-keyboard": "^2.2.0" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "cordova emulate ios --target=\"iPhone-7, 10.2\"" @@ -44,21 +46,22 @@ }, "cordova-plugin-device": {}, "cordova-plugin-dialogs": {}, - "cordova-plugin-geolocation": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-network-information": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-x-socialsharing": {}, - "ionic-plugin-keyboard": {}, - "phonegap-plugin-push": { - "SENDER_ID": "85075801930" + "phonegap-plugin-mobile-accessibility": {}, + "cordova-plugin-firebasex": { + "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true", + "FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true", + "FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true" }, + "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-sim": {}, - "phonegap-plugin-mobile-accessibility": {} + "cordova-plugin-geolocation": { + "GEOLOCATION_USAGE_DESCRIPTION": "Stone Island needs to serve content based on your location." + } }, - "platforms": [ - "android", - "ios" - ] + "platforms": [] } }
\ No newline at end of file |
