-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.63 KB
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": "tauri-template",
"version": "0.1.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@supabase/supabase-js": "^2.49.4",
"@tauri-apps/api": "^2.4.1",
"@tauri-apps/plugin-opener": "^2.2.6",
"localforage": "^1.10.0",
"lucide-svelte": "^0.487.0"
},
"devDependencies": {
"@internationalized/date": "^3.7.0",
"@lucide/svelte": "^0.487.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.20.4",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.3",
"@tauri-apps/cli": "^2.4.1",
"@vite-pwa/sveltekit": "^1.0.0",
"bits-ui": "^1.3.17",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.6.0",
"formsnap": "^2.0.0",
"mode-watcher": "^0.5.1",
"paneforge": "1.0.0-next.4",
"svelte": "^5.25.7",
"svelte-check": "^4.1.5",
"svelte-motion": "^0.12.2",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.24.1",
"tailwind-merge": "^3.1.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"vaul-svelte": "1.0.0-next.7",
"vite": "^6.2.5",
"zod": "^3.24.2"
}
}