hololake-system-architecture/product-source/hololake-native-desktop/package.json
冰朔 add00a0377 fix: integrate language channel through numbered IPC and isolate education module
正向合并正律化(2026-08-20):
- 语言人格频道与执行手脚训练按编号 IPC 正律接入(MOD-0035/0036,OP-0158..0163),
  剥离直连 tauri::command,恢复单一 numbered 网关铁律
- 教育模块按冰朔谕与 2026-08-19 隔离回执整体移出(证据归隔离区),留空模块占位
- 光湖主域门户挂公告与版本中心(冰朔要求的公告与版本更新主阵地)
- 知识工作台内嵌共同工作频道(PersonaChannelBody embedded + knowledgeFocus)
- foundation/stage-one 合同补聊天运行时验收声明;版本对齐 0.9.1
- 测试名册计数与断言更新至合并后现实:JS 180/180,Rust 194/194
2026-08-20 12:23:02 +08:00

45 lines
No EOL
1.3 KiB
JSON

{
"name": "hololake-native-desktop",
"private": true,
"version": "0.9.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"test": "node --test scripts/*.test.mjs system-integrations/codex-host-bridge/tests/*.test.mjs",
"test:codex-host-bridge": "node --test system-integrations/codex-host-bridge/tests/*.test.mjs",
"release:macos": "node scripts/release-pipeline.mjs",
"tauri": "tauri"
},
"dependencies": {
"@fortune-sheet/react": "1.0.4",
"@lexical/history": "0.49.0",
"@lexical/list": "0.49.0",
"@lexical/markdown": "0.49.0",
"@lexical/react": "0.49.0",
"@lexical/rich-text": "0.49.0",
"@lexical/selection": "0.49.0",
"@lexical/utils": "0.49.0",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-process": "2.3.1",
"@tauri-apps/plugin-updater": "2.10.0",
"dompurify": "^3.4.13",
"lexical": "0.49.0",
"marked": "^16.4.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"@tanstack/react-table": "8.21.3"
},
"devDependencies": {
"@tauri-apps/cli": "2.10.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"typescript": "~5.9.3",
"vite": "^7.3.5",
"vitest": "^4.0.18"
},
"overrides": {
"uuid": "11.1.1"
}
}