{ "name": "@tolaria/mobile", "version": "0.1.0", "main": "index.ts", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "test": "vitest run --config vitest.config.ts", "typecheck": "tsc --noEmit -p tsconfig.json", "web": "expo start --web" }, "dependencies": { "@10play/tentap-editor": "^1.0.1", "@tolaria/markdown": "workspace:*", "expo": "~55.0.19", "expo-file-system": "55.0.17", "expo-status-bar": "~55.0.5", "phosphor-react-native": "^3.0.6", "react": "19.2.0", "react-native": "0.83.6", "react-native-gesture-handler": "~2.30.1", "react-native-safe-area-context": "^5.6.2", "react-native-svg": "^15.15.3", "react-native-webview": "13.16.0" }, "devDependencies": { "@types/react": "~19.2.14", "typescript": "~5.9.3", "vitest": "^4.0.18" }, "private": true }