-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
56 lines (56 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
56
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build",
"updater": "tsx scripts/updater",
"postinstall": "simple-git-hooks",
"preinstall": "npx only-allow pnpm",
"web:dev": "vite",
"web:build": "vue-tsc --noEmit && vite build"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"@vueuse/core": "^11.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"disable-devtool": "^0.3.7",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.441.0",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart#v1",
"valibot": "^0.41.0",
"vue": "^3.5.4",
"vue-request": "^2.0.4"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@antfu/eslint-config": "3.6.0",
"@tauri-apps/cli": "^1.6.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.11",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.4",
"vue-tsc": "^2.1.6"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
}
}