{ "name": "insurance-care", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@expo/metro-runtime": "~3.2.1", "@expo/vector-icons": "^14.0.2", "@react-native-async-storage/async-storage": "1.23.1", "@react-navigation/bottom-tabs": "^6.5.20", "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.9.26", "expo": "~51.0.0", "expo-device": "~6.0.2", "expo-font": "~12.0.10", "expo-image-picker": "~15.1.0", "expo-linear-gradient": "~13.0.2", "expo-notifications": "~0.28.0", "expo-status-bar": "~1.12.1", "react": "18.2.0", "react-dom": "^18.2.0", "react-native": "0.74.5", "react-native-chart-kit": "^6.12.0", "react-native-gesture-handler": "~2.16.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1", "react-native-svg": "15.2.0", "react-native-web": "^0.19.13", "zustand": "^4.5.2" }, "devDependencies": { "@babel/core": "^7.24.0", "@types/react": "~18.2.45", "babel-plugin-module-resolver": "^5.0.2", "typescript": "~5.3.3" }, "private": true }