-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathregistry.json
More file actions
53 lines (53 loc) · 1.65 KB
/
registry.json
File metadata and controls
53 lines (53 loc) · 1.65 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
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "@pages-cms/editor",
"homepage": "https://github.com/pages-cms/editor",
"items": [
{
"name": "editor",
"type": "registry:component",
"title": "Editor",
"description": "A format-aware HTML/Markdown editor built on TipTap.",
"dependencies": [
"lucide-react",
"@tiptap/core",
"@tiptap/extension-placeholder",
"@tiptap/extension-image",
"@tiptap/extension-link",
"@tiptap/extension-table",
"@tiptap/extension-table-cell",
"@tiptap/extension-table-header",
"@tiptap/extension-table-row",
"@tiptap/extension-underline",
"@tiptap/markdown",
"@tiptap/pm",
"@tiptap/react",
"@tiptap/starter-kit",
"@tiptap/suggestion",
"tippy.js"
],
"files": [
{
"path": "registry/default/editor/editor.tsx",
"type": "registry:component",
"target": "components/ui/editor/index.tsx"
},
{
"path": "registry/default/editor/slash-command/commands.ts",
"type": "registry:component",
"target": "components/ui/editor/slash-command/commands.ts"
},
{
"path": "registry/default/editor/slash-command/commands-list.tsx",
"type": "registry:component",
"target": "components/ui/editor/slash-command/commands-list.tsx"
},
{
"path": "registry/default/editor/slash-command/suggestion.tsx",
"type": "registry:component",
"target": "components/ui/editor/slash-command/suggestion.tsx"
}
]
}
]
}