-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "ergo-svelte5-template",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@internationalized/date": "^3.5.6",
"@lucide/svelte": "^0.511.0",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.21.1",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"bits-ui": "^2.3.0",
"clsx": "^2.1.1",
"mode-watcher": "0.5.1",
"svelte": "^5.33.10",
"svelte-check": "^4.0.0",
"svelte-sonner": "^1.0.1",
"tailwind-merge": "^3.0.2",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.2",
"typescript": "^5.0.0",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^6.2.6"
},
"dependencies": {
"@fleet-sdk/core": "^0.9.1",
"@sveltejs/adapter-vercel": "^5.7.2",
"motion": "^12.15.0",
"svelte-toolbelt": "^0.9.1"
}
}