Skip to content

Commit

Permalink
build: add shadcn/dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-mdz committed Dec 17, 2024
1 parent ba7f913 commit 69b55b8
Show file tree
Hide file tree
Showing 12 changed files with 3,912 additions and 2,251 deletions.
21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,25 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"groq-sdk": "^0.3.2",
"ioredis": "^5.4.1",
"lucide-react": "^0.468.0",
"next": "14.2.20",
"next-themes": "^0.4.4",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-syntax-highlighter": "^15.6.1",
"react-tooltip": "^5.28.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 69b55b8

Please sign in to comment.