de8289064d
Bumps [react-flow-renderer](https://github.com/wbkd/react-flow) from 9.6.10 to 9.6.11. - [Release notes](https://github.com/wbkd/react-flow/releases) - [Changelog](https://github.com/wbkd/react-flow/blob/main/CHANGELOG.md) - [Commits](https://github.com/wbkd/react-flow/compare/9.6.10...9.6.11) --- updated-dependencies: - dependency-name: react-flow-renderer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
91 lines
2.9 KiB
JSON
91 lines
2.9 KiB
JSON
{
|
|
"name": "keycloak-admin-ui",
|
|
"main": "index.js",
|
|
"homepage": "https://github.com/keycloak/keycloak-admin-ui",
|
|
"bugs": "https://github.com/keycloak/keycloak-admin-ui/issues",
|
|
"repository": {
|
|
"url": "https://github.com/keycloak/keycloak-admin-ui",
|
|
"type": "git"
|
|
},
|
|
"license": "Apache",
|
|
"engines": {
|
|
"node": "17"
|
|
},
|
|
"scripts": {
|
|
"build": "snowpack build",
|
|
"build:rh-sso": "THEME_NAME=rh-sso snowpack build",
|
|
"lint": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
"start": "snowpack dev",
|
|
"start:rh-sso": "THEME_NAME=rh-sso snowpack dev",
|
|
"test": "jest",
|
|
"start:cypress": "cypress open",
|
|
"start:cypress-tests": "cypress run",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "^16.0.0-dev.41",
|
|
"@patternfly/patternfly": "^4.151.4",
|
|
"@patternfly/react-code-editor": "^4.9.8",
|
|
"@patternfly/react-core": "^4.168.8",
|
|
"@patternfly/react-icons": "4.19.8",
|
|
"@patternfly/react-table": "^4.37.8",
|
|
"dagre": "^0.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^21.4.1",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.29.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-flow-renderer": "^9.6.11",
|
|
"react-hook-form": "^6.15.8",
|
|
"react-i18next": "^11.13.0",
|
|
"react-router-dom": "^5.3.0",
|
|
"use-react-router-breadcrumbs": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
|
"@cypress/webpack-preprocessor": "^5.9.1",
|
|
"@jest/types": "^27.2.5",
|
|
"@snowpack/app-scripts-react": "^2.0.1",
|
|
"@snowpack/plugin-postcss": "^1.4.3",
|
|
"@snowpack/plugin-react-refresh": "^2.5.0",
|
|
"@snowpack/plugin-typescript": "^1.2.1",
|
|
"@testing-library/cypress": "^8.0.1",
|
|
"@testing-library/jest-dom": "^5.15.0",
|
|
"@testing-library/react": "^12.1.1",
|
|
"@types/dagre": "^0.7.45",
|
|
"@types/file-saver": "^2.0.3",
|
|
"@types/lodash": "^4.14.176",
|
|
"@types/node": "^16.11.7",
|
|
"@types/react": "^17.0.34",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-router-dom": "^5.3.2",
|
|
"@types/snowpack-env": "^2.3.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
|
"@typescript-eslint/parser": "^5.3.1",
|
|
"cypress": "^8.5.0",
|
|
"decompress": "^4.2.1",
|
|
"decompress-targz": "^4.1.1",
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.26.1",
|
|
"fork-ts-checker-webpack-plugin": "^6.4.0",
|
|
"http2-proxy": "^5.0.53",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.3.1",
|
|
"lint-staged": "^11.2.6",
|
|
"postcss": "^8.3.11",
|
|
"postcss-import": "^14.0.2",
|
|
"prettier": "^2.4.1",
|
|
"snowpack": "^3.8.6",
|
|
"ts-jest": "^27.0.7",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|