Skip to content

Commit

Permalink
ci(package.json): 新增 next-auth 相关包
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwumm committed Jan 7, 2025
1 parent e810665 commit 5cef38f
Show file tree
Hide file tree
Showing 2 changed files with 1,692 additions and 1,508 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
"release": "release-it"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@hookform/resolvers": "^3.9.1",
"@nextui-org/react": "^2.6.8",
"@prisma/client": "6.1.0",
"@prisma/client": "^6.1.0",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-separator": "^1.1.0",
Expand All @@ -36,6 +37,7 @@
"framer-motion": "^11.13.1",
"lodash-es": "^4.17.21",
"next": "15.1.3",
"next-auth": "5.0.0-beta.25",
"next-intl": "^3.26.3",
"next-themes": "^0.4.4",
"query-string": "^9.1.1",
Expand Down
Loading

0 comments on commit 5cef38f

Please sign in to comment.