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