Initialize authenticated webapp

This commit is contained in:
Matiss
2026-05-04 22:39:04 +01:00
parent 4a6177b891
commit d3ae3516c5
27 changed files with 2376 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "kairas-webapp-scaffold",
"name": "kairas-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -9,9 +9,18 @@
"lint": "eslint"
},
"dependencies": {
"@clerk/nextjs": "^7.3.0",
"@clerk/themes": "^2.4.57",
"@radix-ui/react-slot": "^1.2.4",
"@vis.gl/react-google-maps": "^1.8.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.37.0",
"lucide-react": "^1.14.0",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",