-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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": "desktop",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "biome check .",
"clear-auth": "node scripts/clear-auth.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/google": "^1.2.7",
"@ai-sdk/openai": "^1.3.22",
"@phosphor-icons/react": "^2.1.10",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-opener": "^2",
"@toon-format/toon": "^2.1.0",
"ai": "^4.3.16",
"dotenv": "^17.2.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"spotify-web-api-node": "^5.0.2",
"zod": "3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^5.1.2",
"bun-types": "^1.3.0",
"tailwindcss": "^4.1.14",
"typescript": "~5.8.3",
"vite": "^7.3.0"
}
}