Hono app serving as the login UI and admin panel for Ory Kratos + Hydra. Handles OIDC consent/login flows, session management, avatar uploads, and proxies Kratos admin/public APIs.
31 lines
747 B
JSON
31 lines
747 B
JSON
{
|
|
"name": "kratos-admin-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@gouvfr-lasuite/cunningham-react": "^4.2.0",
|
|
"@gouvfr-lasuite/ui-kit": "^0.19.9",
|
|
"@rjsf/core": "^6.3.1",
|
|
"@rjsf/utils": "^6.3.1",
|
|
"@rjsf/validator-ajv8": "^6.3.1",
|
|
"@tanstack/react-query": "^5.59.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.0.0",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"typescript": "^5.6.0",
|
|
"vite": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.3.0"
|
|
}
|
|
}
|