Files
dpage-editor/components.json
2025-11-18 15:04:36 +03:30

22 lines
405 B
JSON

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