{
  "name": "react-native-embryo",
  "version": "0.1.0+1",
  "scripts": {
    "start": "./bin/init",
    "v": "./bin/version",
    "ios": "echo 'export default \"dev\"' > ./env.js && react-native run-ios --scheme Debug",
    "ios:release": "echo 'export default \"prod\"' > ./env.js && react-native run-ios --scheme Release --configuration Release",
    "android": "echo 'export default \"dev\"' > ./env.js && cd android && ./gradlew clean && cd .. && react-native run-android",
    "android:staging": "./bin/android-staging",
    "android:release": "./bin/android-release",
    "flow": "flow-scripts stub && node_modules/.bin/flow | head -50",
    "flow-stop": "node_modules/.bin/flow stop",
    "precommit-msg": "echo 'Pre-commit checks...' && exit 0"
  },
  "pre-commit": [
    "precommit-msg"
  ],
  "dependencies": {
    "babel-eslint": "^8.0.2",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "core-decorators": "^0.20.0",
    "eslint": "^4.12.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-flowtype": "^2.32.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.5.1",
    "flow-bin": "^0.59.0",
    "flow-scripts": "^0.4.0",
    "json": "^9.0.6",
    "lodash.isequal": "^4.5.0",
    "mobx": "^3.3.2",
    "mobx-react": "^4.3.5",
    "pre-commit": "^1.2.2",
    "prop-types": "^15.6.0",
    "react": "16.0.0",
    "react-native": "^0.50.4",
    "react-native-navigation": "^1.1.300",
    "react-native-restart": "^0.0.6"
  }
}
