agent-orchestrator/packages/mobile/package.json

35 lines
940 B
JSON

{
"name": "@agent-orchestrator/mobile",
"version": "0.0.0",
"private": true,
"description": "Expo mobile supervisor for Agent Orchestrator",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"typecheck": "tsc --noEmit",
"build": "npm run typecheck"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@fressh/react-native-xtermjs-webview": "^0.0.8",
"@react-native-async-storage/async-storage": "2.2.0",
"expo": "^54.0.0",
"expo-build-properties": "~1.0.10",
"expo-constants": "~18.0.13",
"expo-linking": "~8.0.12",
"expo-router": "6.0.24",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.16.0",
"react-native-webview": "13.15.0"
},
"devDependencies": {
"@types/react": "~19.1.10",
"typescript": "~5.9.2"
}
}