{
  "name": "forcadevendas",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "dev": "expo start",
    "start": "expo start --go",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "web": "expo start --web",
    "prebuild:preview": "node update.js dev",
    "build:preview": "npx eas build --profile=preview --auto-submit --non-interactive --platform=all",
    "prebuild:production": "node update.js prod",
    "build:production": "npx eas build --profile=production --auto-submit --non-interactive --platform=all",
    "update-preview": "npx eas update --channel=preview",
    "update-production": "npx eas update --channel=production",
    "test:components": "jest ./src/components/"
  },
  "dependencies": {
    "@expo-google-fonts/poppins": "^0.2.2",
    "@expo/config-plugins": "~8.0.0",
    "@expo/prebuild-config": "~7.0.0",
    "@hookform/resolvers": "^2.9.10",
    "@react-native-async-storage/async-storage": "1.23.1",
    "@react-native-community/datetimepicker": "8.0.1",
    "@react-navigation/native": "^6.0.13",
    "@react-navigation/stack": "^6.3.4",
    "@testing-library/react-hooks": "^8.0.1",
    "axios": "^1.1.3",
    "capitalize-pt-br": "^0.6.0",
    "date-fns": "^2.29.3",
    "dayjs": "^1.11.12",
    "expo": "~51.0.26",
    "expo-blur": "~13.0.3",
    "expo-dev-client": "~4.0.22",
    "expo-file-system": "~17.0.1",
    "expo-linear-gradient": "^13.0.2",
    "expo-linking": "~6.3.1",
    "expo-location": "~17.0.1",
    "expo-network": "^6.0.1",
    "expo-sharing": "~12.0.1",
    "expo-splash-screen": "~0.27.5",
    "expo-status-bar": "~1.12.1",
    "expo-updates": "~0.25.22",
    "immer": "^10.1.1",
    "jotai": "^1.7.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-hook-form": "^7.45.4",
    "react-native": "0.74.5",
    "react-native-easy-grid": "^0.2.2",
    "react-native-gesture-handler": "~2.16.1",
    "react-native-maps": "1.14.0",
    "react-native-mask-input": "^1.2.2",
    "react-native-modal": "^13.0.1",
    "react-native-modalize": "^2.1.1",
    "react-native-pager-view": "6.3.0",
    "react-native-reanimated": "~3.10.1",
    "react-native-responsive-fontsize": "^0.5.1",
    "react-native-safe-area-context": "4.10.5",
    "react-native-shared-element": "0.8.4",
    "react-native-svg": "15.2.0",
    "react-native-svg-transformer": "^1.4.0",
    "react-native-tab-view": "^3.5.2",
    "react-native-toast-message": "^2.1.5",
    "react-navigation-shared-element": "^3.1.3",
    "styled-components": "^5.3.6",
    "zod": "^3.22.2",
    "zustand": "^4.5.4"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@eslint/compat": "^1.1.0",
    "@eslint/js": "^9.6.0",
    "@rocketseat/eslint-config": "^2.2.2",
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^12.6.1",
    "@types/jest": "^29.5.12",
    "@types/react": "~18.2.79",
    "@types/react-datepicker": "^4.3.4",
    "@types/styled-components-react-native": "^5.1.3",
    "babel-plugin-module-resolver": "^5.0.0",
    "cz-emoji-conventional": "^1.0.2",
    "eslint": "9.x",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.3",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "globals": "^15.8.0",
    "jest": "^29.7.0",
    "jest-expo": "^51.0.4",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "~5.3.3",
    "typescript-eslint": "^7.15.0"
  },
  "private": true,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-emoji-conventional"
    }
  }
}
