-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
{
"name": "zassprint-file-uploader",
"version": "1.0.0",
"private": true,
"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"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/adapter-vercel": "^5.3.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"autoprefixer": "^10.4.19",
"dayjs": "^1.11.11",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-copy": "^1.4.2",
"svelte-headless-table": "^0.18.2",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"type": "module",
"dependencies": {
"@internationalized/date": "^3.5.4",
"@supabase/supabase-js": "^2.44.0",
"bits-ui": "^0.21.10",
"clsx": "^2.1.1",
"formsnap": "^1.0.1",
"lucide-svelte": "^0.397.0",
"pdf-lib": "^1.17.1",
"svelte-sonner": "^0.3.24",
"sveltekit-superforms": "^2.15.2",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"zod": "^3.23.8"
}
}