2025-08-20 04:12:49 -06:00

17 lines
524 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "code-editor",
"type": "registry:ui",
"title": "Code Editor",
"description": "A code editor component featuring syntax highlighting and animation.",
"dependencies": ["motion", "shiki"],
"registryDependencies": ["https://animate-ui.com/r/copy-button"],
"files": [
{
"path": "registry/components/code-editor/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/components/code-editor.tsx"
}
]
}