keycloak/js/themes-vendor/package.json
dependabot[bot] 88659cd465 Bump rollup from 4.52.2 to 4.52.4 in /js
Bumps [rollup](https://github.com/rollup/rollup) from 4.52.2 to 4.52.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.52.2...v4.52.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.52.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-22 15:17:29 -03:00

52 lines
1.4 KiB
JSON

{
"name": "themes-vendor",
"private": true,
"type": "module",
"scripts": {
"build": "wireit",
"build:rewrite-import": "node scripts/rewrite-imports.js"
},
"wireit": {
"build": {
"command": "rollup --config && pnpm build:rewrite-import",
"files": [
"rollup.config.js",
"src"
],
"output": [
"target/classes/theme/keycloak/common/resources/vendor/react",
"target/classes/theme/keycloak/common/resources/vendor/react-dom",
"target/classes/theme/keycloak/common/resources/vendor/web-crypto-shim"
]
}
},
"dependencies": {
"@noble/hashes": "^2.0.1",
"@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.4.2",
"@patternfly/patternfly": "^4.224.5",
"patternfly": "^3.59.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rfc4648": "^1.5.4",
"uuid": "^13.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.8",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.52.5"
},
"author": {
"name": "Red Hat, Inc.",
"url": "https://www.keycloak.org/"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/keycloak/keycloak.git",
"directory": "js/themes-vendor"
},
"homepage": "https://www.keycloak.org/"
}