mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-03 01:18:38 +00:00
23 lines
452 B
JSON
23 lines
452 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "style",
|
|
"type": "registry:style",
|
|
"author": "shadcn (https://ui.shadcn.com)",
|
|
"dependencies": [
|
|
"tailwindcss-animate",
|
|
"class-variance-authority",
|
|
"lucide-react"
|
|
],
|
|
"registryDependencies": [
|
|
"utils"
|
|
],
|
|
"files": [],
|
|
"tailwind": {
|
|
"config": {
|
|
"plugins": [
|
|
"require(\"tailwindcss-animate\")"
|
|
]
|
|
}
|
|
},
|
|
"cssVars": {}
|
|
} |