Adding common dependencies before I try to migrate TechTracker to it

This commit is contained in:
2025-10-28 12:52:45 -05:00
parent 08861cddb4
commit 1709233f7b
27 changed files with 2324 additions and 115 deletions

View File

@@ -16,16 +16,26 @@
"dependencies": {
"@acme/backend": "workspace:*",
"@convex-dev/auth": "catalog:convex",
"@expo/vector-icons": "^15.0.3",
"@legendapp/list": "^2.0.14",
"@react-navigation/bottom-tabs": "^7.6.0",
"@react-navigation/elements": "^2.7.1",
"@react-navigation/native": "^7.1.19",
"@sentry/react-native": "^7.4.0",
"convex": "catalog:convex",
"expo": "~54.0.20",
"expo-apple-authentication": "~8.0.7",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.16",
"expo-font": "~14.0.9",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.13",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.8",
"expo-web-browser": "~15.0.8",
"nativewind": "5.0.0-preview.2",
@@ -37,6 +47,7 @@
"react-native-reanimated": "~4.1.3",
"react-native-safe-area-context": "~5.6.1",
"react-native-screens": "~4.16.0",
"react-native-web": "~0.21.2",
"react-native-worklets": "~0.5.1",
"superjson": "2.2.3"
},