046b96485b
Bumps [rollup](https://github.com/rollup/rollup) from 4.24.0 to 4.24.2. - [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.24.0...v4.24.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
820 B
JSON
28 lines
820 B
JSON
{
|
|
"name": "keycloak-npm-dependencies",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm build:clean && rollup --config && pnpm build:rewrite-import",
|
|
"build:rewrite-import": "node scripts/rewrite-imports.js",
|
|
"build:clean": "shx rm -rf vendor"
|
|
},
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.5.0",
|
|
"@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.4.1",
|
|
"@patternfly/patternfly": "^4.224.5",
|
|
"patternfly": "^3.59.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rfc4648": "^1.5.3",
|
|
"uuid": "^11.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
"@rollup/plugin-replace": "^6.0.1",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"rollup": "^4.24.2",
|
|
"shx": "^0.3.4"
|
|
}
|
|
}
|