{
  "version": "31.0.29",
  "private": true,
  "scripts": {
    "android": "expo run:android",
    "build:dev:apk": "eas build -p android --profile dev:development --non-interactive --json",
    "build:dev:apk:debug": "eas build -p android --profile dev:debug --non-interactive --json",
    "build:dev:ipa:adhoc": "eas build -p ios --profile dev:development --non-interactive --json",
    "build:dev:ipa:adhoc:debug": "eas build -p ios --profile dev:debug --non-interactive --json",
    "build:dev:ipa:simulator": "eas build -p ios --profile dev:automation --non-interactive --json",
    "build:dev:aab": "eas build -p android --profile dev:production --non-interactive --json",
    "build:dev:ipa:appstore": "eas build -p ios --profile dev:production --non-interactive --json",
    "update:dev": "eas update --branch dev --message \"Update\" --non-interactive",
    "build:dev2:apk": "eas build -p android --profile dev2:development --non-interactive --json",
    "build:dev2:apk:debug": "eas build -p android --profile dev2:debug --non-interactive --json",
    "build:dev2:ipa:adhoc": "eas build -p ios --profile dev2:development --non-interactive --json",
    "build:dev2:ipa:simulator": "eas build -p ios --profile dev2:automation --non-interactive --json",
    "build:dev2:aab": "eas build -p android --profile dev2:production --non-interactive --json",
    "build:dev2:ipa:appstore": "eas build -p ios --profile dev2:production --non-interactive --json",
    "update:dev2": "eas update --branch dev2 --message \"Update\" --non-interactive",
    "build:qa:apk": "eas build -p android --profile qa:development --non-interactive --json",
    "build:qa:apk:debug": "eas build -p android --profile qa:debug --non-interactive --json",
    "build:qa:ipa:adhoc": "eas build -p ios --profile qa:development --non-interactive --json",
    "build:qa:ipa:adhoc:debug": "eas build -p ios --profile qa:debug --non-interactive --json",
    "build:qa:ipa:simulator": "eas build -p ios --profile qa:automation --non-interactive --clear-cache --json",
    "build:qa:aab": "eas build -p android --profile qa:production --non-interactive --json",
    "build:qa:ipa:appstore": "eas build -p ios --profile qa:production --non-interactive --json",
    "update:qa": "eas update --branch qa --message \"Update\" --non-interactive",
    "build:qa2:apk": "eas build -p android --profile qa2:development --non-interactive --json",
    "build:qa2:apk:debug": "eas build -p android --profile qa2:debug --non-interactive --json",
    "build:qa2:ipa:adhoc": "eas build -p ios --profile qa2:development --non-interactive --json",
    "build:qa2:ipa:adhoc:debug": "eas build -p ios --profile qa2:debug --non-interactive --json",
    "build:qa2:ipa:simulator": "eas build -p ios --profile qa2:automation --non-interactive --json",
    "build:qa2:aab": "eas build -p android --profile qa2:production --non-interactive --json",
    "build:qa2:ipa:appstore": "eas build -p ios --profile qa2:production --non-interactive --json",
    "update:qa2": "eas update --branch qa2 --message \"Update\" --non-interactive",
    "build:test:apk": "eas build -p android --profile test:development --non-interactive --json",
    "build:test:apk:debug": "eas build -p android --profile test:debug --non-interactive --json",
    "build:test:ipa:adhoc": "eas build -p ios --profile test:development --non-interactive --json",
    "build:test:ipa:adhoc:debug": "eas build -p ios --profile test:debug --non-interactive --json",
    "build:test:ipa:simulator": "eas build -p ios --profile test:automation --non-interactive --json",
    "build:test:aab": "eas build -p android --profile test:production --non-interactive --json",
    "build:test:ipa:appstore": "eas build -p ios --profile test:production --non-interactive --json",
    "update:test": "eas update --branch test --message \"Update\" --non-interactive",
    "build:staging:apk": "eas build -p android --profile staging:development --non-interactive --json",
    "build:staging:apk:debug": "eas build -p android --profile staging:debug --non-interactive --json",
    "build:staging:ipa:adhoc": "eas build -p ios --profile staging:development --non-interactive --json",
    "build:staging:ipa:adhoc:debug": "eas build -p ios --profile staging:debug --non-interactive --json",
    "build:staging:ipa:simulator": "eas build -p ios --profile staging:automation --non-interactive --json",
    "build:staging:aab": "eas build -p android --profile staging:production --non-interactive --json",
    "build:staging:ipa:appstore": "eas build -p ios --profile staging:production --non-interactive --json",
    "update:staging": "eas update --branch staging --message \"Update\" --non-interactive",
    "build:preprod:apk": "eas build -p android --profile preprod:development --non-interactive --json",
    "build:preprod:apk:debug": "eas build -p android --profile preprod:debug --non-interactive --json",
    "build:preprod:ipa:adhoc": "eas build -p ios --profile preprod:development --non-interactive --json",
    "build:preprod:ipa:adhoc:debug": "eas build -p ios --profile preprod:debug --non-interactive --json",
    "build:preprod:ipa:simulator": "eas build -p ios --profile preprod:automation --non-interactive --json",
    "build:preprod:aab": "eas build -p android --profile preprod:production --non-interactive --json",
    "build:preprod:ipa:appstore": "eas build -p ios --profile preprod:production --non-interactive --json",
    "update:preprod": "eas update --branch preprod --message \"Update\" --non-interactive",
    "build:uat:apk": "eas build -p android --profile uat:development --non-interactive --json",
    "build:uat:apk:debug": "eas build -p android --profile uat:debug --non-interactive --json",
    "build:uat:ipa:adhoc": "eas build -p ios --profile uat:development --non-interactive --json",
    "build:uat:ipa:adhoc:debug": "eas build -p ios --profile uat:debug --non-interactive --json",
    "build:uat:ipa:simulator": "eas build -p ios --profile uat:automation --non-interactive --json",
    "build:uat:aab": "eas build -p android --profile uat:production --non-interactive --json",
    "build:uat:ipa:appstore": "eas build -p ios --profile uat:production --non-interactive --json",
    "update:uat": "eas update --branch uat --message \"Update\" --non-interactive",
    "build:production:apk": "eas build -p android --profile production:development --non-interactive --json",
    "build:production:apk:debug": "eas build -p android --profile production:debug --non-interactive --json",
    "build:production:ipa:adhoc": "eas build -p ios --profile production:development --non-interactive --json",
    "build:production:ipa:adhoc:debug": "eas build -p ios --profile production:debug --non-interactive --json",
    "build:production:ipa:simulator": "eas build -p ios --profile production:automation --non-interactive --json",
    "build:production:aab": "eas build -p android --profile production:production --non-interactive --json",
    "build:production:ipa:appstore": "eas build -p ios --profile production:production --non-interactive --json",
    "update:production": "eas update --branch production-v31 --message \"Update\" --non-interactive",
    "changelog": "conventional-changelog --preset angular -i CHANGELOG.md -s -r 1",
    "changelog:help": "conventional-changelog --help",
    "cz": "git-cz",
    "cz:retry": "git-cz --retry",
    "debug": "open \"rndebugger://set-debugger-loc?host=localhost&port=19001\"",
    "eject": "expo eject",
    "gen": "plop --plopfile .plop/index.js",
    "hard:reset": "watchman watch-del-all && rm -rf node_modules/ && rm -rf /tmp/metro-bundler-cache-* && rm -rf /tmp/haste-map-react-native-packager-* && yarn cache clean && yarn install",
    "ios": "expo run:ios",
    "lint": "eslint ./src --max-warnings=0",
    "medium:reset": "rm -rf node_modules/ && yarn cache clean && yarn install",
    "npm:gui": "npx npm-gui localhost:9000",
    "qa": "run-s tslint stylelint lint test",
    "semver": "yarn gen semver patch",
    "sort:package": "npx sort-package-json",
    "start": "expo start --dev-client",
    "start:ios": "expo run:ios",
    "start:android": "expo run:android",
    "start:nodev": "expo start --no-dev",
    "stylelint": "stylelint \"src/**/*.{ts,tsx,js,jsx}\"",
    "swagger:scheme": "node swagger/gen-swagger-scheme.mjs --dist=dist --name=swagger.json",
    "swagger:html": "node swagger/gen-swagger-ui.js --dist=dist --name=swagger.html --config=dist/swagger.json",
    "swagger:html:redoc": "node swagger/gen-swagger-ui-redoc.js --dist=dist --name=swagger-redoc.html --config=swagger.json",
    "swagger": "run-s swagger:scheme swagger:html",
    "swagger-redoc": "run-s swagger:scheme swagger:html:redoc",
    "test": "ENV=test node ./node_modules/jest/bin/jest.js --runInBand --silent",
    "test:ci": "ENV=test node ./node_modules/jest/bin/jest.js --runInBand --silent --ci --no-cache --forceExit --reporters=default --reporters=jest-junit --coverage --coverageDirectory=output/coverage/jest",
    "tslint": "tsc --noEmit",
    "typesync": "npx typesync",
    "web": "expo start --web",
    "migrate": "yarn upgrade-interactive"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@amplitude/react-native": "^2.16.2",
    "@intercom/intercom-react-native": "^3.0.5",
    "@react-native-async-storage/async-storage": "1.17.11",
    "@react-native-community/netinfo": "9.3.7",
    "@react-navigation/bottom-tabs": "^6.4.1",
    "@react-navigation/drawer": "^6.5.1",
    "@react-navigation/native": "^6.0.14",
    "@react-navigation/stack": "^6.3.5",
    "@splitsoftware/splitio-react-native": "0.6.3",
    "axios": "^0.19.0",
    "backoff-rxjs": "^6.3.2",
    "chroma-js": "^2.1.0",
    "config-plugin-react-native-intercom": "^1.6.10",
    "crypto-js": "^3.1.9-1",
    "d3": "^5.9.7",
    "dayjs": "^1.11.6",
    "ducks-helpers": "^1.0.8",
    "es6-error": "^4.1.1",
    "expo": "~48.0.15",
    "expo-application": "~5.1.1",
    "expo-auth-session": "~4.0.3",
    "expo-constants": "~14.2.1",
    "expo-dev-client": "~2.1.5",
    "expo-device": "~5.2.1",
    "expo-linear-gradient": "~12.1.2",
    "expo-linking": "~4.0.1",
    "expo-notifications": "~0.18.1",
    "expo-random": "~13.1.1",
    "expo-screen-orientation": "~5.1.1",
    "expo-secure-store": "~12.1.1",
    "expo-splash-screen": "~0.18.2",
    "expo-status-bar": "~1.4.4",
    "expo-system-ui": "~2.2.1",
    "expo-updates": "~0.16.3",
    "expo-web-browser": "~12.1.1",
    "hoist-non-react-statics": "^3.3.2",
    "jwt-decode": "^2.2.0",
    "lodash": "^4.17.15",
    "nanoid": "^3.1.23",
    "numeral": "^2.0.6",
    "qim": "^0.0.52",
    "qs": "^6.7.0",
    "ramda": "^0.27.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.71.7",
    "react-native-dotenv": "^3.4.2",
    "react-native-gesture-handler": "~2.9.0",
    "react-native-get-random-values": "~1.8.0",
    "react-native-reanimated": "~2.14.4",
    "react-native-safe-area-context": "4.5.0",
    "react-native-screens": "~3.20.0",
    "react-native-svg": "13.4.0",
    "react-native-web": "~0.18.11",
    "react-redux": "^7.2.9",
    "react-use": "^13.12.2",
    "reanimated-bottom-sheet": "^1.0.0-alpha.22",
    "redux": "^4.0.4",
    "redux-actions": "^2.6.5",
    "redux-observable": "^1.1.0",
    "redux-persist": "^5.10.0",
    "reselect": "^4.0.0",
    "rxjs": "^6.5.2",
    "semver": "^6.3.0",
    "sentry-expo": "4.2.0",
    "styled-components": "^5.3.6",
    "styled-system": "^5.1.5",
    "tsdef": "^0.0.14",
    "utility-types": "^3.10.0",
    "uuid": "^9.0.0",
    "yarn": "^1.22.18"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/plugin-proposal-optional-chaining": "^7.7.5",
    "@babel/plugin-proposal-throw-expressions": "^7.2.0",
    "@babel/preset-typescript": "^7.16.5",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@expo/config": "~8.0.0",
    "@react-native-community/eslint-config": "^0.0.5",
    "@storybook/react-native": "^5.3.27",
    "@storybook/theming": "^5.1.11",
    "@testing-library/jest-native": "^4.0.13",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/react-native": "^11.5.0",
    "@types/chroma-js": "^2.1.0",
    "@types/crypto-js": "^3.1.47",
    "@types/d3": "^5.16.3",
    "@types/eslint": "^7.2.4",
    "@types/eslint-plugin-prettier": "^3.1.0",
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/jwt-decode": "^2.2.1",
    "@types/lodash": "^4.14.190",
    "@types/numeral": "^0.0.28",
    "@types/qs": "^6.9.5",
    "@types/ramda": "^0.26.44",
    "@types/react": "~18.0.27",
    "@types/react-dom": "~18.0.10",
    "@types/react-native-dotenv": "^0.2.0",
    "@types/react-redux": "^7.1.9",
    "@types/react-test-renderer": "^18.0.0",
    "@types/redux-actions": "^2.6.1",
    "@types/redux-mock-store": "^1.0.2",
    "@types/semver": "^7.3.13",
    "@types/shortid": "^0.0.29",
    "@types/styled-components": "^5.1.26",
    "@types/styled-components-react-native": "^5.2.0",
    "@types/styled-system": "^5.1.10",
    "@types/stylelint": "^9.10.1",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^29.3.1",
    "babel-preset-expo": "^9.3.0",
    "commitizen": "^4.1.2",
    "conventional-changelog-cli": "^2.0.34",
    "cz-conventional-changelog": "^3.2.0",
    "dotenv": "^16.0.3",
    "eslint": "^7.11.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-prettier": "^6.13.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-webpack": "^0.13.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.1.2",
    "eslint-plugin-react-native": "^3.10.0",
    "husky": "^3.0.3",
    "jest": "^29.2.1",
    "jest-expo": "^48.0.0",
    "jest-junit": "^14.0.1",
    "jest-styled-components": "^7.1.1",
    "jest-transform-stub": "^2.0.0",
    "lint-staged": "^9.2.1",
    "npm-run-all": "^4.1.5",
    "plop": "^2.4.0",
    "plop-decorators": "^1.0.1",
    "reactotron-react-native": "^5.0.3",
    "reactotron-redux": "^3.1.2",
    "redux-mock-store": "^1.5.3",
    "rxjs-marbles": "^6.0.0",
    "stylelint": "^10.1.0",
    "stylelint-config-recommended": "^2.2.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-order": "^3.0.1",
    "stylelint-processor-styled-components": "^1.8.0",
    "swagger-jsdoc": "^7.0.0-rc.6",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.4"
  },
  "name": "apollo-go"
}
