keycloak-scim/package.json
dependabot[bot] 82f0e66df8 Bump eslint from 8.8.0 to 8.9.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.8.0...v8.9.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 18:10:38 +01:00

96 lines
3.1 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": "16"
},
"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": "^17.0.0-dev.29",
"@patternfly/patternfly": "^4.171.1",
"@patternfly/react-code-editor": "^4.33.14",
"@patternfly/react-core": "^4.192.14",
"@patternfly/react-icons": "^4.43.14",
"@patternfly/react-table": "^4.61.14",
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^21.6.10",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.3",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.15.3",
"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.11.0",
"@jest/types": "^27.5.0",
"@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.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.1",
"@testing-library/react-hooks": "^7.0.2",
"@types/dagre": "^0.7.47",
"@types/file-saver": "^2.0.5",
"@types/flat": "^5.0.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.15",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/snowpack-env": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"cli-progress": "^3.10.0",
"cypress": "^8.4.1",
"decompress": "^4.2.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-lodash": "^7.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"fork-ts-checker-webpack-plugin": "^7.1.1",
"http2-proxy": "^5.0.53",
"husky": "^7.0.4",
"jest": "^27.5.0",
"lint-staged": "^12.3.3",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"progress-promise": "^0.0.6",
"snowpack": "^3.8.6",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
}
}