core/dashboard/package.json
root cbe2688475 chore(dashboard): unify zitadel dashboard into core repository
- Renamed zitadel-dashboard to dashboard
- Integrated with rede5.com.br subdomains
- Updated project structure for monorepo consistency

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-09 20:09:43 +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"
}
}