Files
MyAiDesk/nomifun-tauri/ui/package.json
T
freedak f7a720204a Update: 将子项目从 submodule 转为完整内容
- 移除 GovAI, nomifun-tauri, 算力盒子 的 submodule 引用
- 添加所有子项目的完整源代码
- 保留原始 .git 为 .git.bak 备份
2026-07-04 19:20:46 +08:00

121 lines
3.6 KiB
JSON

{
"name": "@nomifun-tauri/ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:web": "vite --mode webdev",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.18.2",
"@anthropic-ai/sdk": "^0.71.2",
"@arco-design/web-react": "^2.66.1",
"@aws-sdk/client-bedrock": "^3.987.0",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/view": "^6.38.6",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "^0.27.16",
"@google/genai": "^1.16.0",
"@grammyjs/transformer-throttler": "^1.2.1",
"@icon-park/react": "^1.4.2",
"@larksuiteoapi/node-sdk": "^1.58.0",
"@modelcontextprotocol/sdk": "^1.20.0",
"@monaco-editor/react": "^4.7.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2",
"@tauri-apps/plugin-deep-link": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-notification": "^2",
"@tauri-apps/plugin-process": "^2",
"@tauri-apps/plugin-updater": "^2",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.10",
"@uiw/codemirror-extensions-langs": "^4.25.1",
"@uiw/react-codemirror": "^4.25.2",
"@wecom/aibot-node-sdk": "^1.0.6",
"@xmldom/xmldom": "^0.8.11",
"@xterm/addon-fit": "0.10.0",
"@xterm/addon-web-links": "0.11.0",
"@xterm/addon-webgl": "0.18.0",
"@xterm/xterm": "5.5.0",
"bcryptjs": "^2.4.3",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"cookie": "^1.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"croner": "^9.1.0",
"dayjs": "^1.11.18",
"diff": "^8.0.3",
"diff2html": "^3.4.55",
"dingtalk-stream": "^2.1.4",
"docx": "^9.5.1",
"electron-log": "^5.4.3",
"electron-squirrel-startup": "^1.0.1",
"eventemitter3": "^5.0.1",
"express": "^5.1.0",
"express-rate-limit": "^7.5.1",
"grammy": "^1.39.3",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.6",
"i18next": "^23.7.16",
"jsonrepair": "^3.13.0",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.22",
"mammoth": "^1.11.0",
"mermaid": "^11.13.0",
"multer": "^2.1.1",
"officeparser": "^5.2.2",
"onnxruntime-web": "^1.26.0",
"openai": "^5.12.2",
"pptx2json": "^0.0.10",
"process": "^0.11.10",
"qrcode-terminal": "^0.12.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^14.0.5",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.8.0",
"react-syntax-highlighter": "^16.1.0",
"react-virtuoso": "^4.18.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"semver": "^7.7.2",
"smol-toml": "^1.6.1",
"stream-browserify": "^3.0.0",
"streamdown": "^1.5.1",
"strip-json-comments": "^3.1.1",
"swr": "^2.3.6",
"tiny-csrf": "^1.1.6",
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2",
"web-tree-sitter": "^0.25.10",
"ws": "^8.18.3",
"xlsx-republish": "^0.20.3",
"yauzl": "^3.2.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.8.3",
"unocss": "^66.3.3",
"unocss-preset-extra": "^1.0.0",
"vite": "^6.4.1"
}
}