Created
May 31, 2024 19:39
-
-
Save AntonioErdeljac/cc8b4f29035c350e3ee210bd3b1db7c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "auth-tutorial", | |
"version": "0.1.0", | |
"private": true, | |
"scripts": { | |
"dev": "next dev", | |
"build": "next build", | |
"start": "next start", | |
"lint": "next lint", | |
"postinstall": "prisma generate" | |
}, | |
"dependencies": { | |
"@auth/prisma-adapter": "^1.0.12", | |
"@hookform/resolvers": "^3.3.3", | |
"@prisma/client": "^5.7.1", | |
"@radix-ui/react-avatar": "^1.0.4", | |
"@radix-ui/react-dialog": "^1.0.5", | |
"@radix-ui/react-dropdown-menu": "^2.0.6", | |
"@radix-ui/react-icons": "^1.3.0", | |
"@radix-ui/react-label": "^2.0.2", | |
"@radix-ui/react-select": "^2.0.0", | |
"@radix-ui/react-slot": "^1.0.2", | |
"@radix-ui/react-switch": "^1.0.3", | |
"bcrypt": "^5.1.1", | |
"bcryptjs": "^2.4.3", | |
"class-variance-authority": "^0.7.0", | |
"clsx": "^2.0.0", | |
"next": "14.0.4", | |
"next-auth": "^5.0.0-beta.4", | |
"next-themes": "^0.2.1", | |
"react": "^18", | |
"react-dom": "^18", | |
"react-hook-form": "^7.49.2", | |
"react-icons": "^4.12.0", | |
"react-spinners": "^0.13.8", | |
"resend": "^2.1.0", | |
"sonner": "^1.3.1", | |
"tailwind-merge": "^2.2.0", | |
"tailwindcss-animate": "^1.0.7", | |
"uuid": "^9.0.1", | |
"zod": "^3.22.4" | |
}, | |
"devDependencies": { | |
"@types/bcrypt": "^5.0.2", | |
"@types/bcryptjs": "^2.4.6", | |
"@types/node": "^20", | |
"@types/react": "^18", | |
"@types/react-dom": "^18", | |
"@types/uuid": "^9.0.7", | |
"autoprefixer": "^10.0.1", | |
"eslint": "^8", | |
"eslint-config-next": "14.0.4", | |
"postcss": "^8", | |
"prisma": "^5.7.1", | |
"tailwindcss": "^3.3.0", | |
"typescript": "^5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment