-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.24 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "munbun",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev --port 5175",
"build": "tsx ./src/hooks.server.ts && 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",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@types/better-sqlite3": "^7.6.11",
"@types/mjml": "^4.7.4",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/tinycolor2": "^1.4.6",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.22.0",
"clsx": "^2.1.1",
"drizzle-kit": "^0.22.0",
"sass": "^1.83.0",
"sass-embedded": "^1.83.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-preprocess-react": "^2.0.5",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.9",
"tsx": "^4.19.2",
"typescript": "^5.0.0",
"vite": "^5.4.11"
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@hono/node-server": "^1.13.7",
"@hono/oauth-providers": "^0.6.2",
"@hono/swagger-ui": "^0.5.0",
"@hono/zod-openapi": "^0.18.3",
"@hono/zod-validator": "^0.4.2",
"@paralleldrive/cuid2": "^2.2.2",
"@prettier/plugin-xml": "^3.4.1",
"@react-email/components": "^0.0.31",
"@react-email/render": "^1.0.3",
"@tiptap/core": "^2.10.4",
"@tiptap/extension-color": "^2.10.4",
"@tiptap/extension-document": "^2.10.4",
"@tiptap/extension-dropcursor": "^2.10.4",
"@tiptap/extension-focus": "^2.10.4",
"@tiptap/extension-heading": "^2.10.4",
"@tiptap/extension-highlight": "^2.10.4",
"@tiptap/extension-horizontal-rule": "^2.10.4",
"@tiptap/extension-image": "^2.10.4",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/extension-list-item": "^2.10.4",
"@tiptap/extension-mention": "^2.10.4",
"@tiptap/extension-paragraph": "^2.10.4",
"@tiptap/extension-placeholder": "^2.10.4",
"@tiptap/extension-task-item": "^2.10.4",
"@tiptap/extension-task-list": "^2.10.4",
"@tiptap/extension-text-align": "^2.10.4",
"@tiptap/extension-text-style": "^2.10.4",
"@tiptap/extension-typography": "^2.10.4",
"@tiptap/extension-underline": "^2.10.4",
"@tiptap/pm": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"@tiptap/suggestion": "^2.10.4",
"arctic": "^2.3.3",
"better-sqlite3": "^11.1.2",
"codemirror": "^6.0.1",
"drizzle-orm": "^0.33.0",
"hono": "^4.6.15",
"jose": "^5.9.6",
"lowlight": "^2.9.0",
"lucide-svelte": "^0.469.0",
"mjml": "^4.15.3",
"mode-watcher": "^0.5.0",
"nodemailer": "^6.9.16",
"ohm-js": "^17.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"resend": "^4.0.1",
"shiki": "^1.24.4",
"svelte-sonner": "^0.3.28",
"svelte-tiptap": "^2.1.0",
"thememirror": "^2.0.1",
"tinycolor2": "^1.6.0",
"tippy.js": "^6.3.7",
"y-partykit": "0.0.0-1f86d17",
"y-protocols": "^1.0.5",
"yjs": "13.5.50",
"zod": "^3.24.1"
}
}