Skip to content

Commit

Permalink
auth and some profile
Browse files Browse the repository at this point in the history
  • Loading branch information
aditansh committed Feb 25, 2024
1 parent 0f3dbfa commit ec35ff7
Show file tree
Hide file tree
Showing 30 changed files with 3,599 additions and 94 deletions.
11 changes: 10 additions & 1 deletion devsoc24-portal-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,25 @@
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"formik": "^2.4.5",
"lucide-react": "^0.340.0",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.22.4",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@types/eslint": "^8.56.2",
Expand Down
Loading

0 comments on commit ec35ff7

Please sign in to comment.