{
  "name": "AtomSpace",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "adb-reverce": "adb reverse tcp:8081 tcp:8081",
    "android": "react-native run-android",
    "android:apk": "npx jetify && cd android && ./gradlew clean && ./gradlew assembleRelease",
    "android:build-dev": "cd android && ./gradlew assembleDev",
    "android:build-preprod": "cd android && ./gradlew assemblePreProd",
    "android:build-prod": "cd android && ./gradlew assembleProd",
    "android:build-stage": "cd android && ./gradlew assembleStage",
    "android:bundle": "npx jetify && cd android && ./gradlew clean && ./gradlew bundleRelease",
    "android:clean": "cd android && ./gradlew clean",
    "android:run-dev": "react-native run-android  --variant=devDebug --appIdSuffix \"dev\"",
    "android:run-preprod": "react-native run-android --variant=preprodDebug --appIdSuffix \"preprod\"",
    "android:run-prod": "react-native run-android --variant=prodDebug",
    "android:run-stage": "react-native run-android --variant=stageDebug --appIdSuffix \"stage\"",
    "ios": "react-native run-ios",
    "ios:dev": "react-native run-ios  --scheme \"Dev\"",
    "ios:preprod": "react-native run-ios --scheme \"PreProd\"",
    "ios:prod": "react-native run-ios",
    "ios:stage": "react-native run-ios --scheme \"Stage\"",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
    "lint:write": "eslint --debug src/ --fix --no-error-on-unmatched-pattern",
    "m1-pods": "cd ios && arch -x86_64 pod install",
    "pod:install:new-arch": "cd ios && USE_FABRIC=1 RCT_NEW_ARCH_ENABLED=1 pod install",
    "postinstall": "npx jetify",
    "prepare": "husky install",
    "start": "react-native start",
    "test": "jest",
    "test:debug": "jest -o --watch --coverage=false",
    "test:watch": "jest --watch --coverage=false --changedSince=origin/master",
    "typecheck": "tsc -p tsconfig.json --skipLibCheck",
    "xcode": "open ios/evnto.xcworkspace"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "^1.17.7",
    "@react-native-community/netinfo": "^9.3.0",
    "@react-navigation/native": "^6.0.10",
    "@react-navigation/stack": "^6.2.2",
    "@reduxjs/toolkit": "^1.8.3",
    "axios": "^0.27.2",
    "react": "18.0.0",
    "react-native": "^0.69.1",
    "react-native-bootsplash": "^4.2.3",
    "react-native-config": "^1.4.6",
    "react-native-flipper": "^0.152.0",
    "react-native-gesture-handler": "^2.5.0",
    "react-native-safe-area-context": "^4.3.1",
    "react-native-screens": "^3.15.0",
    "react-query": "^3.39.1",
    "react-redux": "^8.0.2",
    "redux-middleware-flipper": "^1.0.9",
    "redux-persist": "^6.0.0",
    "redux-saga": "^1.1.3",
    "typed-redux-saga": "^1.5.0",
    "yup": "^0.32.11",
    "husky": "^7.0.4"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/jest": "^26.0.23",
    "@types/react-native": "^0.69.0",
    "@types/react-test-renderer": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "babel-jest": "^26.6.3",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "eslint": "^7.32.0",
    "eslint-import-resolver-babel-module": "^5.3.1",
    "eslint-plugin-import": "^2.26.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.70.3",
    "react-test-renderer": "18.0.0",
    "typescript": "^4.4.4"
  },
  "resolutions": {
    "@types/react": "^18"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
