mirror of
				https://github.com/walkxcode/dashboard-icons.git
				synced 2025-10-31 16:57:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			399 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			399 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"$schema": "https://ui.shadcn.com/schema.json",
 | |
| 	"style": "new-york",
 | |
| 	"rsc": true,
 | |
| 	"tsx": true,
 | |
| 	"tailwind": {
 | |
| 		"config": "",
 | |
| 		"css": "src/app/globals.css",
 | |
| 		"baseColor": "zinc",
 | |
| 		"cssVariables": true,
 | |
| 		"prefix": ""
 | |
| 	},
 | |
| 	"aliases": {
 | |
| 		"components": "@/components",
 | |
| 		"utils": "@/lib/utils",
 | |
| 		"ui": "@/components/ui",
 | |
| 		"lib": "@/lib",
 | |
| 		"hooks": "@/hooks"
 | |
| 	},
 | |
| 	"iconLibrary": "lucide"
 | |
| }
 |