Skip to content

Commit c518af4

Browse files
Merge pull request #7 from abhitrueprogrammer/master
Make cards look good
2 parents aa22f03 + 203026d commit c518af4

File tree

10 files changed

+874
-73
lines changed

10 files changed

+874
-73
lines changed

components.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": true,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.ts",
8+
"css": "src/styles/globals.css",
9+
"baseColor": "neutral",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
}
20+
}

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@ilovepdf/ilovepdf-nodejs": "^0.2.6",
14+
"@radix-ui/react-dialog": "^1.1.2",
15+
"@radix-ui/react-icons": "^1.3.0",
1416
"@t3-oss/env-nextjs": "^0.10.1",
1517
"@types/mongoose": "^5.11.97",
1618
"axios": "^1.7.2",
1719
"bcrypt": "^5.1.1",
20+
"class-variance-authority": "^0.7.0",
1821
"cloudinary": "^2.2.0",
22+
"clsx": "^2.1.1",
1923
"cryptr": "^6.3.0",
2024
"debounce": "^2.1.1",
2125
"file-saver": "^2.0.5",
@@ -40,6 +44,8 @@
4044
"react-dom": "^18.3.0",
4145
"react-dropzone": "^14.2.3",
4246
"react-hot-toast": "^2.4.1",
47+
"tailwind-merge": "^2.5.3",
48+
"tailwindcss-animate": "^1.0.7",
4349
"use-debounce": "^10.0.3",
4450
"zod": "^3.23.3"
4551
},

0 commit comments

Comments
 (0)