{
  "name": "Boilerplate",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios --simulator='iPhone 14'",
    "start": "react-native start",
    "start:clean": "watchman watch-del . && watchman watch-project . && react-native start --reset-cache",
    "test": "jest",
    "lint": "eslint .",
    "patch": "patch-package",
    "iphone11": "react-native run-ios --simulator='iPhone 11'",
    "iphone8": "react-native run-ios --simulator='iPhone 8'",
    "iphone6": "react-native run-ios --simulator='iPhone 6'",
    "iphone5s": "react-native run-ios --simulator='iPhone 5s'",
    "format": "pretty-quick --pattern '**/*.*(js|jsx|ts|tsx|json)'",
    "adb": "adb reverse tcp:8081 tcp:8081",
    "clean:android": "cd ./android/ && ./gradlew clean && rm -fr ../android/detox/build/",
    "prepare": "husky install",
    "release:ios:staging": "cd ios && bundle exec fastlane ios distribute_to_testflight --env staging",
    "release:ios:prod": "cd ios && bundle exec fastlane ios distribute_to_testflight --env production",
    "release:android:staging": "cd android && bundle exec fastlane android distribute_to_firebase  --env staging",
    "release:android:prod": "cd android && bundle exec fastlane android distribute_to_playstore  --env production",
    "test:ios-debug:reuse": "detox test -c ios.sim.debug --reuse",
    "test:ios-debug": "detox test -c ios.sim.debug",
    "test:ios-release": "detox test -c ios.sim.release",
    "test:android-debug": "detox test -c android.emu.debug",
    "test:android-release": "detox test -c android.emu.release",
    "e2e:ios-debug": "yarn build:os-debug && yarn test:ios-debug",
    "e2e:android-debug": "yarn build:android-debug && yarn test:android-debug",
    "e2e:android-release": "yarn build:android-release && yarn test:android-release",
    "build:ios-debug": "detox build -c ios.sim.debug",
    "build:ios-release": "detox build -c ios.sim.release",
    "build:android-debug": "detox build -c android.emu.debug",
    "build:android-release": "detox build -c android.emu.release",
    "lint:deadcode": "ts-prune",
    "postinstall": "patch-package && node ./scripts/post-install",
    "deeplink:ios": "npx uri-scheme open --ios",
    "deeplink:android": "npx uri-scheme open --android",
    "ios:cleanup": "cd ios && gem cleanup && cd .."
  },
  "dependencies": {
    "@gocodingnow/rn-size-matters": "^0.0.2",
    "@gorhom/bottom-sheet": "^4.4.7",
    "@hookform/resolvers": "^3.1.1",
    "@notifee/react-native": "^7.8.0",
    "@react-native-community/netinfo": "^9.3.10",
    "@react-navigation/bottom-tabs": "^6.5.7",
    "@react-navigation/native": "^6.1.6",
    "@react-navigation/native-stack": "^6.9.12",
    "@react-navigation/stack": "^6.3.16",
    "@tamagui/avatar": "^1.35.6",
    "@tamagui/button": "^1.35.6",
    "@tamagui/core": "^1.35.6",
    "@tamagui/react-native-media-driver": "^1.35.6",
    "@tamagui/shorthands": "^1.35.6",
    "@tamagui/stacks": "^1.35.6",
    "@tamagui/themes": "^1.35.6",
    "@tanstack/query-async-storage-persister": "^4.29.15",
    "@tanstack/react-query": "^4.29.15",
    "@tanstack/react-query-persist-client": "^4.29.15",
    "axios": "^1.4.0",
    "date-fns": "^2.30.0",
    "i18next": "^23.2.1",
    "intl-pluralrules": "^2.0.0",
    "lodash-es": "^4.17.21",
    "react": "18.2.0",
    "react-hook-form": "^7.45.0",
    "react-i18next": "^13.0.0",
    "react-native": "0.71.11",
    "react-native-config": "^1.5.1",
    "react-native-device-info": "^10.6.0",
    "react-native-fast-image": "^8.6.3",
    "react-native-gesture-handler": "^2.12.0",
    "react-native-inappbrowser-reborn": "^3.7.0",
    "react-native-keyboard-aware-scroll-view": "^0.9.5",
    "react-native-localize": "^3.0.0",
    "react-native-logs": "^5.0.1",
    "react-native-markdown-display": "^7.0.0-alpha.2",
    "react-native-mmkv": "^2.9.0",
    "react-native-reanimated": "^3.3.0",
    "react-native-safe-area-context": "^4.6.0",
    "react-native-screens": "^3.21.1",
    "react-native-svg": "^13.9.0",
    "react-native-toast-message": "^2.1.6",
    "react-native-vector-icons": "^9.2.0",
    "yup": "^1.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@babel/plugin-transform-react-jsx": "^7.22.5",
    "@babel/preset-env": "^7.22.5",
    "@babel/runtime": "^7.22.5",
    "@commitlint/cli": "^17.6.5",
    "@commitlint/config-conventional": "^17.6.5",
    "@react-native-community/eslint-config": "^3.2.0",
    "@tamagui/babel-plugin": "^1.35.6",
    "@tsconfig/react-native": "^3.0.2",
    "@types/jest": "^29.5.2",
    "@types/lodash-es": "^4.17.7",
    "@types/react": "^18.2.13",
    "@types/react-native-vector-icons": "^6.4.13",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.5.0",
    "babel-plugin-module-resolver": "^5.0.0",
    "babel-plugin-transform-inline-environment-variables": "^0.4.4",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "eslint": "^8.43.0",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "jetifier": "^2.0.0",
    "lint-staged": "^13.2.2",
    "metro-react-native-babel-preset": "0.76.6",
    "patch-package": "^7.0.0",
    "prettier": "^2.8.8",
    "pretty-quick": "^3.1.3",
    "react-native-flipper": "^0.200.0",
    "react-native-mmkv-flipper-plugin": "^1.0.0",
    "react-native-svg-transformer": "^1.0.0",
    "react-query-native-devtools": "^4.0.0",
    "react-test-renderer": "18.2.0",
    "solidarity": "^3.0.4",
    "typescript": "5.1.3"
  },
  "jest": {
    "preset": "react-native"
  }
}
