{
  "version": "0.0.1",
  "scripts": {
    "clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force",
    "clean:android": "cd android/ && ./gradlew clean && cd .. && react-native run-android",
    "newclear": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules/ && npm cache clean --force && npm i",
    "test:watch": "jest --watch",
    "updateSnapshot": "jest --updateSnapshot",
    "coverage": "jest --coverage && open coverage/lcov-report/index.html || xdg-open coverage/lcov-report/index.html",
    "android:build": "cd android && ./gradlew assembleRelease",
    "android:install": "cd android && ./gradlew assembleRelease && ./gradlew installRelease",
    "android:hockeyapp": "cd android && ./gradlew assembleRelease && puck -submit=auto app/build/outputs/apk/app-release.apk",
    "android:devices": "$ANDROID_HOME/platform-tools/adb devices",
    "android:logcat": "$ANDROID_HOME/platform-tools/adb logcat *:S ReactNative:V ReactNativeJS:V",
    "android:shake": "$ANDROID_HOME/platform-tools/adb devices | grep '\\t' | awk '{print $1}' | sed 's/\\s//g' | xargs -I {} $ANDROID_HOME/platform-tools/adb -s {} shell input keyevent 82",
    "storybook": "storybook start -p 7007"
  },
  "dependencies": {
    "@react-native-community/async-storage": "^1.3.4",
    "apisauce": "^1.0.3", 
    "autobind-decorator": "^1.4.1", 
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "color": "^3.1.0",
    "format-json": "^1.0.3",
    "identity-obj-proxy": "^3.0.0",
    "lodash": "^4.17.4",
    "mobx": "^3.2.1", 
    "mobx-react": "^4.2.1",
    "prop-types": "^15.6.1",
    "querystringify": "1.0.0",
    "ramda": "^0.26.1",
    "react-native-button": "^2.3.0",
    "react-native-dropdownalert": "^4.1.0",
    "react-native-gesture-handler": "^1.2.1",
    "react-native-indicators": "^0.13.0",
    "react-native-iphone-x-helper": "^3.0.2",
    "react-native-root-siblings": "^3.2.1",
    "react-native-router-flux": "4.1.0-beta.5",
    "react-redux": "^6.0.0",
    "redux": "^4.0.0",
    "redux-saga": "^1.0.0",
    "reduxsauce": "1.0.1",
    "seamless-immutable": "^7.1.2"
  },
  "devDependencies": {
    "@storybook/addons": "^4.1.11",
    "@storybook/addon-actions": "5.0.11",
    "@storybook/addon-links": "5.0.11",
    "@storybook/addon-storyshots": "^4.1.11",
    "@storybook/channels": "^4.1.11",
    "@storybook/react-native": "^4.1.11",
    "babel-core": "6.26.3",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react-native": "^5.0.2",
    "enzyme": "^3.2.0",
    "enzyme-adapter-react-16": "^1.1.0",
    "metro-react-native-babel-preset": "^0.49.0",
    "mockery": "^2.1.0",
    "husky": "^0.14.3",
    "babel-plugin-ignite-ignore-reactotron": "^0.3.0",
    "react-dom": "16.3.0",
    "reactotron-react-native": "^2.1.0",
    "reactotron-redux": "^2.1.0",
    "reactotron-redux-saga": "^3.0.0",
    "standard": "^10.0.2"
  },
  "jest": {
    "testMatch": [
      "<rootDir>/Tests/**/*.js",
      "**/?(*.)(spec|test).js?(x)"
    ],
    "testPathIgnorePatterns":[
      "/node_modules/",
      "<rootDir>/Tests/Setup.js"
    ],
    "moduleNameMapper": {
      "^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "identity-obj-proxy"
    },
    "setupFiles": [
      "<rootDir>/Tests/Setup"
    ],
    "preset": "react-native"
  },
  "standard": {
    "parser": "babel-eslint",
    "globals": [
      "describe",
      "alert",
      "test",
      "jest",
      "expect",
      "fetch",
      "navigator",
      "__DEV__",
      "XMLHttpRequest",
      "FormData",
      "React$Element"
    ]
  },
  "config": {}
}
