File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://ui.shadcn.com/schema.json" ,
3+ "style" : " base-nova" ,
4+ "rsc" : true ,
5+ "tsx" : true ,
6+ "tailwind" : {
7+ "config" : " " ,
8+ "css" : " src/app/globals.css" ,
9+ "baseColor" : " neutral" ,
10+ "cssVariables" : true ,
11+ "prefix" : " "
12+ },
13+ "iconLibrary" : " lucide" ,
14+ "rtl" : false ,
15+ "aliases" : {
16+ "components" : " @/components" ,
17+ "utils" : " @/lib/utils" ,
18+ "ui" : " @/components/ui" ,
19+ "lib" : " @/lib" ,
20+ "hooks" : " @/hooks"
21+ },
22+ "menuColor" : " default" ,
23+ "menuAccent" : " subtle" ,
24+ "registries" : {}
25+ }
Original file line number Diff line number Diff line change 1313 "test:e2e" : " playwright test"
1414 },
1515 "dependencies" : {
16+ "@base-ui/react" : " ^1.4.0" ,
1617 "@sentry/nextjs" : " ^10.48.0" ,
1718 "@supabase/ssr" : " ^0.10.2" ,
1819 "@supabase/supabase-js" : " ^2.103.0" ,
20+ "class-variance-authority" : " ^0.7.1" ,
21+ "clsx" : " ^2.1.1" ,
22+ "lucide-react" : " ^1.8.0" ,
1923 "next" : " 16.2.3" ,
2024 "react" : " 19.2.4" ,
21- "react-dom" : " 19.2.4"
25+ "react-dom" : " 19.2.4" ,
26+ "shadcn" : " ^4.2.0" ,
27+ "tailwind-merge" : " ^3.5.0" ,
28+ "tw-animate-css" : " ^1.4.0"
2229 },
2330 "devDependencies" : {
2431 "@playwright/test" : " ^1.59.1" ,
You can’t perform that action at this time.
0 commit comments