mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
27 lines
527 B
JSON
27 lines
527 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "radix-vega",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/styles.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "phosphor",
|
|
"menuColor": "default",
|
|
"menuAccent": "subtle",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/utils",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"registries": {
|
|
"@animate-ui": "https://animate-ui.com/r/{name}.json"
|
|
}
|
|
}
|