Skip to content

Commit

Permalink
Merge pull request #10 from lzaycoe/feature/task-9_nghia
Browse files Browse the repository at this point in the history
[FE] Install package needed
  • Loading branch information
htnghia1423 authored Jan 17, 2025
2 parents d7588d6 + 38c5b3a commit a3c1846
Show file tree
Hide file tree
Showing 9 changed files with 354 additions and 106 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": "app/global.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@
"update-deps": "ncu --filter !@types/node"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.1",
"autoprefixer": "10.4.20",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.471.1",
"next": "15.1.4",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0"
"react-dom": "19.0.0",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
Expand Down
164 changes: 164 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a3c1846

Please sign in to comment.