cf6bde238c
Initialize SvelteKit project with Svelte 5, TypeScript strict, Tailwind CSS v4, shadcn-svelte, Prisma + SQLite, Vitest, ESLint, Prettier. Add Docker multi-stage build, docker-compose, and Gitea Actions CI pipeline.
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"style": "default",
|
|
"tailwind": {
|
|
"css": "src/app.css"
|
|
},
|
|
"typescript": true,
|
|
"aliases": {
|
|
"utils": "$lib/utils",
|
|
"components": "$lib/components",
|
|
"hooks": "$lib/hooks",
|
|
"ui": "$lib/components/ui"
|
|
},
|
|
"registry": "https://shadcn-svelte.com/registry"
|
|
}
|