- 配置 pnpm workspace monorepo 基础结构 - 初始化 .blueprint/ 蓝图:6 个业务模块、21 张任务卡 - 目标:Z Fold 6 折叠屏不动产物品摸底统计 App(React Native + Expo) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"name": "react-phone-apps",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm -r --filter './apps/**' dev",
|
|
"build": "pnpm -r --filter './apps/**' build",
|
|
"lint": "pnpm -r lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=18",
|
|
"pnpm": ">=8"
|
|
}
|
|
}
|