14c880123c
Expo app with dashboard, time clock, invoices, and settings — native tabs, glass UI, theme-aware components, and iOS Live Activities. Co-authored-by: Cursor <cursoragent@cursor.com>
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "beenvoice-app",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@better-auth/expo": "^1.6.19",
|
|
"@expo-google-fonts/inter": "^0.4.2",
|
|
"@expo-google-fonts/playfair-display": "^0.4.2",
|
|
"@expo/ui": "~56.0.18",
|
|
"@expo/vector-icons": "^15.1.1",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-native-community/datetimepicker": "9.1.0",
|
|
"@react-native-picker/picker": "^2.11.4",
|
|
"@tanstack/react-query": "^5.101.0",
|
|
"@trpc/client": "^11.17.0",
|
|
"@trpc/react-query": "^11.17.0",
|
|
"better-auth": "^1.6.19",
|
|
"expo": "~56.0.12",
|
|
"expo-blur": "~56.0.3",
|
|
"expo-constants": "~56.0.18",
|
|
"expo-dev-client": "~56.0.20",
|
|
"expo-font": "~56.0.7",
|
|
"expo-image": "^56.0.11",
|
|
"expo-linear-gradient": "~56.0.4",
|
|
"expo-linking": "~56.0.14",
|
|
"expo-local-authentication": "~56.0.4",
|
|
"expo-network": "^56.0.5",
|
|
"expo-router": "~56.2.11",
|
|
"expo-secure-store": "^56.0.4",
|
|
"expo-splash-screen": "~56.0.10",
|
|
"expo-status-bar": "~56.0.4",
|
|
"expo-symbols": "~56.0.6",
|
|
"expo-web-browser": "~56.0.5",
|
|
"expo-widgets": "~56.0.19",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-native": "0.85.3",
|
|
"react-native-reanimated": "4.3.1",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "4.25.2",
|
|
"react-native-svg": "15.15.4",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.8.3",
|
|
"superjson": "^2.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"react-native-svg-transformer": "^1.5.3",
|
|
"typescript": "~6.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start --dev-client --port 8082",
|
|
"android": "expo run:android --port 8082",
|
|
"ios": "expo run:ios --port 8082",
|
|
"web": "expo start --web"
|
|
},
|
|
"private": true,
|
|
"packageManager": "bun@1.3.14"
|
|
}
|