summaryrefslogtreecommitdiff
path: root/StoneIsland/package.json
blob: 281010fa14a78d4f4ff9e7ab8d468051671d041b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "name": "stone-island",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "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",
    "cordova-plugin-dialogs": "~1.3.0",
    "cordova-plugin-network-information": "~1.3.0",
    "cordova-plugin-splashscreen": "~4.0.0",
    "cordova-plugin-statusbar": "^2.2.3",
    "cordova-plugin-whitelist": "1",
    "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"
  },
  "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",
    "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-inappbrowser": "^4.0.0",
    "cordova-plugin-ionic-keyboard": "^2.2.0",
    "es6-promise-plugin": "^4.2.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "cordova emulate ios --target=\"iPhone-7, 10.2\""
  },
  "author": "",
  "license": "UNLICENSED",
  "cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-statusbar": {},
      "cordova-plugin-app-name": {
        "APP_NAME": "Stone Island"
      },
      "cordova-plugin-customurlscheme": {
        "URL_SCHEME": "stoneisland"
      },
      "cordova-plugin-device": {},
      "cordova-plugin-dialogs": {},
      "cordova-plugin-network-information": {},
      "cordova-plugin-splashscreen": {},
      "phonegap-plugin-mobile-accessibility": {},
      "cordova-plugin-firebasex": {
        "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
        "FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
        "FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true"
      },
      "cordova-plugin-ionic-keyboard": {},
      "cordova-plugin-sim": {},
      "cordova-plugin-geolocation": {
        "GEOLOCATION_USAGE_DESCRIPTION": "Stone Island needs to serve content based on your location."
      },
      "cordova-plugin-x-socialsharing": {},
      "cordova-plugin-advanced-http": {},
      "cordova-plugin-inappbrowser": {}
    },
    "platforms": []
  }
}