diff options
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 39 |
1 files changed, 33 insertions, 6 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index 5228669d..ae147cb7 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -5,12 +5,23 @@ "main": "index.js", "dependencies": { "cordova": "^6.4.0", - "cordova-ios": "^4.3.1", + "cordova-android": "^6.2.3", + "cordova-ios": "^4.4.0", "cordova-plugin-app-name": "^1.0.4", - "cordova-plugin-firebase": "^0.1.24", + "cordova-plugin-console": "~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-splashscreen": "~4.0.0", "cordova-plugin-statusbar": "^2.2.3", "cordova-plugin-whitelist": "1", - "ios-deploy": "^1.9.0" + "cordova-plugin-x-socialsharing": "~5.1.3", + "ionic-plugin-keyboard": "~2.2.1", + "ios-deploy": "^1.9.0", + "phonegap-plugin-push": "^2.0.0" }, "devDependencies": {}, "scripts": { @@ -23,10 +34,26 @@ "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-statusbar": {}, - "cordova-plugin-firebase": {}, "cordova-plugin-app-name": { "APP_NAME": "Stone Island" - } - } + }, + "cordova-plugin-console": {}, + "cordova-plugin-customurlscheme": { + "URL_SCHEME": "stoneisland" + }, + "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": {} + }, + "platforms": [ + "android", + "ios" + ] } }
\ No newline at end of file |
