{ "name": "sentinel-app", "version": "1.0.0", "main": "expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@expo/metro-runtime": "~4.0.1", "@expo/vector-icons": "~14.0.4", "@langchain/core": "^1.1.18", "@langchain/langgraph": "^1.1.3", "@noble/ciphers": "^1.3.0", "@noble/hashes": "^1.8.0", "@react-native-async-storage/async-storage": "^2.2.0", "@react-navigation/bottom-tabs": "^6.6.1", "@react-navigation/native": "^6.1.18", "@react-navigation/native-stack": "^6.11.0", "bip39": "^3.1.0", "buffer": "^6.0.3", "expo": "~52.0.0", "expo-asset": "~11.0.5", "expo-constants": "~17.0.8", "expo-crypto": "~14.0.2", "expo-font": "~13.0.4", "expo-haptics": "~14.0.0", "expo-av": "~15.0.2", "expo-image-picker": "^17.0.10", "expo-linear-gradient": "~14.0.2", "expo-speech": "~13.0.1", "expo-status-bar": "~2.0.0", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "^0.76.9", "react-native-gesture-handler": "~2.20.2", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-svg": "^15.15.2", "react-native-view-shot": "^3.8.0", "react-native-webview": "13.12.2", "react-native-web": "~0.19.13", "readable-stream": "^4.7.0", "vm-browserify": "^1.1.2" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~18.3.12", "typescript": "~5.3.3" }, "private": true }