Skip to content

Commit

Permalink
feature: [6] sidebat 디자인 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph0926 committed Sep 1, 2024
1 parent da62ba8 commit b387bed
Show file tree
Hide file tree
Showing 15 changed files with 397 additions and 139 deletions.
20 changes: 20 additions & 0 deletions client/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"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"
}
}
8 changes: 7 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
"test:watch": "vitest --watch"
},
"dependencies": {
"@radix-ui/react-separator": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.437.0",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
Expand Down
Loading

0 comments on commit b387bed

Please sign in to comment.