mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "styles/globals.css",
|
|
"baseColor": "gray",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/lib/hooks"
|
|
}
|
|
}
|