-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "solid-press",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.1.0",
"@supabase/supabase-js": "^2.49.1",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-bubble-menu": "^2.11.5",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-text-align": "^2.11.5",
"@tiptap/extension-typography": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"lucide-solid": "^0.479.0",
"nanoid": "^5.1.3",
"remark-gfm": "^4.0.1",
"solid-js": "^1.9.5",
"solid-markdown": "^2.0.14",
"solid-tiptap": "^0.7.0",
"terracotta": "^1.0.6",
"tiptap-markdown": "^0.8.10",
"vinxi": "^0.5.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.7",
"tailwindcss": "^4.0.7"
},
"engines": {
"node": ">=22"
}
}