- NestJS backend: auth, restaurants, orders, drivers, payments, tracking, reviews, zones, admin, email - Next.js 14 frontend: landing, restaurants, checkout, tracking, dashboards, onboarding - Expo mobile app: driver orders and earnings screens - PostgreSQL + PostGIS schema with seed data - Docker Compose for local dev (Postgres, Redis, OSRM) - MapLibre GL + OpenStreetMap integration - Stripe subscription and payment processing Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@vibe/mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~51.0.0",
|
|
"expo-router": "~3.5.0",
|
|
"expo-location": "~17.0.1",
|
|
"expo-status-bar": "~1.12.1",
|
|
"expo-font": "~12.0.7",
|
|
"react": "18.2.0",
|
|
"react-native": "0.74.1",
|
|
"react-native-maps": "1.14.0",
|
|
"@stripe/stripe-react-native": "0.37.2",
|
|
"socket.io-client": "^4.6.2",
|
|
"axios": "^1.6.7",
|
|
"zustand": "^4.5.0",
|
|
"@react-navigation/native": "^6.1.17",
|
|
"@react-navigation/bottom-tabs": "^6.5.20",
|
|
"@react-navigation/stack": "^6.3.29",
|
|
"react-native-safe-area-context": "4.10.1",
|
|
"react-native-screens": "3.31.1",
|
|
"react-native-gesture-handler": "~2.16.1",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"nativewind": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@types/react": "~18.2.79",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|