{ "name": "uber-clone", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@clerk/clerk-expo": "^2.9.0", "@expo/metro-runtime": "~4.0.1", "@expo/vector-icons": "^14.0.2", "@gorhom/bottom-sheet": "^5.1.2", "@neondatabase/serverless": "^0.10.4", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native": "^7.0.14", "@stripe/stripe-react-native": "0.38.6", "expo": "52.0.42", "expo-blur": "~14.0.3", "expo-constants": "~17.0.8", "expo-font": "~13.0.4", "expo-haptics": "~14.0.1", "expo-linking": "~7.0.5", "expo-local-authentication": "^15.0.2", "expo-location": "^18.0.10", "expo-router": "~4.0.20", "expo-secure-store": "^14.0.1", "expo-splash-screen": "~0.29.22", "expo-status-bar": "~2.0.1", "expo-symbols": "~0.2.2", "expo-system-ui": "4.0.9", "expo-web-browser": "~14.0.2", "maps": "^0.3.3", "nativewind": "^4.1.23", "pg": "^8.14.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "^0.76.9", "react-native-animatable": "^1.4.0", "react-native-gesture-handler": "~2.20.2", "react-native-get-random-values": "^1.11.0", "react-native-google-places-autocomplete": "^2.5.7", "react-native-maps-directions": "^1.9.0", "react-native-modal": "^14.0.0-rc.1", "react-native-reanimated": "3.16.2", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-swiper": "^1.6.0", "react-native-web": "~0.19.13", "react-native-webview": "13.12.5", "stripe": "^18.0.0", "tailwindcss": "^3.4.17", "twrnc": "^4.6.1", "zustand": "^5.0.3" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/jest": "^29.5.12", "@types/react-test-renderer": "^18.3.0", "eslint-config-expo": "~8.0.1", "jest": "^29.2.1", "jest-expo": "~52.0.6", "react-test-renderer": "18.3.1" }, "private": true }