-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.3 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
{
"name": "claude-terminal",
"version": "1.0.0",
"description": "Electron wrapper for Claude Code CLI",
"main": "./out/main/index.js",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"preview": "electron-vite preview",
"rebuild": "npx @electron/rebuild -f -w node-pty"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/merge": "^6.12.0",
"@codemirror/search": "^6.6.0",
"@uiw/codemirror-theme-tokyo-night-storm": "^4.25.4",
"@uiw/react-codemirror": "^4.25.4",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"node-pty": "^1.1.0",
"react": "^19.0.0",
"react-arborist": "^3.4.3",
"react-dom": "^19.0.0",
"react-resizable-panels": "^4.6.2"
},
"devDependencies": {
"@electron/rebuild": "^4.0.3",
"@vitejs/plugin-react": "^4.3.0",
"electron": "^34.0.0",
"electron-vite": "^3.0.0"
}
}