6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "quixzoom-mobile",
|
|
"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-navigation/bottom-tabs": "^7.15.7",
|
|
"@react-navigation/native": "^7.2.0",
|
|
"@react-navigation/native-stack": "^7.14.7",
|
|
"@supabase/supabase-js": "^2.100.0",
|
|
"@tanstack/react-query": "^5.95.2",
|
|
"expo": "~55.0.8",
|
|
"expo-camera": "~55.0.10",
|
|
"expo-image-picker": "~55.0.13",
|
|
"expo-linking": "~7.1.4",
|
|
"expo-location": "~55.1.4",
|
|
"expo-notifications": "^0.30.7",
|
|
"expo-secure-store": "~55.0.9",
|
|
"expo-status-bar": "~55.0.4",
|
|
"react": "19.2.0",
|
|
"react-native": "0.83.2",
|
|
"react-native-gesture-handler": "~2.30.0",
|
|
"react-native-maps": "^1.27.2",
|
|
"react-native-safe-area-context": "^5.7.0",
|
|
"react-native-screens": "~4.23.0",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|