index.json — ui Source File
Architecture documentation for index.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "index",
"dependencies": [
"class-variance-authority",
"lucide-react",
"radix-ui"
],
"devDependencies": [
"tw-animate-css",
"shadcn"
],
"registryDependencies": [
"utils"
],
"files": [],
"cssVars": {},
"css": {
"@import \"shadcn/tailwind.css\"": {}
},
"type": "registry:style"
}
Source
Frequently Asked Questions
What does index.json do?
index.json is a source file in the ui codebase, written in json.
Where is index.json in the architecture?
index.json is located at apps/v4/public/r/styles/new-york-v4/index.json (directory: apps/v4/public/r/styles/new-york-v4).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free