38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "roadtrip-dj",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/bottom-tabs": "^7.15.12",
|
|
"@react-navigation/material-top-tabs": "^7.4.25",
|
|
"@react-navigation/native": "^7.2.3",
|
|
"@react-navigation/native-stack": "^7.14.13",
|
|
"@supabase/supabase-js": "^2.105.4",
|
|
"expo": "~54.0.33",
|
|
"expo-auth-session": "~7.0.11",
|
|
"expo-crypto": "~15.0.9",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-web-browser": "~15.0.11",
|
|
"lucide-react-native": "^1.14.0",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-pager-view": "6.9.1",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-url-polyfill": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|