{ "name": "didi-app", "version": "1.0.0", "main": "index.ts", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "@expo/metro-runtime": "~6.1.2", "@react-native-async-storage/async-storage": "2.2.0", "@react-navigation/native": "^7.1.28", "@react-navigation/native-stack": "^7.13.0", "axios": "^1.13.5", "buffer": "^6.0.3", "expo": "~54.0.33", "expo-auth-session": "~7.0.10", "expo-av": "~16.0.8", "expo-crypto": "~15.0.8", "expo-document-picker": "~14.0.8", "expo-font": "~14.0.11", "expo-image-picker": "~17.0.10", "expo-linear-gradient": "~15.0.8", "expo-linking": "~8.0.11", "expo-notifications": "~0.32.16", "expo-secure-store": "~15.0.8", "expo-share-intent": "^5.1.1", "expo-status-bar": "~3.0.9", "expo-web-browser": "~15.0.10", "lucide-react-native": "^1.14.0", "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.5", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", "react-native-web": "^0.21.0", "react-native-webview": "13.15.0", "zustand": "^5.0.11" }, "devDependencies": { "@types/react": "~19.1.0", "babel-preset-expo": "^55.0.21", "sharp": "^0.34.5", "typescript": "~5.9.2" }, "private": true }