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

35 lines
860 B
JSON

{
"main": "node_modules/expo/AppEntry.js",
"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-status-bar": "~2.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@testing-library/react-native": "^13.0.0",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~19.0.10",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"react-test-renderer": "19.0.0",
"typescript": "^5.3.0"
},
"private": true,
"packageManager": "yarn@4.0.1"
}