2026-06-29 16:24:48 +00:00
|
|
|
{
|
2026-07-07 07:11:50 +00:00
|
|
|
"name": "quixzoom-mobile",
|
2026-06-29 16:24:48 +00:00
|
|
|
"version": "1.0.0",
|
2026-07-07 07:11:50 +00:00
|
|
|
"main": "index.ts",
|
2026-06-29 16:24:48 +00:00
|
|
|
"scripts": {
|
2026-07-07 07:11:50 +00:00
|
|
|
"start": "expo start",
|
|
|
|
|
"android": "expo start --android",
|
|
|
|
|
"ios": "expo start --ios",
|
|
|
|
|
"web": "expo start --web"
|
2026-06-29 16:24:48 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-07-07 07:11:50 +00:00
|
|
|
"@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",
|
2026-07-12 12:41:35 +00:00
|
|
|
"react-native-webview": "^13.12.0",
|
2026-07-07 07:11:50 +00:00
|
|
|
"zustand": "^5.0.12"
|
2026-06-29 16:24:48 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-07 07:11:50 +00:00
|
|
|
"@types/react": "~19.2.2",
|
|
|
|
|
"typescript": "~5.9.2"
|
2026-06-29 16:24:48 +00:00
|
|
|
},
|
2026-07-07 07:11:50 +00:00
|
|
|
"private": true
|
2026-06-29 16:24:48 +00:00
|
|
|
}
|