2d8be8f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "tauri": "tauri" }, "devDependencies": { "@tauri-apps/cli": "2.9.6", "typescript": "^5.7.3", "vite": "^7.0.7" } }