7c9566c92a
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.21.0 to 5.23.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.23.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
107 lines
3.5 KiB
JSON
107 lines
3.5 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": "^18"
|
|
},
|
|
"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 --browser chrome",
|
|
"prepare": "husky install",
|
|
"server:start": "./scripts/start-server.mjs",
|
|
"server:import-client": "./scripts/import-client.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "^19.0.0-dev.3",
|
|
"@patternfly/patternfly": "^4.185.1",
|
|
"@patternfly/react-code-editor": "^4.43.16",
|
|
"@patternfly/react-core": "^4.202.16",
|
|
"@patternfly/react-icons": "^4.53.16",
|
|
"@patternfly/react-table": "^4.71.16",
|
|
"dagre": "^0.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"flat": "^5.0.2",
|
|
"i18next": "^21.8.0",
|
|
"i18next-http-backend": "^1.4.0",
|
|
"lodash-es": "^4.17.21",
|
|
"moment": "^2.29.3",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-flow-renderer": "^9.7.4",
|
|
"react-hook-form": "^6.15.8",
|
|
"react-i18next": "^11.16.9",
|
|
"react-router-dom": "^5.3.1",
|
|
"use-react-router-breadcrumbs": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
|
"@cypress/webpack-preprocessor": "^5.11.1",
|
|
"@octokit/rest": "^18.12.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.4",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/react-hooks": "^8.0.0",
|
|
"@types/dagre": "^0.7.47",
|
|
"@types/file-saver": "^2.0.5",
|
|
"@types/flat": "^5.0.2",
|
|
"@types/gunzip-maybe": "^1.4.0",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/node": "^17.0.31",
|
|
"@types/react": "^17.0.45",
|
|
"@types/react-dom": "^18.0.3",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/snowpack-env": "^2.3.4",
|
|
"@types/tar-fs": "^2.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"cypress": "^9.6.1",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"decompress": "^4.2.1",
|
|
"del": "^6.0.0",
|
|
"eslint": "^8.15.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"http2-proxy": "^5.0.53",
|
|
"husky": "^8.0.1",
|
|
"jest": "^28.1.0",
|
|
"jest-environment-jsdom": "^28.1.0",
|
|
"lint-staged": "^12.4.1",
|
|
"node-fetch": "^3.2.4",
|
|
"postcss": "^8.4.13",
|
|
"postcss-import": "^14.1.0",
|
|
"postcss-svg": "^3.0.0",
|
|
"prettier": "^2.6.2",
|
|
"progress-promise": "^0.0.6",
|
|
"snowpack": "^3.8.6",
|
|
"tar-fs": "^2.1.1",
|
|
"ts-jest": "^28.0.2",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|