Skip to content

Commit

Permalink
Merge pull request #29 from FiniteLoop-NMAMIT/feat/id-card
Browse files Browse the repository at this point in the history
feat/id card
  • Loading branch information
nagarajpandith committed Feb 19, 2023
2 parents f6a6612 + b01c268 commit f0bb34c
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 326 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"@babel/core": ">=7.0.0 <8.0.0",
"@emotion/react": "^11.10.5",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.8.0",
"@prisma/client": "^4.10.1",
"@tanstack/react-query": "^4.20.0",
"@trpc/client": "^10.8.1",
"@trpc/next": "^10.8.1",
"@trpc/react-query": "^10.8.1",
"@trpc/server": "^10.8.1",
"@types/nprogress": "^0.2.0",
"@vercel/analytics": "^0.1.8",
"axios": "^1.3.2",
"csstype": "3.0.10",
Expand All @@ -29,21 +28,25 @@
"next-auth": "^4.18.7",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"qrcode.react": "^3.1.0",
"razorpay": "^2.8.4",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-confetti-explosion": "^2.0.2",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-to-print": "^2.14.12",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"superjson": "1.9.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@types/prettier": "^2.7.2",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
Expand All @@ -54,7 +57,7 @@
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^4.8.0",
"prisma": "^4.10.1",
"tailwindcss": "^3.2.0",
"typescript": "^4.9.4"
},
Expand Down
Loading

1 comment on commit f0bb34c

@vercel
Copy link

@vercel vercel bot commented on f0bb34c Feb 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.