generated from shadcn-ui/registry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
111 lines (111 loc) · 3.36 KB
/
registry.json
File metadata and controls
111 lines (111 loc) · 3.36 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
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
107
108
109
110
111
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "Substack-React",
"homepage": "https://substack-react.nathancolosimo.com",
"items": [
{
"name": "post-utils",
"type": "registry:lib",
"title": "Post Utils",
"description": "Post Utils for fetching and validation posts",
"dependencies": ["zod"],
"files": [
{
"path": "registry/lib/post-types.ts",
"type": "registry:lib"
},
{
"path": "registry/lib/posts.ts",
"type": "registry:lib"
}
]
},
{
"name": "post-card-display",
"type": "registry:component",
"title": "Post Card Display",
"description": "Post Card Display for displaying a post",
"dependencies": ["lucide-react"],
"registryDependencies": ["item", "button", "https://substack-react.nathancolosimo.com/r/post-utils.json"],
"files": [
{
"path": "registry/components/post-card-display.tsx",
"type": "registry:component"
}
]
},
{
"name": "post-card",
"type": "registry:component",
"title": "Post Card",
"description": "Post Card for displaying a post",
"dependencies": ["lucide-react"],
"registryDependencies": ["item", "button", "https://substack-react.nathancolosimo.com/r/post-card-display.json"],
"files": [
{
"path": "registry/components/post-card.tsx",
"type": "registry:component"
}
]
},
{
"name": "post-list",
"type": "registry:component",
"title": "Post List",
"description": "Post List for displaying a list of posts",
"dependencies": ["lucide-react"],
"registryDependencies": ["item", "button", "https://substack-react.nathancolosimo.com/r/post-card-display.json", "https://substack-react.nathancolosimo.com/r/profile-utils.json"],
"files": [
{
"path": "registry/components/post-list.tsx",
"type": "registry:component"
}
]
},
{
"name": "profile-utils",
"type": "registry:lib",
"title": "Profile Utils",
"description": "Profile Utils for fetching and validation profiles",
"dependencies": ["zod"],
"files": [
{
"path": "registry/lib/profile-types.ts",
"type": "registry:lib"
},
{
"path": "registry/lib/profile.ts",
"type": "registry:lib"
}
]
},
{
"name": "profile-display",
"type": "registry:component",
"title": "Profile Display",
"description": "Profile Display for displaying a profile",
"dependencies": ["lucide-react"],
"registryDependencies": ["item", "button", "https://substack-react.nathancolosimo.com/r/profile-utils.json"],
"files": [
{
"path": "registry/components/profile-display.tsx",
"type": "registry:component"
}
]
},
{
"name": "profile",
"type": "registry:component",
"title": "Profile",
"description": "Profile for displaying a profile",
"dependencies": ["lucide-react"],
"registryDependencies": ["item", "button", "https://substack-react.nathancolosimo.com/r/profile-display.json"],
"files": [
{
"path": "registry/components/profile.tsx",
"type": "registry:component"
}
]
}
]
}