this repo has no description
1{
2 "name": "repro-peer-deps",
3 "main": "expo-router/entry",
4 "version": "1.0.0",
5 "scripts": {
6 "start": "expo start",
7 "android": "expo run:android",
8 "ios": "expo run:ios",
9 "web": "expo start --web",
10 "lint": "expo lint"
11 },
12 "dependencies": {
13 "expo": "~54.0.12",
14 "expo-router": "~6.0.10",
15 "react": "19.1.0",
16 "react-native": "0.81.4"
17 },
18 "devDependencies": {
19 "@types/react": "~19.1.0",
20 "typescript": "~5.9.2"
21 },
22 "private": true
23}