Files
Maciej Jastrzebski 77af968cd6 Upgrade expo in examples (#1796)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-07-16 11:19:05 +02:00

48 lines
1.3 KiB
JSON

{
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "^53.0.19",
"expo-constants": "~17.1.7",
"expo-linking": "~7.1.7",
"expo-router": "~5.1.3",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"jotai": "^2.8.4",
"nanoid": "^3.3.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-get-random-values": "~1.11.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-web": "^0.20.0",
"react-strict-dom": "^0.0.40"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/metro-runtime": "~5.0.4",
"@testing-library/react-native": "^13.0.0",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~19.0.10",
"@types/react-native-get-random-values": "^1",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"msw": "^2.4.4",
"react-test-renderer": "19.0.0",
"typescript": "~5.8.3"
},
"private": true,
"packageManager": "yarn@4.0.1"
}