{ "name": "behoerdenklar", "version": "1.0.0", "main": "index.ts", "dependencies": { "@react-native-async-storage/async-storage": "2.2.0", "@react-navigation/native": "^7.3.8", "@react-navigation/native-stack": "^7.17.10", "expo": "^56.0.15", "expo-calendar": "~56.0.9", "expo-camera": "~56.0.8", "expo-document-picker": "~56.0.4", "expo-file-system": "~56.0.8", "expo-image-picker": "~56.0.20", "expo-network": "~56.0.5", "expo-notifications": "~56.0.20", "expo-print": "~56.0.4", "expo-secure-store": "~56.0.4", "expo-sharing": "~56.0.21", "expo-speech": "~56.0.3", "expo-status-bar": "~56.0.4", "react": "19.2.3", "react-native": "0.85.3", "react-native-safe-area-context": "~5.7.0", "react-native-screens": "4.25.2", "zustand": "^5.0.14" }, "devDependencies": { "@types/react": "~19.2.2", "typescript": "~6.0.3" }, "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "private": true }