core/zitadel-dashboard/package.json
root 16c1eb0efc feat(dashboard): Add Zitadel authentication dashboard
Integrated Next.js App Router with Zitadel OIDC and management APIs.
Configured subdomains for rede5.com.br in auth settings.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-09 19:54:47 +01:00

28 lines
600 B
JSON

{
"name": "zitadel-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@zitadel/node": "^3.0.28",
"next": "16.1.6",
"next-auth": "^4.24.13",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}