This commit is contained in:
Timo Knuth
2026-02-27 15:19:24 +01:00
parent b7f8221095
commit 253c3c1c6d
134 changed files with 11188 additions and 1871 deletions

View File

@@ -13,34 +13,36 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^1.42.0",
"@innungsapp/shared": "workspace:*",
"@tanstack/react-query": "^5.59.0",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"@tanstack/react-query": "^5.59.0",
"better-auth": "^1.2.0",
"next": "15.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.23.0",
"superjson": "^2.2.1",
"nodemailer": "^6.9.0",
"date-fns": "^3.6.0",
"@uiw/react-md-editor": "^4.0.4",
"lucide-react": "^0.460.0",
"better-auth": "^1.2.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.0"
"date-fns": "^3.6.0",
"lucide-react": "^0.460.0",
"next": "15.3.4",
"nodemailer": "^6.9.0",
"openai": "^6.22.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/nodemailer": "^6.4.17",
"tailwindcss": "^3.4.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"typescript": "^5.6.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.0"
"eslint-config-next": "^15.0.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0"
}
}