Skip to content

Commit

Permalink
Install bcrypt, jsonwebtoken, and zod
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Mar 13, 2024
1 parent a41ec5b commit a5171c6
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 21 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"push": "drizzle-kit push:pg",
"seed": "npx tsx be/seed.ts"
"seed": "npx tsx drizzle/seed.ts"
},
"dependencies": {
"@next/env": "^14.1.3",
Expand All @@ -18,17 +18,22 @@
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@vercel/postgres": "^0.7.2",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"drizzle-orm": "^0.30.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.356.0",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
Loading

0 comments on commit a5171c6

Please sign in to comment.