Files
SheetHappens/package.json
T
billisdead dca76ea394
Release APK / build (push) Has been cancelled
fix: add npm overrides to align react + react-dom to 19.2.3
react-dom@19.2.7 has a hard peer dep on react@^19.2.7, breaking
npm ci when react is pinned to 19.2.3. npm overrides force both
packages to 19.2.3 so the lock file resolves cleanly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 18:20:49 +02:00

41 lines
1.0 KiB
JSON

{
"name": "sheethappens",
"main": "expo-router/entry",
"version": "0.1.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"expo": "~56.0.12",
"expo-clipboard": "~56.0.4",
"expo-constants": "~56.0.18",
"expo-linking": "~56.0.14",
"expo-router": "~56.2.11",
"expo-secure-store": "~56.0.4",
"expo-sharing": "~56.0.18",
"expo-speech-recognition": "~56.0.1",
"expo-sqlite": "~56.0.5",
"expo-status-bar": "~56.0.4",
"nativewind": "~4.2.5",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~3.0.2",
"react-native-reanimated": "~4.4.1",
"react-native-safe-area-context": "~5.8.0",
"react-native-screens": "~4.25.2",
"tailwindcss": "~3.4.19"
},
"overrides": {
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@expo/metro-config": "~56.0.14",
"@types/react": "~19.2.0",
"typescript": "~5.8.0"
}
}