2022-09-06 19:22:23 +02:00
|
|
|
{
|
2023-02-26 16:35:55 +01:00
|
|
|
"name": "keycloakify-starter",
|
|
|
|
"homepage": "https://starter.keycloakify.dev",
|
2024-01-26 04:20:39 +01:00
|
|
|
"version": "5.2.0",
|
2022-09-06 19:22:23 +02:00
|
|
|
"description": "A starter/demo project for keycloakify",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-02-26 16:35:55 +01:00
|
|
|
"url": "git://github.com/codegouvfr/keycloakify-starter.git"
|
2022-09-06 19:22:23 +02:00
|
|
|
},
|
2024-01-27 06:54:20 +01:00
|
|
|
"type": "module",
|
2022-09-06 19:22:23 +02:00
|
|
|
"scripts": {
|
2024-01-27 06:42:45 +01:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"build-keycloak-theme": "yarn build && keycloakify"
|
2022-09-06 19:22:23 +02:00
|
|
|
},
|
2022-09-07 12:30:14 +02:00
|
|
|
"keycloakify": {
|
2024-01-10 12:59:42 +01:00
|
|
|
"themeName": "keycloakify-starter",
|
2023-11-30 23:36:39 +01:00
|
|
|
"extraThemeProperties": [
|
|
|
|
"foo=bar"
|
2024-01-26 04:20:22 +01:00
|
|
|
]
|
2022-09-07 12:30:14 +02:00
|
|
|
},
|
2022-09-06 19:22:23 +02:00
|
|
|
"author": "u/garronej",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [],
|
|
|
|
"dependencies": {
|
2024-01-18 01:15:06 +01:00
|
|
|
"evt": "^2.5.7",
|
2024-01-25 03:53:41 +01:00
|
|
|
"oidc-spa": "^4.0.0",
|
2024-02-12 17:02:18 +01:00
|
|
|
"keycloakify": "9.4.0-rc.16",
|
2024-01-18 01:15:06 +01:00
|
|
|
"powerhooks": "^1.0.8",
|
|
|
|
"tsafe": "^1.6.6",
|
2024-01-27 06:42:45 +01:00
|
|
|
"zod": "^3.22.4",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
2022-09-06 19:22:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-27 06:42:45 +01:00
|
|
|
"@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",
|
2024-01-27 06:54:20 +01:00
|
|
|
"vite-plugin-commonjs": "^0.10.1",
|
2024-02-12 02:00:54 +01:00
|
|
|
"@storybook/react": "^7.6.14"
|
2022-09-06 19:22:23 +02:00
|
|
|
}
|
2023-11-02 20:06:17 +01:00
|
|
|
}
|