27de28a487
根目录统一管理九个 workspace 与唯一 lockfile 迁移 CI、Jenkins 和容器的根目录单次 npm ci 补齐 hoist 兼容、版本校验与 workspace 门禁 同步依赖边界方案、运维文档和长期记忆
22 lines
457 B
JSON
22 lines
457 B
JSON
{
|
|
"name": "@genarrative/shared",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"lucide-react": "^0.546.0",
|
|
"qrcode": "^1.5.4",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/react": "^19.2.14",
|
|
"vitest": "^0.34.6"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0"
|
|
}
|
|
}
|