Spaces:
Sleeping
Sleeping
| { | |
| "name": "greendoctor", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "expo start", | |
| "android": "expo start --android", | |
| "ios": "expo start --ios", | |
| "web": "expo start --web" | |
| }, | |
| "dependencies": { | |
| "@react-native-async-storage/async-storage": "2.2.0", | |
| "@react-navigation/native": "^7.1.28", | |
| "@react-navigation/native-stack": "^7.10.1", | |
| "expo": "~54.0.33", | |
| "expo-camera": "~17.0.10", | |
| "expo-document-picker": "~14.0.8", | |
| "expo-file-system": "~19.0.21", | |
| "expo-image-picker": "~17.0.10", | |
| "expo-linear-gradient": "~15.0.8", | |
| "expo-location": "~19.0.8", | |
| "expo-speech": "~14.0.8", | |
| "expo-status-bar": "~3.0.9", | |
| "expo-updates": "~29.0.16", | |
| "react": "19.1.0", | |
| "react-native": "0.81.5", | |
| "react-native-maps": "1.20.1", | |
| "react-native-safe-area-context": "~5.6.0", | |
| "react-native-screens": "~4.16.0" | |
| }, | |
| "private": true, | |
| "devDependencies": { | |
| "@expo/ngrok": "^4.1.3" | |
| } | |
| } | |