{ "name": "memento-mobile", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "build:android": "eas build --platform android", "build:ios": "eas build --platform ios" }, "dependencies": { "expo": "~54.0.35", "expo-router": "~6.0.24", "expo-status-bar": "~3.0.9", "expo-secure-store": "~15.0.8", "expo-font": "~14.0.12", "expo-splash-screen": "~31.0.13", "expo-linking": "~8.0.12", "expo-constants": "~18.0.13", "react": "19.1.0", "react-native": "0.81.5", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-webview": "13.15.0", "@react-native-async-storage/async-storage": "2.2.0", "zustand": "^5.0.2", "lucide-react-native": "^0.477.0", "react-native-svg": "15.12.0" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~19.1.0", "typescript": "~5.9.2" } }