-
-
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.4.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.0.3",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-store": "^2.1.0",
"@vueuse/core": "^11.1.0",
"class-variance-authority": "^0.7.0",
"lucide-vue-next": "^0.454.0",
"pinia": "^2.2.4",
"radix-vue": "^1.9.8",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@iconify/vue": "^4.1.2",
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^22.8.2",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
}
}