-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.47 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.47 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
52
53
54
55
56
{
"name": "jona-whisper",
"private": true,
"version": "0.2.0",
"license": "GPL-3.0-or-later",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"tauri": "tauri",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:screenshots": "npx tsx src/stories/capture.ts",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@tanstack/vue-virtual": "^3.13.19",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-clipboard-manager": "^2",
"@vueuse/core": "^14.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diff": "^8.0.3",
"lucide-vue-next": "^0.575.0",
"pinia": "^3",
"reka-ui": "^2.8.2",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.25",
"vue-i18n": "^11",
"vue-router": "^4"
},
"devDependencies": {
"@histoire/plugin-vue": "^1.0.0-beta.1",
"@tauri-apps/cli": "^2.10.0",
"@types/diff": "^7.0.2",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vitest/coverage-v8": "^4.0.18",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"autoprefixer": "^10",
"happy-dom": "^20.8.3",
"histoire": "^1.0.0-beta.1",
"playwright": "^1.58.2",
"postcss": "^8",
"tailwindcss": "^3",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"vue-tsc": "^3.1.5"
}
}