keycloak-scim/package.json
dependabot[bot] 36e90a8023 Bump cypress from 8.0.0 to 8.1.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.0.0...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-30 12:32:26 +02:00

84 lines
2.5 KiB
JSON

{
"name": "keycloak-admin-ui",
"version": "0.0.1",
"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 \"./src/**/*.{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": {
"@patternfly/patternfly": "^4.122.2",
"@patternfly/react-core": "4.135.0",
"@patternfly/react-icons": "4.11.0",
"@patternfly/react-table": "4.29.0",
"file-saver": "^2.0.5",
"i18next": "^20.3.5",
"keycloak-admin": "1.14.19",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.11.4",
"react-router-dom": "^5.2.0",
"use-react-router-breadcrumbs": "^2.0.2"
},
"devDependencies": {
"@jest/types": "^27.0.6",
"@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/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/file-saver": "^2.0.3",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.171",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/snowpack-env": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.5",
"cypress": "8.1.0",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"http2-proxy": "^5.0.53",
"husky": "^7.0.1",
"jest": "^26.6.3",
"lint-staged": "^11.1.1",
"mutationobserver-shim": "^0.3.7",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"prettier": "^2.3.2",
"snowpack": "^3.8.2",
"ts-jest": "^26.5.6",
"ts-node": "^10.1.0",
"typescript": "4.2.4"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
}
}