51 lines
1.5 KiB
JSON
Executable file
51 lines
1.5 KiB
JSON
Executable file
{
|
|
"name": "keycloakify-starter",
|
|
"homepage": "https://starter.keycloakify.dev",
|
|
"version": "5.2.0",
|
|
"description": "A starter/demo project for keycloakify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/codegouvfr/keycloakify-starter.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "copy-keycloak-resources-to-public",
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build-keycloak-theme": "yarn build && keycloakify"
|
|
},
|
|
"keycloakify": {
|
|
"themeName": "keycloakify-starter",
|
|
"extraThemeProperties": [
|
|
"foo=bar"
|
|
]
|
|
},
|
|
"author": "u/garronej",
|
|
"license": "MIT",
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"evt": "^2.5.7",
|
|
"oidc-spa": "^4.0.0",
|
|
"keycloakify": "^9.2.0",
|
|
"powerhooks": "^1.0.8",
|
|
"tsafe": "^1.6.6",
|
|
"zod": "^3.22.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.8",
|
|
"vite-plugin-commonjs": "^0.10.1",
|
|
"@storybook/react": "^7.6.10"
|
|
}
|
|
}
|