-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.87 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
61
62
63
64
65
66
67
68
{
"name": "munbun",
"private": true,
"version": "0.0.2",
"type": "module",
"packageManager": "yarn@4.12.0",
"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": {
"@fontsource-variable/inter": "^5.2.8",
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^1.17.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.63.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/vite": "^4.3.0",
"@types/better-sqlite3": "^7.6.13",
"@types/luxon": "^3",
"@types/mjml": "^5.0.0",
"@types/node": "^25.9.2",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.10",
"mode-watcher": "^1.1.0",
"shadcn-svelte": "^1.3.0",
"svelte": "^5.56.1",
"svelte-check": "^4.6.0",
"svelte-sonner": "^1.1.1",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vite": "^8.0.16"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.12.3",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.1",
"@hono/oauth-providers": "^0.8.5",
"@hono/zod-validator": "^0.8.0",
"@paralleldrive/cuid2": "^3.3.0",
"@sinclair/typebox": "^0.34.49",
"@types/nodemailer": "^8.0.0",
"better-sqlite3": "^12.10.0",
"codemirror": "^6.0.2",
"drizzle-orm": "^0.45.2",
"hono": "^4.12.25",
"jose": "^6.2.3",
"luxon": "^3.7.2",
"mjml": "^5.3.0",
"nodemailer": "^8.0.10",
"resend": "^6.12.4",
"runed": "^0.37.1",
"shiki": "^4.2.0",
"uplot": "^1.6.32",
"zod": "^4.4.3"
}
}