initial commit

This commit is contained in:
René Schober
2026-03-13 06:23:06 +01:00
commit 4e34270786
314 changed files with 37280 additions and 0 deletions

59
apps/native/package.json Normal file
View File

@@ -0,0 +1,59 @@
{
"name": "native",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"dev": "expo start --clear",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "expo prebuild",
"web": "expo start --web"
},
"dependencies": {
"@better-auth/expo": "catalog:",
"@expo/metro-runtime": "~55.0.6",
"@expo/vector-icons": "^15.0.3",
"@gorhom/bottom-sheet": "^5",
"@haushaltsApp/env": "workspace:*",
"@react-navigation/drawer": "^7.3.9",
"@react-navigation/elements": "^2.8.1",
"@tanstack/react-form": "catalog:",
"better-auth": "catalog:",
"dotenv": "catalog:",
"expo": "^55.0.0",
"expo-constants": "~55.0.7",
"expo-font": "~55.0.4",
"expo-haptics": "~55.0.8",
"expo-linking": "~55.0.7",
"expo-network": "~55.0.8",
"expo-router": "~55.0.2",
"expo-secure-store": "~55.0.8",
"expo-status-bar": "~55.0.4",
"expo-web-browser": "~55.0.9",
"heroui-native": "^1.0.0-rc.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-keyboard-controller": "1.20.7",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.7.2",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "catalog:",
"uniwind": "^1.4.0",
"zod": "catalog:"
},
"devDependencies": {
"@haushaltsApp/config": "workspace:*",
"@types/node": "^24.10.0",
"@types/react": "~19.2.10",
"typescript": "^5"
}
}