Spaces:
Sleeping
Sleeping
| { | |
| "name": "mobileapp_new", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "expo start", | |
| "android": "expo run:android", | |
| "ios": "expo run:ios", | |
| "web": "expo start --web" | |
| }, | |
| "dependencies": { | |
| "@logrocket/react-native": "^2.3.2", | |
| "@react-native-async-storage/async-storage": "2.2.0", | |
| "@react-navigation/bottom-tabs": "^7.15.10", | |
| "@react-navigation/native": "^7.2.2", | |
| "@react-navigation/native-stack": "^7.14.12", | |
| "@supabase/supabase-js": "^2.105.1", | |
| "axios": "^1.15.2", | |
| "base64-arraybuffer": "^1.0.2", | |
| "expo": "~54.0.33", | |
| "expo-build-properties": "~1.0.10", | |
| "expo-constants": "~18.0.13", | |
| "expo-haptics": "~15.0.8", | |
| "expo-image-picker": "~17.0.11", | |
| "expo-linear-gradient": "~15.0.8", | |
| "expo-status-bar": "~3.0.9", | |
| "expo-updates": "~29.0.17", | |
| "lucide-react-native": "^1.12.0", | |
| "react": "19.1.0", | |
| "react-native": "0.81.5", | |
| "react-native-gesture-handler": "~2.28.0", | |
| "react-native-safe-area-context": "~5.6.0", | |
| "react-native-screens": "~4.16.0", | |
| "react-native-svg": "15.12.1", | |
| "react-native-url-polyfill": "^3.0.0", | |
| "zustand": "^5.0.12" | |
| }, | |
| "private": true, | |
| "devDependencies": { | |
| "babel-preset-expo": "~54.0.10" | |
| } | |
| } | |