* feat(template): fullstack cookiecutter — Tailwind v4 + TS + shadcn-svelte scaffold * feat(template): fullstack — shadcn-svelte ui components + dashboard layout * refactor(template): fullstack — remove counter/Header demo files * feat(spec): add tailwind/shadcn/ts to STACK_REQUIRED fullstack * test(template): update fullstack cookiecutter assertions for shadcn-svelte * fix(ci): ruff format test_cookiecutter_templates --------- Co-authored-by: opencode-agent <agent@opencode.local>
17 lines
No EOL
388 B
JSON
17 lines
No EOL
388 B
JSON
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"css": "src/app.css",
|
|
"baseColor": "neutral"
|
|
},
|
|
"typescript": true,
|
|
"aliases": {
|
|
"lib": "$lib",
|
|
"utils": "$lib/utils",
|
|
"components": "$lib/components",
|
|
"hooks": "$lib/hooks",
|
|
"ui": "$lib/components/ui"
|
|
},
|
|
"registry": "https://shadcn-svelte.com/registry"
|
|
} |