react resolved to 19.2.7 (via react-native) while react-dom was pinned to 19.2.3, causing React error #527 (version mismatch) and a blank page on web. Pin both to 19.2.7. Native APK was unaffected. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
34 lines
973 B
JSON
34 lines
973 B
JSON
{
|
|
"name": "camptickets-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"web": "expo start --web",
|
|
"android": "expo start --android",
|
|
"export:web": "expo export --platform web && node scripts/inject-pwa.mjs dist",
|
|
"typecheck": "tsc --noEmit",
|
|
"prebuild": "expo prebuild"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~57.0.3",
|
|
"@types/react": "~19.2.4",
|
|
"barcode-detector": "^3.2.0",
|
|
"expo": "~57.0.4",
|
|
"expo-audio": "~57.0.0",
|
|
"expo-camera": "~57.0.1",
|
|
"expo-constants": "~57.0.3",
|
|
"expo-haptics": "~57.0.0",
|
|
"expo-linking": "~57.0.2",
|
|
"expo-router": "~57.0.4",
|
|
"expo-secure-store": "~57.0.0",
|
|
"expo-status-bar": "~57.0.0",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "4.25.2",
|
|
"react-native-web": "^0.21.2",
|
|
"typescript": "~6.0.3"
|
|
}
|
|
}
|