We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604f032 commit c52cd1fCopy full SHA for c52cd1f
.gitignore
@@ -30,6 +30,7 @@ yarn-error.log*
30
# local env files
31
.env*.local
32
33
+
34
# vercel
35
.vercel
36
package.json
@@ -9,6 +9,7 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
+ "@clerk/nextjs": "^4.29.4",
13
"@hookform/resolvers": "^3.3.4",
14
"@radix-ui/react-dialog": "^1.0.5",
15
"@radix-ui/react-dropdown-menu": "^2.0.6",
0 commit comments