RN 0.85 + React 19 기반 apps/mobile-rn 프로젝트 생성. 6개 화면 이식 (Login, Dash, History, Record, Talk, Settings). @react-navigation/native + bottom-tabs 네비게이션 구성. Windows NDK CMake libc++_shared 링크 버그 워크아라운드 포함. Galaxy Fold (SM_F956N) 무선 디버깅 APK 설치 확인.
30 lines
878 B
JSON
30 lines
878 B
JSON
{
|
|
"name": "d3ro-voice-monorepo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "D3RO Voice — 멀티플랫폼 AI 음성 어시스턴트 (Monorepo)",
|
|
"author": "D3RO",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"apps/desktop",
|
|
"apps/web",
|
|
"apps/admin",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "npm run dev --workspace=@d3ro/desktop",
|
|
"build": "npm run build --workspace=@d3ro/desktop",
|
|
"typecheck": "npm run typecheck --workspaces --if-present",
|
|
"test": "npm run test --workspaces --if-present",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"format": "prettier --write \"**/*.{ts,tsx,css}\""
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
"@typescript-eslint/parser": "^8.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "^3.3.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|