mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "../../packages/ui/src/styles/globals.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"hooks": "@/hooks",
|
|
"lib": "@/lib",
|
|
"utils": "@sonr.io/ui/lib/utils",
|
|
"ui": "@sonr.io/ui/components"
|
|
},
|
|
"iconLibrary": "lucide-react"
|
|
}
|