{
  "name": "mobile-orchard",
  "version": "1.0.1",
  "versionCode": 15,
  "private": true,
  "repository": "github.com:theorchard/mobile-orchard.git",
  "engines": {
    "node": ">=8.11.1"
  },
  "engineStrict": true,
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/node": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-transform-flow-strip-types": "^7.8.3",
    "@babel/plugin-transform-react-jsx-source": "^7.8.3",
    "@testing-library/react-native": "^5.0.3",
    "app.json": "^1.3.0",
    "axios-mock-adapter": "^1.17.0",
    "babel-eslint": "^8.2.3",
    "babel-plugin-inline-dotenv": "^1.5.0",
    "babel-preset-expo": "~7.0.0",
    "dotenv": "^8.2.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "enzyme-to-json": "^3.4.3",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jest": "^21.15.1",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.8.2",
    "faker": "^4.1.0",
    "formdata-node": "^1.0.1",
    "jest-expo": "^36.0.1",
    "jest-junit": "^10.0.0",
    "jest-simple-dot-reporter": "^1.0.5",
    "react-dom": "16.12.0",
    "redux-mock-store": "^1.5.4",
    "redux-saga-test-plan": "^3.7.0",
    "request": "^2.88.0",
    "whatwg-url": "^7.0.0"
  },
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "clean": "./scripts/clean.sh",
    "clean:deep": "yarn clean && rm -rf node_modules && yarn install",
    "lint:js": "eslint $npm_package_config_jslintables",
    "start": "patch-package && ./scripts/init-dev.sh && NODE_ENV=development && expo start",
    "test": "patch-package && ./scripts/init-test.sh && yarn lint:js && yarn test:unit && yarn test:unit:rt",
    "test:unit:all": "yarn test:unit && yarn test:unit:rt",
    "test:unit": "patch-package && env NODE_ENV=test NODE_PATH=. LOCALE= jest --config=jest.config.js",
    "test:unit:watch": "yarn test:unit --watchAll",
    "test:unit:rt": "patch-package && env NODE_ENV=test NODE_PATH=. LOCALE= jest --config=jest.config.rt.js --passWithNoTests",
    "test:unit:watch:rt": "yarn test:unit:rt --watchAll",
    "watch": "yarn test:unit:watch",
    "deploy": "./scripts/deploy.sh",
    "i18n:sync": "node ./scripts/poeditor",
    "build:ios": "./scripts/build.sh ios",
    "build:android": "./scripts/build.sh android",
    "build:tag": "./scripts/tag-release.js",
    "generate:appjson": "./scripts/app-json.sh"
  },
  "config": {
    "jslintables": "src *.js"
  },
  "dependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@react-native-community/netinfo": "~3.2.1",
    "axios": "^0.19.2",
    "buffer": "^5.4.3",
    "color": "^3.1.2",
    "deep-equal": "^2.0.1",
    "expo": "^35.0.0",
    "expo-analytics-segment": "~7.0.0",
    "expo-asset": "~7.0.0",
    "expo-cli": "^3.11.3",
    "expo-constants": "~7.0.0",
    "expo-file-system": "~7.0.0",
    "expo-font": "~7.0.0",
    "expo-haptics": "~7.0.0",
    "expo-linear-gradient": "~7.0.0",
    "expo-localization": "~7.0.0",
    "expo-permissions": "^7.0.0",
    "expo-random": "^7.0.0",
    "expo-secure-store": "~7.0.0",
    "expo-sensors": "~7.0.0",
    "expo-web-browser": "~7.0.0",
    "graphql": "^14.2.1",
    "graphql-tag": "^2.10.1",
    "hash.js": "^1.1.7",
    "highlight-words-core": "^1.2.2",
    "i18n-iso-countries": "^3.7.8",
    "i18next": "^11.9.0",
    "jsencrypt": "^3.0.0-rc.1",
    "jwt-decode": "^2.2.0",
    "lodash": "^4.17.13",
    "lottie-react-native": "~2.6.1",
    "moment": "^2.24.0",
    "numeral": "^2.0.6",
    "patch-package": "^6.2.0",
    "prop-types": "^15.7.2",
    "query-string": "^6.10.1",
    "react": "16.12.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
    "react-native-actionsheet": "^2.4.2",
    "react-native-app-link": "^1.0.0",
    "react-native-flags": "^1.0.0",
    "react-native-gesture-handler": "~1.3.0",
    "react-native-reanimated": "~1.2.0",
    "react-native-slider": "^0.11.0",
    "react-native-svg": "9.9.0",
    "react-native-tab-view": "^2.10.0",
    "react-navigation": "^4.0.10",
    "react-navigation-stack": "^1.10.2",
    "react-navigation-tabs": "^2.5.6",
    "react-redux": "^5.0.7",
    "redux": "^4.0.0",
    "redux-db": "^0.9.17",
    "redux-persist": "^6.0.0",
    "redux-saga": "^0.16.0",
    "reselect": "^4.0.0",
    "semaphore-async-await": "^1.5.1",
    "sentry-expo": "2.0.1",
    "url-parse": "^1.4.7"
  }
}
