forked from njgheorghita/trin-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
{
"name": "trin-desktop",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint . --fix --ignore-pattern .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-icons/vue": "^1.0.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.0.0",
"@tauri-apps/plugin-log": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-store": "^2.1.0",
"@tauri-apps/plugin-updater": "^2.0.0",
"@vee-validate/zod": "^4.14.4",
"@vueuse/core": "^11.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.453.0",
"radix-vue": "^1.9.7",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.14.4",
"vue": "^3.3.4",
"vue-hook-form": "^0.0.4",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.10",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/radix-icons": "^1.2.1",
"@iconify/vue": "^4.1.2",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^10.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"shadcn-vue": "^0.11.0",
"tailwindcss": "^3.4.14",
"vite": "^5.3.1"
}
}