-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "kalba",
"private": true,
"version": "0.3.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@mozilla/readability": "^0.5.0",
"@radix-icons/vue": "^1.0.0",
"@tauri-apps/api": "2.0.0-rc.3",
"@tauri-apps/plugin-clipboard-manager": "2.0.0-rc.0",
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
"@tauri-apps/plugin-fs": "github:tauri-apps/tauri-plugin-fs#v2",
"@tauri-apps/plugin-shell": "2.0.0-rc.0",
"@unovis/ts": "^1.4.4",
"@unovis/vue": "^1.4.4",
"@vueuse/core": "^10.11.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dompurify": "^3.1.6",
"lucide-vue": "^0.316.0",
"lucide-vue-next": "^0.312.0",
"radix-vue": "^1.9.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vue-sonner": "^1.1.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@tauri-apps/cli": "2.0.0-rc.6",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.15.0",
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.10",
"tw-colors": "^3.3.2",
"typescript": "^5.5.4",
"vite": "^4.5.3",
"vue-tsc": "^2.0.29"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}