55c0e5766f
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.1.0...v10.2.0) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
87 lines
2.6 KiB
JSON
87 lines
2.6 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.125.3",
|
|
"@patternfly/react-core": "4.147.0",
|
|
"@patternfly/react-icons": "4.11.8",
|
|
"@patternfly/react-table": "4.29.37",
|
|
"dagre": "^0.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^20.3.5",
|
|
"keycloak-admin": "^1.14.20",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.29.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-error-boundary": "^3.1.3",
|
|
"react-flow-renderer": "^9.6.4",
|
|
"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/dagre": "^0.7.45",
|
|
"@types/file-saver": "^2.0.3",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/react": "^17.0.16",
|
|
"@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.29.0",
|
|
"cypress": "8.2.0",
|
|
"decompress": "^4.2.1",
|
|
"decompress-targz": "^4.1.1",
|
|
"eslint": "^7.32.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.2",
|
|
"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.2.0",
|
|
"typescript": "4.2.4"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|