{
  "dependencies": {
    "@react-navigation/native": "^6.0.13",
    "@react-navigation/native-stack": "^6.9.0",
    "@tanstack/react-query": "^4.7.2",
    "expo": "^46.0.0",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "react-native": "0.69.4",
    "react-native-animatable": "^1.3.3",
    "react-native-dotenv": "^3.3.1",
    "react-native-magnus": "^1.0.63",
    "react-native-modal": "^13.0.1",
    "react-native-safe-area-context": "4.3.1",
    "react-native-screens": "~3.15.0",
    "react-native-vector-icons": "^9.2.0",
    "react-native-web": "~0.18.7"
  },
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@types/react": "~18.0.0",
    "@types/react-native": "~0.69.1",
    "auto": "^10.37.6",
    "babel-plugin-module-resolver": "^4.1.0",
    "eslint": "^8.24.0",
    "eslint-config-react-native-wcandillon": "^3.9.0",
    "typescript": "^4.6.3"
  },
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --quiet",
    "release": "auto shipit"
  },
  "version": "1.0.0",
  "name": "expo-template-with-react-query",
  "repository": "mauriciord/expo-template-with-react-query",
  "author": "Mauricio R Duarte <mauriciotem@gmail.com>",
  "auto": {
    "plugins": [
      "npm"
    ],
    "onlyPublishWithReleaseLabel": true
  }
}
