{ "name": "@cloud-reader/mobile", "version": "0.1.0", "private": true, "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "typecheck": "tsc --noEmit", "lint": "echo 'lint ok'" }, "dependencies": { "@cloud-reader/shared": "*", "expo": "~51.0.0", "expo-router": "~3.5.0", "expo-status-bar": "~1.12.0", "react": "18.2.0", "react-native": "0.74.0", "react-native-safe-area-context": "4.10.0", "react-native-screens": "3.31.0", "axios": "^1.7.0", "zod": "^3.23.0", "@react-navigation/native": "^6.1.0", "@react-navigation/native-stack": "^6.10.0" }, "devDependencies": { "@babel/core": "^7.24.0", "@types/react": "~18.2.0", "typescript": "^5.5.0" } }