Skip to content

Commit

Permalink
Merge pull request #7 from abhitrueprogrammer/master
Browse files Browse the repository at this point in the history
Make cards look good
  • Loading branch information
NishantGupt786 authored Oct 5, 2024
2 parents aa22f03 + 203026d commit c518af4
Show file tree
Hide file tree
Showing 10 changed files with 874 additions and 73 deletions.
20 changes: 20 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@
},
"dependencies": {
"@ilovepdf/ilovepdf-nodejs": "^0.2.6",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@types/mongoose": "^5.11.97",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
"cryptr": "^6.3.0",
"debounce": "^2.1.1",
"file-saver": "^2.0.5",
Expand All @@ -40,6 +44,8 @@
"react-dom": "^18.3.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.3",
"zod": "^3.23.3"
},
Expand Down
Loading

0 comments on commit c518af4

Please sign in to comment.