forked from DevCloudFE/matechat-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
69 lines (69 loc) · 1.48 KB
/
registry.json
File metadata and controls
69 lines (69 loc) · 1.48 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
69
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "matechat",
"homepage": "https://matechat.noctisynth.org",
"items": [
{
"name": "button",
"type": "registry:block",
"title": "Button",
"description": "MateChat Button",
"files": [
{
"path": "src/button.tsx",
"type": "registry:component"
}
]
},
{
"name": "sender",
"type": "registry:block",
"title": "Sender",
"description": "MateChat Sender",
"files": [
{
"path": "src/sender.tsx",
"type": "registry:component"
}
]
},
{
"name": "prompt",
"type": "registry:block",
"title": "Prompt",
"description": "MateChat Prompt",
"files": [
{
"path": "src/prompt.tsx",
"type": "registry:component"
}
]
},
{
"name": "bubble",
"type": "registry:block",
"title": "Bubble",
"description": "MateChat Bubble",
"files": [
{
"path": "src/bubble/index.tsx",
"type": "registry:component"
},
{
"path": "src/bubble/markdown.tsx",
"type": "registry:component"
},
{
"path": "src/bubble/hooks.tsx",
"type": "registry:component"
}
],
"dependencies": [
"react-markdown",
"remark-gfm",
"remark-math",
"react-syntax-highlighter"
]
}
]
}