-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.99 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
{
"name": "zai",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"deploy": "vite build && wrangler deploy"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@vite-pwa/sveltekit": "^0.6.5",
"mdsvex": "^0.12.3",
"svelte": "^5.0.0",
"tailwindcss": "^4.0.0",
"vite": "^7.0.4"
},
"dependencies": {
"@supabase/supabase-js": "^2.52.1",
"@tiptap/core": "^3.0.7",
"@tiptap/extension-blockquote": "^3.0.7",
"@tiptap/extension-bold": "^3.0.7",
"@tiptap/extension-bubble-menu": "^3.0.7",
"@tiptap/extension-bullet-list": "^3.0.7",
"@tiptap/extension-code": "^3.0.7",
"@tiptap/extension-code-block": "^3.0.7",
"@tiptap/extension-collaboration": "^3.0.7",
"@tiptap/extension-document": "^3.0.7",
"@tiptap/extension-dropcursor": "^3.0.7",
"@tiptap/extension-gapcursor": "^3.0.7",
"@tiptap/extension-hard-break": "^3.0.7",
"@tiptap/extension-heading": "^3.0.7",
"@tiptap/extension-horizontal-rule": "^3.0.7",
"@tiptap/extension-italic": "^3.0.7",
"@tiptap/extension-link": "^3.0.7",
"@tiptap/extension-list-item": "^3.0.7",
"@tiptap/extension-list-keymap": "^3.0.7",
"@tiptap/extension-mention": "^3.0.7",
"@tiptap/extension-ordered-list": "^3.0.7",
"@tiptap/extension-paragraph": "^3.0.7",
"@tiptap/extension-placeholder": "^3.0.7",
"@tiptap/extension-strike": "^3.0.7",
"@tiptap/extension-task-item": "^3.0.7",
"@tiptap/extension-task-list": "^3.0.7",
"@tiptap/extension-text": "^3.0.7",
"@tiptap/pm": "^3.0.7",
"@tiptap/suggestion": "^3.0.7",
"chrono-node": "^2.8.3",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.40.1",
"tippy.js": "^6.3.7",
"workbox-window": "^7.0.0",
"y-indexeddb": "^9.0.12",
"y-protocols": "^1.0.6",
"yjs": "^13.6.27"
}
}