-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 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
{
"name": "kadr",
"version": "0.1.0",
"description": "Kadr — GPU-accelerated multi-track video editor with AI integration",
"main": "out/main/main.js",
"author": "Black Triangle",
"license": "GPL-3.0",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"start": "electron-vite preview",
"typecheck": "tsc --noEmit -p tsconfig.web.json && tsc --noEmit -p tsconfig.node.json",
"postinstall": "electron-rebuild -f -w node-pty"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"mp4-muxer": "^5.1.5",
"mp4box": "^2.3.0",
"node-pty": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^4.4.3",
"zustand": "^4.5.5"
},
"devDependencies": {
"@electron/rebuild": "^3.7.2",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^4.3.1",
"electron": "^31.7.7",
"electron-vite": "^2.3.0",
"typescript": "^5.5.4",
"vite": "^5.4.8",
"ws": "^8.21.0"
},
"contributors": [
"Claude (Anthropic)"
]
}