Files
linkwarden-browser-extension/components.json
T
Jordan Higuera Higuera b1dc8e274c Initial commit
2023-08-07 01:27:28 -07:00

16 lines
330 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "src/@/components",
"utils": "src/@/lib/utils"
}
}