{ "name": "mobile", "version": "1.0.0", "main": "index.ts", "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-native-community/netinfo": "^11.4.1", "@react-navigation/bottom-tabs": "^7.9.0", "@react-navigation/native": "^7.1.26", "@react-navigation/native-stack": "^7.9.0", "axios": "^1.13.2", "expo": "~54.0.31", "expo-barcode-scanner": "^13.0.1", "expo-camera": "^17.0.10", "expo-constants": "^18.0.13", "expo-secure-store": "^15.0.8", "expo-status-bar": "~3.0.9", "react": "19.1.0", "react-native": "0.81.5", "react-native-gesture-handler": "^2.30.0", "react-native-reanimated": "^4.2.1", "react-native-safe-area-context": "^5.6.2", "react-native-screens": "^4.19.0" }, "devDependencies": { "@types/react": "~19.1.0", "typescript": "~5.9.2" }, "private": true }