{ "name": "co", "version": "1.0.0", "main": "index.ts", "homepage": "https://letta-ai.github.io/co", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "predeploy": "expo export:web", "deploy": "gh-pages -d web-build" }, "dependencies": { "@expo-google-fonts/lexend": "^0.4.1", "@expo/metro-runtime": "~6.1.2", "@letta-ai/letta-client": "1.0.0-alpha.15", "@lottiefiles/dotlottie-react": "^0.13.5", "@react-native-async-storage/async-storage": "2.2.0", "@react-navigation/drawer": "^7.5.8", "@react-navigation/native": "^7.1.17", "@react-navigation/stack": "^7.4.8", "@ronradtke/react-native-markdown-display": "^8.1.0", "axios": "^1.11.0", "expo": "54.0.13", "expo-clipboard": "~8.0.7", "expo-document-picker": "^14.0.7", "expo-font": "~14.0.9", "expo-image-picker": "~17.0.8", "expo-secure-store": "~15.0.7", "expo-status-bar": "~3.0.8", "expo-system-ui": "~6.0.7", "lottie-react-native": "~7.3.1", "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.4", "react-native-gesture-handler": "~2.28.0", "react-native-get-random-values": "^1.11.0", "react-native-polyfill-globals": "^3.1.0", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", "react-native-web": "^0.21.0", "react-native-worklets": "0.5.1", "text-encoding": "^0.7.0", "web-streams-polyfill": "^4.2.0", "zustand": "^5.0.8" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~19.1.10", "babel-plugin-module-resolver": "^5.0.2", "gh-pages": "^6.3.0", "react-native-svg-transformer": "^1.5.1", "typescript": "~5.9.2" }, "private": true }