-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "clai",
"private": true,
"version": "26.4.16",
"description": "Desktop multi-agent orchestration and monitoring app with MCP-native tools",
"author": "juacker",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/juacker/clai"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-updater": "^2",
"@xyflow/react": "^12.10.0",
"d3": "^7.9.0",
"immer": "^11.1.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.6",
"react-router-dom": "^7.9.5",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1",
"zustand": "^5.0.10"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-react": "^5.1.0",
"vite": "^7.1.12",
"vite-plugin-singlefile": "^2.3.2"
}
}