-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 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": "rustmius",
"private": true,
"version": "1.6.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "vue-tsc --noEmit",
"knip": "knip"
},
"dependencies": {
"@iconify/vue": "^5.0.0",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/vue-table": "^8.21.3",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-shell": "^2.3.1",
"@tauri-apps/plugin-store": "^2.4.0",
"@unovis/ts": "^1.6.1",
"@unovis/vue": "^1.6.1",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^14.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.6.0",
"lucide-vue-next": "^0.553.0",
"pinia": "^3.0.3",
"reka-ui": "^2.5.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.13",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.9",
"zod": "^4.1.9"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.2",
"@types/bun": "^1.2.22",
"@types/node": "^24.5.2",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/coverage-v8": "4.0.8",
"happy-dom": "^20.0.10",
"jsdom": "^27.1.0",
"knip": "^5.64.0",
"typescript": "~5.9.0",
"vite": "^7.0.0",
"vitest": "^4.0.8",
"vue-tsc": "^3.0.0"
}
}