components.json — ui Source File
Architecture documentation for components.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
Source
Frequently Asked Questions
What does components.json do?
components.json is a source file in the ui codebase, written in json.
Where is components.json in the architecture?
components.json is located at packages/shadcn/test/fixtures/vite-with-tailwind/components.json (directory: packages/shadcn/test/fixtures/vite-with-tailwind).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free