summaryrefslogtreecommitdiff
path: root/StoneIsland/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/package.json')
-rw-r--r--StoneIsland/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json
index a254dd5b..89dbac24 100644
--- a/StoneIsland/package.json
+++ b/StoneIsland/package.json
@@ -23,8 +23,10 @@
},
"devDependencies": {
"cordova-ios": "^6.1.1",
+ "cordova-plugin-advanced-http": "^3.0.1",
"cordova-plugin-androidx": "^2.0.0",
"cordova-plugin-androidx-adapter": "^1.1.1",
+ "cordova-plugin-file": "^6.0.2",
"cordova-plugin-firebasex": "^10.2.0-cli",
"cordova-plugin-geolocation": "^4.0.2",
"cordova-plugin-ionic-keyboard": "^2.2.0",
@@ -62,7 +64,8 @@
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "Stone Island needs to serve content based on your location."
},
- "cordova-plugin-x-socialsharing": {}
+ "cordova-plugin-x-socialsharing": {},
+ "cordova-plugin-advanced-http": {}
},
"platforms": []
}