mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 06:27:16 +08:00
* docs: ui library password auth vue * docs: ui library password auth nuxt * Fix a pnpm-lock conflict. * Adjust paths * Fix import path * Rebuild * docs: remove shadcn-vue package * Fix the pnpm-lock. --------- Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com> Co-authored-by: Terry Sutton <saltcod@gmail.com>
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "app/globals.css",
|
|
"baseColor": "gray",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/registry/default/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/registry/default/components/ui",
|
|
"lib": "@/lib"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
}
|