-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.61 KB
/
package.json
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
57
58
{
"name": "homestream",
"private": true,
"version": "1.0.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-fs": "2.2.0",
"@tauri-apps/plugin-http": "2.2.0",
"@tauri-apps/plugin-notification": "2.2.0",
"@tauri-apps/plugin-process": "2.2.0",
"@tauri-apps/plugin-store": "2.2.0",
"@tauri-apps/plugin-updater": "2.3.0",
"@tauri-apps/plugin-websocket": "2.2.0",
"@tauri-apps/plugin-window-state": "2.2.0",
"@vee-validate/zod": "^4.14.7",
"@vueuse/components": "12.0.0",
"@vueuse/core": "12.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "8.5.1",
"jassub": "^1.7.17",
"lucide-vue-next": "0.468.0",
"pinia": "^2.3.0",
"radix-vue": "1.9.11",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-pinia": "^0.8.2",
"vee-validate": "^4.14.7",
"vue": "3.5.13",
"vue-i18n": "10.0.5",
"vue-router": "^4.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@intlify/eslint-plugin-vue-i18n": "3.2.0",
"@tauri-apps/cli": "2.1.0",
"@types/node": "22.10.2",
"@vitejs/plugin-vue": "5.2.1",
"autoprefixer": "^10.4.20",
"eslint": "9.17.0",
"eslint-plugin-vue": "9.32.0",
"globals": "^15.13.0",
"prettier": "3.4.2",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"vite": "5.4.11",
"vue-tsc": "2.1.10"
}
}