initial commit

This commit is contained in:
Sone
2026-05-19 18:46:16 +02:00
parent a92d70ca74
commit 7e67fa8ea0
33 changed files with 6316 additions and 3952 deletions
+60 -54
View File
@@ -12,64 +12,70 @@
"lint": "expo lint"
},
"dependencies": {
"@clerk/clerk-expo": "^2.14.12",
"@expo/vector-icons": "^14.1.0",
"@hookform/resolvers": "^5.2.1",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-picker/picker": "^2.11.1",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@reduxjs/toolkit": "^2.8.2",
"@clerk/clerk-expo": "^2.19.31",
"@expo/vector-icons": "^15.1.1",
"@hookform/resolvers": "^5.2.2",
"@react-native-async-storage/async-storage": "3.0.2",
"@react-native-picker/picker": "^2.11.4",
"@react-navigation/bottom-tabs": "^7.16.1",
"@react-navigation/elements": "^2.9.18",
"@react-navigation/native": "^7.2.4",
"@reduxjs/toolkit": "^2.12.0",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"expo": "~53.0.23",
"expo-auth-session": "~6.2.1",
"expo-blur": "~14.1.5",
"expo-constants": "~17.1.7",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-image": "~2.4.0",
"expo-linear-gradient": "^14.1.5",
"expo-linking": "~7.1.7",
"expo-router": "~5.1.7",
"expo-secure-store": "~14.2.4",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.5",
"expo-system-ui": "~5.0.11",
"expo-web-browser": "~14.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.515.0",
"lucide-react-native": "^0.515.0",
"nativewind": "^4.1.23",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.62.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-paper": "^5.14.5",
"react-native-paper-dates": "^0.22.49",
"react-native-pie-chart": "^4.0.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "^15.11.2",
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5",
"react-redux": "^9.2.0",
"tailwindcss": "^3.4.17",
"zod": "^4.0.17"
"expo": "~55.0.24",
"expo-auth-session": "~55.0.16",
"expo-blur": "~55.0.14",
"expo-constants": "~55.0.16",
"expo-font": "~55.0.7",
"expo-haptics": "~55.0.14",
"expo-image": "~55.0.10",
"expo-linear-gradient": "^55.0.14",
"expo-linking": "~55.0.15",
"expo-router": "~55.0.14",
"expo-secure-store": "~55.0.14",
"expo-splash-screen": "~55.0.21",
"expo-status-bar": "~55.0.6",
"expo-symbols": "~55.0.8",
"expo-system-ui": "~55.0.18",
"expo-web-browser": "~55.0.16",
"lodash": "^4.18.1",
"lucide-react": "^1.16.0",
"lucide-react-native": "^1.16.0",
"nativewind": "^5.0.0-preview.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.76.0",
"react-native": "0.85.3",
"react-native-css": "^3.0.7",
"react-native-gesture-handler": "~2.31.2",
"react-native-paper": "^5.15.2",
"react-native-paper-dates": "^0.23.8",
"react-native-pie-chart": "^4.0.2",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.25.0",
"react-native-svg": "^15.15.5",
"react-native-web": "~0.21.2",
"react-native-webview": "13.16.1",
"react-redux": "^9.3.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/lodash": "^4.17.20",
"@types/react": "~19.0.10",
"eslint": "^9.25.0",
"eslint-config-expo": "~9.2.0",
"json-server": "^1.0.0-beta.3",
"react-native-worklets": "^0.5.2",
"typescript": "~5.8.3"
"@babel/core": "^7.29.0",
"@tailwindcss/postcss": "^4.3.0",
"@types/lodash": "^4.17.24",
"@types/react": "~19.2.14",
"eslint": "^10.4.0",
"eslint-config-expo": "~55.0.1",
"json-server": "^1.0.0-beta.15",
"postcss": "^8.5.14",
"react-native-worklets": "^0.8.3",
"tailwindcss": "^4.3.0",
"typescript": "~6.0.3"
},
"overrides": {
"lightningcss": "1.30.1"
},
"private": true
}