16 lines
		
	
	
		
			327 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			327 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://ui.shadcn.com/schema.json",
 | 
						|
  "style": "default",
 | 
						|
  "rsc": true,
 | 
						|
  "tsx": true,
 | 
						|
  "tailwind": {
 | 
						|
    "config": "tailwind.config.js",
 | 
						|
    "css": "src/app/globals.css",
 | 
						|
    "baseColor": "slate",
 | 
						|
    "cssVariables": true
 | 
						|
  },
 | 
						|
  "aliases": {
 | 
						|
    "components": "@/components",
 | 
						|
    "utils": "@/lib/utils"
 | 
						|
  }
 | 
						|
} |