npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@keycloakify/keycloak-admin-ui

v26.0.2-rc.0

Published

Repackaged Keycloak Admin UI

Downloads

131

Readme

This project re-packages @keycloak/keycloak-admin-ui.
All credits goes to the keycloak team for the original work. Mainly @jonkoops and @edewit.

This re-packaged distribution serves two key purposes:

  1. Ensuring retro-compatibility with Keycloak:
    It allows the Admin UI to work seamlessly with older versions of Keycloak (down to version 19) and future major versions. This enables you to create a custom Admin UI with minimal maintenance, without worrying about which Keycloak version it will be deployed on.

  2. Enabling partial customization of the Admin UI:
    You can take ownership of specific parts of the Admin UI by simply copying and modifying source files as needed. The rest of the UI can remain in the original module, so your codebase will only include the files you've customized.

Note: This package's GitHub repository does not contain any code as it is automatically generated at build time by scripts/prepare.ts.
You can browse the sources includes int the NPM package here.

Installation

This package is meant to be used via Keycloakify. Learn how to use this module on the Keycloakify documentation website.

Note: This README file is automatically generated at build so the information above are guaranteed to be up to date.
You are currently viewing the README of @keycloakify/[email protected] that mirrors @keycloak/[email protected].
It is the version of the Admin UI that ships with Keycloak 26.0.2.

Here are all the dependencies that are required to use the Admin UI in your project.
It's important to respect the exact version range listed here to avoid any compatibility issues.

package.json

{
  "dependencies": {
    "@keycloakify/keycloak-admin-ui": "26.0.2-rc.0",
    "@patternfly/patternfly": "^5.4.0",
    "@patternfly/react-code-editor": "^5.4.3",
    "@patternfly/react-core": "^5.4.1",
    "@patternfly/react-icons": "^5.4.0",
    "@patternfly/react-styles": "^5.4.0",
    "@patternfly/react-table": "^5.4.1",
    "admin-ui": "file:",
    "dagre": "^0.8.5",
    "file-saver": "^2.0.5",
    "file-selector": "^0.6.0",
    "flat": "^6.0.1",
    "i18next": "^23.15.1",
    "i18next-http-backend": "^2.6.1",
    "lodash-es": "^4.17.21",
    "monaco-editor": "^0.52.0",
    "p-debounce": "^4.0.0",
    "react-dropzone": "^14.2.3",
    "react-hook-form": "7.53.0",
    "react-i18next": "^15.0.2",
    "react-router-dom": "^6.26.2",
    "reactflow": "^11.11.4",
    "use-react-router-breadcrumbs": "^4.0.1",
    "@keycloak/keycloak-admin-client": "26.0.2",
    "keycloak-js": "26.0.2"
  },
  "devDependencies": {
    "@types/dagre": "^0.7.52",
    "@types/file-saver": "^2.0.7",
    "@types/lodash-es": "^4.17.12"
  }
}