{
  "name": "leafy-lane",
  "version": "1.0.0",
  "private": true,
  "main": "index.js",
  "scripts": {
    "start": "expo start",
    "android": "expo run:android",
    "build:apk": "npx eas-cli build -p android --profile preview",
    "build:local-apk": "npx eas-cli build -p android --profile preview --local",
    "ios": "expo run:ios"
  },
  "dependencies": {
    "@react-native-community/datetimepicker": "8.2.0",
    "babel-preset-expo": "~12.0.0-preview.6",
    "expo": "~52.0.0",
    "expo-asset": "~11.0.0",
    "expo-background-task": "~0.1.5",
    "expo-camera": "~16.0.18",
    "expo-document-picker": "~13.0.3",
    "expo-file-system": "~18.0.12",
    "expo-font": "~13.0.4",
    "expo-haptics": "~14.0.1",
    "expo-image": "~2.0.7",
    "expo-image-manipulator": "~13.0.6",
    "expo-image-picker": "~16.0.6",
    "expo-location": "~18.0.10",
    "expo-modules-autolinking": "~2.0.0",
    "expo-sensors": "~14.0.2",
    "expo-sharing": "~13.0.1",
    "expo-status-bar": "~2.0.0",
    "expo-updates": "~0.27.5",
    "react": "18.3.1",
    "react-native": "0.76.9",
    "react-native-edge-to-edge": "^1.8.1",
    "react-native-maps": "1.18.0",
    "react-native-safe-area-context": "4.12.0",
    "react-native-zip-archive": "^8.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@types/react": "~18.3.12",
    "metro-file-map": "^0.84.4",
    "typescript": "~5.3.3"
  }
}
