Production deployment setup + feature complete

- Dockerfile + deploy.sh for Hetzner server
- Email verification via Better Auth + Resend
- Invite code flow (6-digit OTP, generate/join)
- Settlement share percent fix (payer vs debtor)
- OCR scanner fixes (date display, retry, viewfinder)
- app.json icon/splash/adaptive-icon configured
- iOS deployment target 15.5 (ML Kit requirement)
- DB migration 0014: household_invitations table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
René Schober
2026-03-20 11:54:22 +01:00
parent 4e34270786
commit 9ddc7c6d7a
194 changed files with 55961 additions and 305 deletions

View File

@@ -9,32 +9,42 @@
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "expo prebuild",
"web": "expo start --web"
"web": "expo start --web",
"test": "bun test src/__tests__"
},
"dependencies": {
"@better-auth/expo": "catalog:",
"@better-auth/expo": "1.5.2",
"@expo/metro-runtime": "~55.0.6",
"@expo/vector-icons": "^15.0.3",
"@gorhom/bottom-sheet": "^5",
"@haushaltsApp/env": "workspace:*",
"@react-native-ml-kit/text-recognition": "^2.0.0",
"@react-navigation/drawer": "^7.3.9",
"@react-navigation/elements": "^2.8.1",
"@tanstack/react-form": "catalog:",
"better-auth": "catalog:",
"dotenv": "catalog:",
"@tanstack/react-form": "^1.28.0",
"@tanstack/react-query": "^5.0.0",
"better-auth": "1.5.2",
"dotenv": "^17.2.2",
"expo": "^55.0.0",
"expo-apple-authentication": "^55.0.8",
"expo-camera": "^55.0.10",
"expo-constants": "~55.0.7",
"expo-file-system": "^55.0.11",
"expo-font": "~55.0.4",
"expo-haptics": "~55.0.8",
"expo-image-picker": "^55.0.13",
"expo-linking": "~55.0.7",
"expo-localization": "^55.0.8",
"expo-network": "~55.0.8",
"expo-router": "~55.0.2",
"expo-secure-store": "~55.0.8",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "^55.0.9",
"expo-web-browser": "~55.0.9",
"heroui-native": "^1.0.0-rc.3",
"i18next": "^25.8.18",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "^16.5.8",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-keyboard-controller": "1.20.7",
@@ -46,12 +56,12 @@
"react-native-worklets": "0.7.2",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "catalog:",
"tailwindcss": "^4.1.18",
"uniwind": "^1.4.0",
"zod": "catalog:"
"zod": "^4.1.13",
"zustand": "^5.0.0"
},
"devDependencies": {
"@haushaltsApp/config": "workspace:*",
"@types/node": "^24.10.0",
"@types/react": "~19.2.10",
"typescript": "^5"