{
  "name": "react-static-cordova",
  "displayName": "React Static",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "start": "react-static start",
    "build": "react-static build && cordova run"
  },
  "dependencies": {
    "axios": "^0.16.2",
    "cordova-ios": "^4.5.3",
    "cordova-plugin-compat": "^1.2.0",
    "cordova-plugin-geolocation": "^2.4.3",
    "cordova-plugin-ionic-webview": "^1.1.16",
    "cordova-plugin-whitelist": "^1.3.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-router": "^4.2.0",
    "react-static": "^5",
    "styled-components": "^2.2.3",
    "webpack-cordova-plugin": "^0.1.6"
  },
  "devDependencies": {
    "eslint-config-react-tools": "1.x.x",
    "serve": "^6.1.0"
  },
  "cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-ionic-webview": {},
      "cordova-plugin-geolocation": {
        "GEOLOCATION_USAGE_DESCRIPTION": " "
      }
    },
    "platforms": ["ios"]
  }
}
