Skip to content

Commit

Permalink
feat: add clerk libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Sep 22, 2024
1 parent 88780ff commit 348d206
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 16 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"web": "yarn workspace web",
"cli": "yarn workspace cli",
"worker": "yarn workspace worker",
"worker": "yarn workspace worker",
"shared": "yarn workspace shared",
"start": "yarn web start",
"build": "yarn web build",
Expand All @@ -31,6 +31,8 @@
"postversion": "git push --tags"
},
"dependencies": {
"@clerk/clerk-js": "^5.22.3",
"@clerk/clerk-sdk-node": "^5.0.42",
"@libsql/client": "^0.9.0",
"@xstate/react": "^3.0.1",
"drizzle-kit": "^0.24.0",
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.6.3",
"@clerk/nextjs": "^5.6.0",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@hcaptcha/react-hcaptcha": "^1.4.4",
Expand Down
1 change: 1 addition & 0 deletions worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"wrangler": "^3.0.0"
},
"dependencies": {
"@hono/clerk-auth": "^2.0.0",
"hono": "^4.5.9"
}
}
Loading

0 comments on commit 348d206

Please sign in to comment.