{ "name": "quixzoom-mobile", "version": "1.0.0", "main": "index.ts", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@react-navigation/bottom-tabs": "^7.15.7", "@react-navigation/native": "^7.2.0", "@react-navigation/native-stack": "^7.14.7", "@supabase/supabase-js": "^2.100.0", "@tanstack/react-query": "^5.95.2", "expo": "~55.0.8", "expo-camera": "~55.0.10", "expo-image-picker": "~55.0.13", "expo-linking": "~7.1.4", "expo-location": "~55.1.4", "expo-notifications": "^0.30.7", "expo-secure-store": "~55.0.9", "expo-status-bar": "~55.0.4", "react": "19.2.0", "react-native": "0.83.2", "react-native-gesture-handler": "~2.30.0", "react-native-maps": "^1.27.2", "react-native-safe-area-context": "^5.7.0", "react-native-screens": "~4.23.0", "react-native-webview": "^13.12.0", "zustand": "^5.0.12" }, "devDependencies": { "@types/react": "~19.2.2", "typescript": "~5.9.2" }, "private": true }