Skip to content

Commit

Permalink
Merge pull request #11 from lzaycoe/feature/task-9
Browse files Browse the repository at this point in the history
Feature/task 9
  • Loading branch information
hardingadonis authored Jan 17, 2025
2 parents d7588d6 + d2789a2 commit 8880a0b
Show file tree
Hide file tree
Showing 12 changed files with 472 additions and 120 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": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@
"update-deps": "ncu --filter !@types/node"
},
"dependencies": {
"@radix-ui/react-slot": "1.1.1",
"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 All @@ -27,11 +34,12 @@
"@types/node": "20.17.0",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"npm-check-updates": "17.1.13",
"lint-staged": "15.4.1",
"npm-check-updates": "17.1.14",
"postcss": "8.5.1",
"prettier": "3.4.2",
"tailwindcss": "3.4.17",
Expand Down
Loading

0 comments on commit 8880a0b

Please sign in to comment.