mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
* added scoped tailwind * added same level scope * added shadcn * added watch css * improved css processing * fixed dark mode, migrated credential sign in component * fixed export path * fixed bugs * migrated credential sign up * migrated magic link sign in * migrated auth page * migrated forgot password * migrated oauth group * migrated oauth button * improved password field * fixed maybe full page * migrated user button * simplified user button structure * fixed dark mode css process bug, migrated avatar * migrated typography * migrated message cards * removed joy * removed component context * removed component core * restructured components * updated demo * added new ui package * added tailwind config to stack-ui * moved stack components to stack-ui * fixed demo ui components * fixed demo dark mode * fixed demo bugs * updated dependencies * fixed demo theme flash * fixed styling bugs, removed breakpoints * removed unused
17 lines
346 B
JSON
17 lines
346 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": "zinc",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "src/components",
|
|
"utils": "@/utils/shadcn"
|
|
}
|
|
} |