-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.75 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
56
57
58
59
60
{
"name": "dbchef",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bun --bun vite dev",
"build": "bun --bun vite build",
"preview": "bun --bun vite preview",
"prepare": "bun --bun svelte-kit sync || echo ''",
"check": "bun --bun svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "bun --bun svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "bun --bun prettier --write .",
"lint": "prettier --check . && eslint .",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio"
},
"devDependencies": {
"@eslint/compat": "1.3.2",
"@eslint/js": "9.33.0",
"@internationalized/date": "3.8.2",
"@sveltejs/adapter-auto": "6.0.2",
"@sveltejs/kit": "2.27.3",
"@sveltejs/vite-plugin-svelte": "6.1.1",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@tailwindcss/vite": "4.1.11",
"@types/bun": "1.2.19",
"@types/node": "24.2.1",
"better-auth": "1.3.4",
"bits-ui": "2.8.6",
"drizzle-kit": "0.31.4",
"drizzle-orm": "0.44.4",
"eslint": "9.33.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-svelte": "3.11.0",
"formsnap": "2.0.1",
"globals": "16.3.0",
"mode-watcher": "1.0.8",
"prettier": "3.6.2",
"prettier-plugin-svelte": "3.4.0",
"prettier-plugin-tailwindcss": "0.6.14",
"svelte": "5.38.0",
"svelte-check": "4.3.1",
"svelte-sonner": "1.0.5",
"sveltekit-superforms": "2.26.1",
"tailwind-variants": "2.1.0",
"tailwindcss": "4.1.11",
"typescript": "5.9.2",
"typescript-eslint": "8.39.0",
"vite": "7.1.1",
"vite-plugin-devtools-json": "0.4.1"
},
"dependencies": {},
"trustedDependencies": [
"@tailwindcss/oxide"
]
}