mobileapp / package.json
Antaram Dev Bot
feat: complete ANTARAM.ORG ride-sharing app frontend
5c876be
{
"name": "antaram-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",
"db:generate": "drizzle-kit generate",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"expo": "~52.0.0",
"expo-sqlite": "~15.0.0",
"expo-location": "~18.0.0",
"expo-notifications": "~0.29.0",
"expo-splash-screen": "~0.29.0",
"expo-status-bar": "~2.0.0",
"expo-file-system": "~18.0.0",
"expo-image-picker": "~16.0.0",
"expo-linking": "~7.0.0",
"expo-web-browser": "~14.0.0",
"react": "18.3.1",
"react-native": "0.76.0",
"react-native-paper": "^5.15.0",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "~4.0.0",
"react-native-gesture-handler": "~2.20.0",
"react-native-reanimated": "~3.16.0",
"react-native-webview": "13.12.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/drawer": "^7.0.0",
"drizzle-orm": "^0.38.0",
"zustand": "^5.0.0",
"@react-native-google-signin/google-signin": "^13.0.0",
"react-native-uuid": "^2.0.2",
"date-fns": "^4.1.0"
},
"devDependencies": {
"typescript": "~5.6.0",
"drizzle-kit": "^0.30.0",
"@types/react": "~18.3.0",
"prettier": "^3.4.0",
"eslint": "^9.0.0"
}
}