Files
AnimeTV-Frontend/components.json
Rafi Arrafif a82e7a7424 ♻️ refactor: all codebase
Completely refactoring the entire old codebase with a new codebase. This change also altered most of the core UI from the old codebase, replacing it with Shadcn with some customizations.
2026-01-07 08:44:48 +07:00

25 lines
580 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "radix-nova",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/shared/libs/shadcn/components",
"utils": "@/shared/lib/shadcn/utils",
"ui": "@/shared/libs/shadcn/ui",
"lib": "@/shared/libs/shadcn/lib",
"hooks": "@/shared/libs/shadcn/hooks"
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}