{ "name": "repro-peer-deps", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "lint": "expo lint" }, "dependencies": { "expo": "~54.0.12", "expo-router": "~6.0.10", "react": "19.1.0", "react-native": "0.81.4" }, "devDependencies": { "@types/react": "~19.1.0", "typescript": "~5.9.2" }, "private": true }