diff options
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index 7f27c1d7..a254dd5b 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -6,6 +6,7 @@ "dependencies": { "@ionic-native/core": "^5.28.0", "cordova": "^10.0.0", + "cordova-icon": "^1.0.0", "cordova-plugin-app-name": "^1.0.4", "cordova-plugin-customurlscheme": "~4.2.0", "cordova-plugin-device": "~1.1.3", @@ -15,7 +16,7 @@ "cordova-plugin-splashscreen": "~4.0.0", "cordova-plugin-statusbar": "^2.2.3", "cordova-plugin-whitelist": "1", - "cordova-plugin-x-socialsharing": "~5.1.3", + "cordova-splash": "^1.0.0", "ios-deploy": "^1.9.4", "phonegap-plugin-mobile-accessibility": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git", "plist": "^3.0.1" @@ -26,7 +27,8 @@ "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" + "cordova-plugin-ionic-keyboard": "^2.2.0", + "es6-promise-plugin": "^4.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -49,7 +51,6 @@ "cordova-plugin-inappbrowser": {}, "cordova-plugin-network-information": {}, "cordova-plugin-splashscreen": {}, - "cordova-plugin-x-socialsharing": {}, "phonegap-plugin-mobile-accessibility": {}, "cordova-plugin-firebasex": { "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true", @@ -60,7 +61,8 @@ "cordova-plugin-sim": {}, "cordova-plugin-geolocation": { "GEOLOCATION_USAGE_DESCRIPTION": "Stone Island needs to serve content based on your location." - } + }, + "cordova-plugin-x-socialsharing": {} }, "platforms": [] } |
