diff options
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index 89dbac24..281010fa 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -11,7 +11,6 @@ "cordova-plugin-customurlscheme": "~4.2.0", "cordova-plugin-device": "~1.1.3", "cordova-plugin-dialogs": "~1.3.0", - "cordova-plugin-inappbrowser": "~1.5.0", "cordova-plugin-network-information": "~1.3.0", "cordova-plugin-splashscreen": "~4.0.0", "cordova-plugin-statusbar": "^2.2.3", @@ -22,6 +21,7 @@ "plist": "^3.0.1" }, "devDependencies": { + "@zestia/cordova-plugin-wkwebview-engine-windowopen": "^1.0.1", "cordova-ios": "^6.1.1", "cordova-plugin-advanced-http": "^3.0.1", "cordova-plugin-androidx": "^2.0.0", @@ -29,6 +29,7 @@ "cordova-plugin-file": "^6.0.2", "cordova-plugin-firebasex": "^10.2.0-cli", "cordova-plugin-geolocation": "^4.0.2", + "cordova-plugin-inappbrowser": "^4.0.0", "cordova-plugin-ionic-keyboard": "^2.2.0", "es6-promise-plugin": "^4.2.2" }, @@ -50,7 +51,6 @@ }, "cordova-plugin-device": {}, "cordova-plugin-dialogs": {}, - "cordova-plugin-inappbrowser": {}, "cordova-plugin-network-information": {}, "cordova-plugin-splashscreen": {}, "phonegap-plugin-mobile-accessibility": {}, @@ -65,7 +65,8 @@ "GEOLOCATION_USAGE_DESCRIPTION": "Stone Island needs to serve content based on your location." }, "cordova-plugin-x-socialsharing": {}, - "cordova-plugin-advanced-http": {} + "cordova-plugin-advanced-http": {}, + "cordova-plugin-inappbrowser": {} }, "platforms": [] } |
