mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 06:05:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			426 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			426 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$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"
 | |
| }
 | 
