{ "name": "handler-mobile", "version": "1.0.0", "main": "index.ts", "scripts": { "start": "expo start", "ios": "expo start --ios", "android": "expo start --android", "web": "expo start --web" }, "dependencies": { "@expo-google-fonts/figtree": "^0.2.3", "@expo-google-fonts/outfit": "^0.2.3", "@expo-google-fonts/spline-sans-mono": "^0.2.3", "@react-native-async-storage/async-storage": "2.2.0", "babel-preset-expo": "~54.0.10", "expo": "^54.0.36", "expo-asset": "~12.0.13", "expo-font": "~14.0.12", "expo-status-bar": "~3.0.9", "react": "19.1.0", "react-native": "0.81.5", "react-native-safe-area-context": "~5.6.0", "react-native-svg": "15.12.1" }, "devDependencies": { "@types/react": "~19.1.0", "typescript": "~5.9.2" }, "private": true }