- V3 모바일 마스터 플랜 작성 (docs/v3/00-mobile-master-plan.md) 11개 Phase, 5주 로드맵, 전략 결정사항 확정 - 7개 디자인 HTML 레퍼런스 저장 (docs/v3/designs/) - app.json → app.config.ts 전환 + 환경변수 체계 - 5탭 네비게이션 (DASH/HIST/REC FAB/TALK/SET) - metro.config.js monorepo 격리 (root RN 0.84 충돌 해결) - ui-native 테마 디자인 목업 색상 동기화 - SafeArea 적용 (useSafeAreaInsets) - DEV 로그인 우회 (__DEV__ 전용) - Supabase .env 연동 - iOS 시뮬레이터 검증 완료
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@d3ro/mobile",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "D3RO Voice Mobile (Expo + React Native)",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@d3ro/api-client": "file:../../packages/api-client",
|
|
"@d3ro/core": "file:../../packages/core",
|
|
"@d3ro/i18n": "file:../../packages/i18n",
|
|
"@d3ro/ui-native": "file:../../packages/ui-native",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@supabase/supabase-js": "^2.45.0",
|
|
"expo": "~51.0.0",
|
|
"expo-av": "~14.0.0",
|
|
"expo-constants": "~16.0.0",
|
|
"expo-device": "~6.0.0",
|
|
"expo-linking": "~6.3.0",
|
|
"expo-notifications": "~0.28.0",
|
|
"expo-router": "~3.5.0",
|
|
"expo-secure-store": "~13.0.0",
|
|
"expo-status-bar": "~1.12.0",
|
|
"expo-web-browser": "~13.0.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.74.0",
|
|
"react-native-gesture-handler": "~2.16.0",
|
|
"react-native-reanimated": "~3.10.0",
|
|
"react-native-safe-area-context": "4.10.0",
|
|
"react-native-screens": "3.31.0",
|
|
"react-native-url-polyfill": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~18.2.0",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "~18.2.0"
|
|
}
|
|
}
|