hololake-system-architecture/product-source/hololake-native-desktop/package.json
冰朔 dd1375f089 merge: star-abyss canonical main + language persona chat workbench
正向合并修正:main(f8c8db4 星渊编号验证正版基座)为体,
并入实例1的语言人格频道真聊天(persona_language_channel 直连命令+API发现)、
执行手脚训练运行时、标准工作台双投影层(人类界面/执行界面)与公告版本中心。
版本 0.9.1。修正 2026-08-20 桌面 0.9.0 误从 8-17 旧基线构建的合并错误。
2026-08-20 11:56:38 +08:00

45 lines
No EOL
1.3 KiB
JSON

{
"name": "hololake-native-desktop",
"private": true,
"version": "0.5.0",
"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"
}
}