mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-03 00:02:28 +08:00
16 lines
342 B
JSON
16 lines
342 B
JSON
|
|
{
|
||
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
|
"style": "default",
|
||
|
|
"typescript": true,
|
||
|
|
"tailwind": {
|
||
|
|
"config": "tailwind.config.js",
|
||
|
|
"css": "src/style.css",
|
||
|
|
"baseColor": "slate",
|
||
|
|
"cssVariables": true
|
||
|
|
},
|
||
|
|
"aliases": {
|
||
|
|
"components": "@/components",
|
||
|
|
"utils": "@/lib/utils",
|
||
|
|
"ui": "@/components/ui"
|
||
|
|
}
|
||
|
|
}
|