4e98f1b5ac
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.4 to 5.16.5. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.4...v5.16.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
102 lines
3.2 KiB
JSON
102 lines
3.2 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": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
"test": "vitest",
|
|
"cy:open": "cypress open --e2e --browser chrome",
|
|
"cy:run": "cypress run --browser chrome",
|
|
"cy:check-types": "tsc --project cypress/tsconfig.json",
|
|
"prepare": "husky install",
|
|
"server:start": "./scripts/start-server.mjs",
|
|
"server:import-client": "./scripts/import-client.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "^19.0.1",
|
|
"@patternfly/patternfly": "^4.202.1",
|
|
"@patternfly/react-code-editor": "^4.65.1",
|
|
"@patternfly/react-core": "^4.224.1",
|
|
"@patternfly/react-icons": "^4.75.1",
|
|
"@patternfly/react-table": "^4.93.1",
|
|
"dagre": "^0.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"flat": "^5.0.2",
|
|
"i18next": "^21.8.16",
|
|
"i18next-http-backend": "^1.4.1",
|
|
"keycloak-js": "^19.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"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.18.3",
|
|
"react-router-dom": "^5.3.3",
|
|
"use-react-router-breadcrumbs": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@4tw/cypress-drag-drop": "^2.2.1",
|
|
"@babel/core": "^7.18.9",
|
|
"@babel/preset-env": "^7.18.9",
|
|
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
|
"@cypress/webpack-preprocessor": "^5.12.0",
|
|
"@octokit/rest": "^19.0.1",
|
|
"@testing-library/cypress": "^8.0.3",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@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": "^18.6.3",
|
|
"@types/react": "^17.0.45",
|
|
"@types/react-dom": "^17.0.16",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/tar-fs": "^2.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
|
"@typescript-eslint/parser": "^5.31.0",
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
"babel-loader": "^8.2.5",
|
|
"cypress": "^10.4.0",
|
|
"decompress": "^4.2.1",
|
|
"del": "^7.0.0",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"http2-proxy": "^5.0.53",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"node-fetch": "^3.2.10",
|
|
"prettier": "^2.7.1",
|
|
"progress-promise": "^0.0.6",
|
|
"tar-fs": "^2.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.0.4",
|
|
"vite-plugin-checker": "^0.4.8",
|
|
"vitest": "^0.20.2",
|
|
"webpack": "^5.74.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|