-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "tauriv2-vue-desktop-starter",
"type": "module",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"vite:dev": "vite dev",
"vite:build": "vite build",
"clean": "rm -rf node_modules dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"tauri": "tauri",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-store": "^2.2.0",
"@vueuse/core": "^12.5.0",
"class-variance-authority": "^0.7.1",
"lucide-vue-next": "^0.474.0",
"pinia": "^2.3.1",
"radix-vue": "^1.9.13",
"vue": "^3.5.13",
"vue-i18n": "^11.1.0",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.1",
"@iconify/vue": "^4.3.0",
"@tauri-apps/cli": "^2.2.7",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.19.0",
"eslint-plugin-format": "^1.0.1",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}