MacFastLookup/frontend/components.json

22 lines
427 B
JSON
Raw Normal View History

2024-07-15 16:15:43 +08:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/style.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
2024-07-15 17:01:15 +08:00
2024-07-15 16:15:43 +08:00
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
2024-07-15 17:01:15 +08:00
},
"info": {
"copyright": "TaurusXin 2024",
"productVersion": "1.2.0"
2024-07-15 16:15:43 +08:00
}
}