Files
platform-prototype/package.json
T
liuyunqinandClaude Opus 4.8 2abe9ba8bc chore: 全量排查修复PRD+新增页面+移除node_modules追踪
- health-monitor PRD 全量排查与一致性修复(91页逐一核对)
- 新增穿戴监测运维中心告警页面(心率/血氧/体温/压力)
- 新增单位人群状态详情页面
- 体重管理模块页面优化
- 新增/更新大量页面截图
- 新增 .gitignore 排除 node_modules/.idea/
- 从 git 追踪中移除 node_modules (本地保留)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 11:07:39 +08:00

20 lines
373 B
JSON

{
"name": "platform-prototype",
"version": "1.0.0",
"main": "server.js",
"devDependencies": {
"puppeteer": "^24.43.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"playwright": "^1.60.0"
}
}