-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 929 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 929 Bytes
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
{
"name": "voicecode",
"version": "0.1.0",
"description": "Voice-first vibe coding — code from anywhere, hands-free",
"main": "out/main/index.js",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"preview": "electron-vite preview",
"package": "electron-builder"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.88",
"@anthropic-ai/sdk": "^0.39.0",
"electron-log": "^5.4.3",
"electron-store": "^10.0.0",
"openai": "^4.73.0",
"vite": "^5.4.21"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.0",
"electron": "^33.0.0",
"electron-builder": "^25.0.0",
"electron-vite": "^2.3.0",
"postcss": "^8.4.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0"
}
}