{ "name": "yakinbisa", "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": { "@expo/vector-icons": "^14.1.0", "@react-native-picker/picker": "2.11.0", "@react-navigation/bottom-tabs": "^7.3.13", "@react-navigation/native": "^7.1.9", "@react-navigation/stack": "^7.3.2", "expo": "^53.0.11", "expo-blur": "~14.1.5", "expo-camera": "~16.1.7", "expo-checkbox": "~4.1.4", "expo-constants": "~17.1.6", "expo-font": "~13.3.1", "expo-haptics": "~14.1.4", "expo-image-picker": "~16.1.4", "expo-linear-gradient": "~14.1.5", "expo-linking": "~7.1.5", "expo-location": "~18.1.5", "expo-media-library": "~17.1.7", "expo-print": "~14.1.4", "expo-router": "~5.0.7", "expo-splash-screen": "^0.30.9", "expo-status-bar": "~2.2.3", "expo-symbols": "^0.4.5", "expo-system-ui": "~5.0.8", "expo-web-browser": "~14.1.6", "react": "19.0.0", "react-dom": "19.0.0", "react-native": "^0.79.3", "react-native-calendars": "^1.1312.0", "react-native-chart-kit": "^6.12.0", "react-native-gesture-handler": "~2.24.0", "react-native-google-places-autocomplete": "^2.5.7", "react-native-maps": "1.20.1", "react-native-reanimated": "~3.17.4", "react-native-reanimated-carousel": "^4.0.2", "react-native-safe-area-context": "5.4.0", "react-native-screens": "~4.11.1", "react-native-svg": "15.11.2", "react-native-vector-icons": "^10.2.0", "react-native-web": "^0.20.0", "expo-av": "~15.1.6" }, "devDependencies": { "@babel/core": "^7.26.0", "jest": "~29.7.0", "jest-expo": "~53.0.7", "react-test-renderer": "18.3.1" }, "private": true }