nr-interior-design/components.json
Padreug b751e26eec chore: remove boilerplate demo content, fix components.json
Drop the unrecognized `framework` key from components.json (current
shadcn-vue CLI rejects it). Delete the counter store demo and reduce
HomeView to a placeholder; real content lands in a later commit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 11:10:16 +02:00

20 lines
429 B
JSON

{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tailwind": {
"config": "",
"css": "src/style.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"composables": "@/composables",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib"
},
"iconLibrary": "lucide"
}