summaryrefslogtreecommitdiff
path: root/StoneIsland/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-21 18:11:47 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-21 18:11:47 +0200
commitd906f7303e70adaa75523d8bfc5b46523ccfffa0 (patch)
treeb0002839ba72a737870b34dddbcb560bb7652847 /StoneIsland/package.json
parent3cf5e5a97afe8fc7877b528cf19130bef0d68bad (diff)
adding cordova-plugin-advanced-http for all XHR now
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": []
}