77 lines
2.6 KiB
JSON
Executable File
77 lines
2.6 KiB
JSON
Executable File
{
|
|
"name": "keycloakify-starter",
|
|
"version": "0.0.0",
|
|
"description": "Starter for Keycloakify 11",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/codegouvfr/keycloakify-starter.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "keycloakify sync-extensions",
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build-keycloak-theme": "npm run build && keycloakify build",
|
|
"storybook": "storybook dev -p 6006",
|
|
"format": "prettier . --write"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"keycloakify": "^11.15.13",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"@keycloakify/keycloak-admin-ui": "~260700.0.2",
|
|
"@dagrejs/dagre": "^1.1.8",
|
|
"@keycloak/keycloak-admin-client": "26.7.0",
|
|
"@keycloakify/keycloak-ui-shared": "~260700.0.2",
|
|
"@patternfly/patternfly": "^5.4.2",
|
|
"@patternfly/react-core": "^5.4.14",
|
|
"@patternfly/react-icons": "^5.4.2",
|
|
"@patternfly/react-styles": "^5.4.1",
|
|
"@patternfly/react-table": "^5.4.16",
|
|
"@uiw/react-textarea-code-editor": "^3.1.1",
|
|
"file-saver": "^2.0.5",
|
|
"flat": "^6.0.1",
|
|
"i18next": "^25.7.3",
|
|
"i18next-fetch-backend": "^7.0.0",
|
|
"jszip": "^3.10.1",
|
|
"lodash-es": "^4.18.1",
|
|
"p-debounce": "^5.1.0",
|
|
"react-hook-form": "^7.70.0",
|
|
"react-i18next": "^16.5.1",
|
|
"react-router-dom": "^6.30.4",
|
|
"reactflow": "^11.11.4",
|
|
"yaml": "^2.8.3",
|
|
"oidc-spa": "~10.2.10",
|
|
"@keycloakify/email-native": "~260007.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"storybook": "^8.1.10",
|
|
"@storybook/react": "^8.1.10",
|
|
"@storybook/react-vite": "^8.1.10",
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
"@typescript-eslint/parser": "^8.15.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^9.15.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"eslint-plugin-storybook": "^0.11.1",
|
|
"globals": "^15.12.0",
|
|
"prettier": "3.3.1",
|
|
"typescript": "^5.2.2",
|
|
"typescript-eslint": "^8.15.0",
|
|
"vite": "^5.0.8",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/lodash-es": "^4.17.12"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
}
|
|
}
|