보일러 플레이팅 레벨

This commit is contained in:
Lectom C Han
2025-07-30 00:23:24 +09:00
commit ba9b7a27ef
30 changed files with 4561 additions and 0 deletions

16
viewer/components.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}