-
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.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 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": "Calus",
"version": "0.1.0",
"description": "The open-source control plane for coding agents",
"scripts": {
"dev": "vite",
"build": "vite build",
"tauri": "tauri",
"typecheck": "tsc --noEmit"
},
"keywords": [
"ai",
"agents",
"observability"
],
"license": "Apache-2.0",
"dependencies": {
"@biomejs/biome": "^1.9.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-store": "^2.4.2",
"@xterm/addon-clipboard": "^0.2.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-serialize": "^0.14.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"highlight.js": "^11.11.1",
"lefthook": "^1.6.0",
"turbo": "^2.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.3.3",
"vite": "^8.0.3"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}