feat: initial auth config

This commit is contained in:
2025-09-14 21:46:38 +00:00
parent 1d2ef37827
commit 02506181e9
15 changed files with 626 additions and 100 deletions

View File

@@ -9,6 +9,7 @@
"start": "NODE_ENV=production bun src/index.tsx"
},
"dependencies": {
"@convex-dev/workos": "^0.0.1",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
@@ -20,6 +21,7 @@
"@tanstack/react-router": "^1.131.41",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router-devtools": "^1.131.42",
"@workos-inc/authkit-react": "^0.12.0",
"bun-plugin-tailwind": "latest",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -36,6 +38,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@tanstack/router-cli": "^1.131.41",
"@types/bun": "latest",
"@types/react": "^19",
"@types/react-dom": "^19"