Files
scheduler-front/components.json
geonhee-min a30c2bbb32
All checks were successful
Test CI / build (push) Successful in 24s
issue #60
- 시작/종료 시간 설정 화면 및 로직 구현
- 일정 상세 사항 화면 및 로직 구현
- 참여자 추가 화면 구현 중
2025-12-09 17:09:31 +09:00

26 lines
543 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/App.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {
"@reui": "https://reui.io/r/{name}.json",
"@diceui": "https://diceui.com/r/{name}.json"
}
}