-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.6 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
44
45
46
47
48
49
50
51
{
"name": "mello-voice",
"private": true,
"version": "1.0.16",
"license": "MIT",
"type": "module",
"scripts": {
"setup:whisper": "node scripts/setup-whisper-assets.mjs",
"dev": "vite --force",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "vitest run",
"test:watch": "vitest",
"verify": "npm run test && npm run build && cargo test --manifest-path src-tauri/Cargo.toml",
"version:bump": "node scripts/bump-version.mjs",
"release:prepare": "node scripts/prepare-release.mjs",
"release:publish": "node scripts/publish-release.mjs",
"release:patch-landing": "node scripts/patch-landing-download-links.mjs",
"landing:pages-setup": "node scripts/setup-landing-pages.mjs"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^25.7.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vitest": "^3.2.4"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-positioner": "^2.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shadcn": "^4.7.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"vaul": "^1.1.2"
}
}