mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-08-29 00:41:11 +08:00
27 lines
592 B
JSON
27 lines
592 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "base-vega",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/assets/styles/theme.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "tabler",
|
|
"aliases": {
|
|
"components": "src/components",
|
|
"utils": "@/utils/styles/utils",
|
|
"ui": "src/components/ui/base-ui",
|
|
"lib": "src/utils/styles",
|
|
"hooks": "src/hooks"
|
|
},
|
|
"menuColor": "default",
|
|
"menuAccent": "subtle",
|
|
"registries": {
|
|
"@reui": "https://reui.io/r/{name}.json"
|
|
}
|
|
}
|