- Changed global CSS file reference from "global.css" to "globals.css" in components.json. - Added new dependencies for Radix UI components in package.json and package-lock.json. - Updated the ServizioContent component to include new dialog functionality for managing announcements. - Removed commented-out code in RicercaUser component for cleaner codebase.
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"aliases": {
|
|
"components": "~/components",
|
|
"hooks": "~/hooks",
|
|
"lib": "~/lib",
|
|
"ui": "~/components/ui",
|
|
"utils": "~/lib/utils"
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rsc": false,
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"baseColor": "neutral",
|
|
"config": "",
|
|
"css": "src/styles/globals.css",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"tsx": true
|
|
}
|