A React Native app for the ultimate thinking partner.
1{
2 "name": "co",
3 "version": "1.0.0",
4 "main": "index.ts",
5 "homepage": "https://letta-ai.github.io/co",
6 "scripts": {
7 "start": "expo start",
8 "android": "expo run:android",
9 "ios": "expo run:ios",
10 "web": "expo start --web",
11 "predeploy": "expo export:web",
12 "deploy": "gh-pages -d web-build"
13 },
14 "dependencies": {
15 "@expo-google-fonts/lexend": "^0.4.1",
16 "@expo/metro-runtime": "~6.1.2",
17 "@letta-ai/letta-client": "1.0.0-alpha.15",
18 "@lottiefiles/dotlottie-react": "^0.13.5",
19 "@react-native-async-storage/async-storage": "2.2.0",
20 "@react-navigation/drawer": "^7.5.8",
21 "@react-navigation/native": "^7.1.17",
22 "@react-navigation/stack": "^7.4.8",
23 "@ronradtke/react-native-markdown-display": "^8.1.0",
24 "axios": "^1.11.0",
25 "expo": "54.0.13",
26 "expo-clipboard": "~8.0.7",
27 "expo-document-picker": "^14.0.7",
28 "expo-font": "~14.0.9",
29 "expo-image-picker": "~17.0.8",
30 "expo-secure-store": "~15.0.7",
31 "expo-status-bar": "~3.0.8",
32 "expo-system-ui": "~6.0.7",
33 "lottie-react-native": "~7.3.1",
34 "react": "19.1.0",
35 "react-dom": "19.1.0",
36 "react-native": "0.81.4",
37 "react-native-gesture-handler": "~2.28.0",
38 "react-native-get-random-values": "^1.11.0",
39 "react-native-polyfill-globals": "^3.1.0",
40 "react-native-reanimated": "~4.1.1",
41 "react-native-safe-area-context": "~5.6.0",
42 "react-native-screens": "~4.16.0",
43 "react-native-svg": "15.12.1",
44 "react-native-web": "^0.21.0",
45 "react-native-worklets": "0.5.1",
46 "text-encoding": "^0.7.0",
47 "web-streams-polyfill": "^4.2.0",
48 "zustand": "^5.0.8"
49 },
50 "devDependencies": {
51 "@babel/core": "^7.25.2",
52 "@types/react": "~19.1.10",
53 "babel-plugin-module-resolver": "^5.0.2",
54 "gh-pages": "^6.3.0",
55 "react-native-svg-transformer": "^1.5.1",
56 "typescript": "~5.9.2"
57 },
58 "private": true
59}