06f97fef1f
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.6 to 11.2.7. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.6...v11.2.7) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
98 lines
3.1 KiB
JSON
98 lines
3.1 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-storybook": "build-storybook -s public",
|
|
"check-types": "tsc -p ./",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
"format-check": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
"lint": "eslint ./src/**/*.ts*",
|
|
"postinstall": "grunt",
|
|
"start": "snowpack dev",
|
|
"storybook": "start-storybook -p 6006 -s public",
|
|
"test": "jest",
|
|
"start:cypress": "cypress open",
|
|
"start:cypress-tests": "cypress run"
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/patternfly": "^4.108.2",
|
|
"@patternfly/react-core": "4.128.2",
|
|
"@patternfly/react-icons": "4.10.11",
|
|
"@patternfly/react-table": "4.27.24",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^20.3.1",
|
|
"keycloak-admin": "1.14.17",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.29.1",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.8.5",
|
|
"react-error-boundary": "^3.1.3",
|
|
"react-hook-form": "^6.8.3",
|
|
"react-i18next": "^11.7.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"use-react-router-breadcrumbs": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/preset-typescript": "^7.14.5",
|
|
"@jest/types": "^26.6.2",
|
|
"@snowpack/app-scripts-react": "^1.10.0",
|
|
"@snowpack/plugin-postcss": "1.4.0",
|
|
"@snowpack/plugin-webpack": "2.3.1",
|
|
"@storybook/addon-actions": "^6.2.9",
|
|
"@storybook/addon-essentials": "^6.1.7",
|
|
"@storybook/addon-info": "^5.3.21",
|
|
"@storybook/addon-links": "^6.2.9",
|
|
"@storybook/addons": "^6.2.9",
|
|
"@storybook/node-logger": "^6.1.7",
|
|
"@storybook/preset-create-react-app": "^3.1.7",
|
|
"@storybook/preset-typescript": "^3.0.0",
|
|
"@storybook/react": "^6.2.9",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@types/dot": "^1.1.4",
|
|
"@types/enzyme": "^3.10.8",
|
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
"@types/file-saver": "^2.0.2",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/lodash": "^4.14.170",
|
|
"@types/react": "^16.9.23",
|
|
"@types/react-dom": "^16.9.5",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/snowpack-env": "^2.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^3.8.0",
|
|
"@typescript-eslint/parser": "^3.8.0",
|
|
"babel-loader": "^8.1.0",
|
|
"cypress": "7.5.0",
|
|
"decompress": "^4.2.1",
|
|
"decompress-targz": "^4.1.1",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.6",
|
|
"enzyme-to-json": "^3.6.2",
|
|
"eslint": "^7.6.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"grunt": "^1.4.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"jest": "^26.6.3",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"postcss": "^8.3.3",
|
|
"postcss-cli": "^8.3.1",
|
|
"postcss-import": "^12.0.1",
|
|
"prettier": "^2.0.5",
|
|
"snowpack": "2.11.1",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|