mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
50ba37a27f
* chore(release): v5.1.0 * feat: implement resume thumbnails * fix: remove unused mcp tools * docs: fix formatting of docs
26 lines
604 B
JSON
26 lines
604 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "base-nova",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "../../packages/ui/src/styles/globals.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "phosphor",
|
|
"aliases": {
|
|
"components": "@reactive-resume/ui/components",
|
|
"utils": "@reactive-resume/utils/style",
|
|
"hooks": "@reactive-resume/ui/hooks",
|
|
"lib": "@reactive-resume/utils",
|
|
"ui": "@reactive-resume/ui/components"
|
|
},
|
|
"rtl": true,
|
|
"menuColor": "default-translucent",
|
|
"menuAccent": "subtle",
|
|
"registries": {}
|
|
}
|