install shadcdn and move login dialog to a separate component

This commit is contained in:
Viktor Barzin 2025-06-15 13:49:34 +00:00
parent 4c7fe8927b
commit a8ee95b9d9
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
13 changed files with 1141 additions and 73 deletions

View file

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