2020-08-04 12:59:41 +00:00
|
|
|
{
|
2020-11-24 20:45:12 +00:00
|
|
|
"name": "keycloak-admin-ui",
|
2020-08-04 12:59:41 +00:00
|
|
|
"main": "index.js",
|
2021-06-17 10:01:00 +00:00
|
|
|
"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",
|
2021-04-30 08:43:23 +00:00
|
|
|
"engines": {
|
2021-11-20 12:55:00 +00:00
|
|
|
"node": "16"
|
2021-04-30 08:43:23 +00:00
|
|
|
},
|
2020-08-04 12:59:41 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "snowpack build",
|
2021-07-16 08:59:46 +00:00
|
|
|
"build:rh-sso": "THEME_NAME=rh-sso snowpack build",
|
2021-09-16 10:24:21 +00:00
|
|
|
"lint": "eslint . --ext js,jsx,mjs,ts,tsx",
|
2020-10-06 21:42:32 +00:00
|
|
|
"start": "snowpack dev",
|
2021-07-16 08:59:46 +00:00
|
|
|
"start:rh-sso": "THEME_NAME=rh-sso snowpack dev",
|
2021-01-12 17:04:52 +00:00
|
|
|
"test": "jest",
|
2021-02-19 06:37:22 +00:00
|
|
|
"start:cypress": "cypress open",
|
2021-07-05 12:52:55 +00:00
|
|
|
"start:cypress-tests": "cypress run",
|
2021-07-13 11:33:46 +00:00
|
|
|
"prepare": "husky install"
|
2020-08-04 12:59:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-04 09:17:43 +00:00
|
|
|
"@keycloak/keycloak-admin-client": "^17.0.0-dev.5",
|
2021-12-20 15:17:39 +00:00
|
|
|
"@patternfly/patternfly": "^4.164.2",
|
2021-12-23 19:34:43 +00:00
|
|
|
"@patternfly/react-code-editor": "^4.22.1",
|
|
|
|
"@patternfly/react-core": "^4.181.1",
|
2021-12-20 15:17:02 +00:00
|
|
|
"@patternfly/react-icons": "^4.32.1",
|
2021-12-23 19:34:43 +00:00
|
|
|
"@patternfly/react-table": "^4.50.1",
|
2021-08-09 08:47:34 +00:00
|
|
|
"dagre": "^0.8.5",
|
2021-04-30 16:43:34 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2021-12-08 15:08:42 +00:00
|
|
|
"flat": "^5.0.2",
|
2022-01-03 09:49:58 +00:00
|
|
|
"i18next": "^21.6.4",
|
2020-12-07 19:23:18 +00:00
|
|
|
"lodash": "^4.17.20",
|
2020-12-11 13:05:41 +00:00
|
|
|
"moment": "^2.29.1",
|
2021-07-07 12:04:44 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-11-01 04:14:09 +00:00
|
|
|
"react-error-boundary": "^3.1.4",
|
2021-12-20 04:12:32 +00:00
|
|
|
"react-flow-renderer": "^9.7.1",
|
2021-07-05 10:23:59 +00:00
|
|
|
"react-hook-form": "^6.15.8",
|
2022-01-03 09:50:10 +00:00
|
|
|
"react-i18next": "^11.15.3",
|
2021-09-06 07:46:41 +00:00
|
|
|
"react-router-dom": "^5.3.0",
|
2021-07-05 10:26:03 +00:00
|
|
|
"use-react-router-breadcrumbs": "^2.0.2"
|
2020-08-04 12:59:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-20 14:56:02 +00:00
|
|
|
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
2021-12-23 15:07:31 +00:00
|
|
|
"@cypress/webpack-preprocessor": "^5.11.0",
|
2021-12-06 04:11:01 +00:00
|
|
|
"@jest/types": "^27.4.2",
|
2021-07-16 12:53:56 +00:00
|
|
|
"@snowpack/app-scripts-react": "^2.0.1",
|
2021-07-16 08:59:46 +00:00
|
|
|
"@snowpack/plugin-postcss": "^1.4.3",
|
2021-07-14 12:17:57 +00:00
|
|
|
"@snowpack/plugin-react-refresh": "^2.5.0",
|
2021-07-14 10:43:21 +00:00
|
|
|
"@snowpack/plugin-typescript": "^1.2.1",
|
2021-11-15 04:06:30 +00:00
|
|
|
"@testing-library/cypress": "^8.0.2",
|
2021-12-07 10:57:58 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.1",
|
2021-09-29 09:01:35 +00:00
|
|
|
"@testing-library/react": "^12.1.1",
|
2021-11-30 13:07:44 +00:00
|
|
|
"@testing-library/react-hooks": "^7.0.2",
|
2021-12-27 04:08:02 +00:00
|
|
|
"@types/dagre": "^0.7.47",
|
2021-11-20 13:12:30 +00:00
|
|
|
"@types/file-saver": "^2.0.4",
|
2021-12-08 15:08:42 +00:00
|
|
|
"@types/flat": "^5.0.2",
|
2021-12-13 04:07:13 +00:00
|
|
|
"@types/lodash": "^4.14.178",
|
2022-01-03 04:07:09 +00:00
|
|
|
"@types/node": "^17.0.6",
|
2021-12-23 14:48:05 +00:00
|
|
|
"@types/react": "^17.0.38",
|
2021-11-04 20:09:55 +00:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2021-10-26 09:30:26 +00:00
|
|
|
"@types/react-router-dom": "^5.3.2",
|
2021-07-07 11:50:38 +00:00
|
|
|
"@types/snowpack-env": "^2.3.4",
|
2022-01-03 09:51:23 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
2022-01-03 04:06:39 +00:00
|
|
|
"@typescript-eslint/parser": "^5.8.1",
|
2021-11-15 07:28:55 +00:00
|
|
|
"cli-progress": "^3.9.1",
|
2021-10-19 11:55:49 +00:00
|
|
|
"cypress": "^8.5.0",
|
2020-08-06 09:31:45 +00:00
|
|
|
"decompress": "^4.2.1",
|
2022-01-03 04:07:33 +00:00
|
|
|
"eslint": "^8.6.0",
|
2021-07-13 12:56:44 +00:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-09-16 10:24:21 +00:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2021-09-01 16:23:21 +00:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-12-23 14:47:24 +00:00
|
|
|
"eslint-plugin-react": "^7.28.0",
|
2021-12-06 04:16:25 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.5.0",
|
2021-07-16 08:59:46 +00:00
|
|
|
"http2-proxy": "^5.0.53",
|
2021-10-25 08:57:11 +00:00
|
|
|
"husky": "^7.0.4",
|
2021-12-20 04:08:40 +00:00
|
|
|
"jest": "^27.4.5",
|
2022-01-03 09:49:37 +00:00
|
|
|
"lint-staged": "^12.1.5",
|
2021-12-13 04:08:24 +00:00
|
|
|
"postcss": "^8.4.5",
|
2021-07-05 04:19:56 +00:00
|
|
|
"postcss-import": "^14.0.2",
|
2021-12-06 04:11:56 +00:00
|
|
|
"prettier": "^2.5.1",
|
2021-11-15 07:28:55 +00:00
|
|
|
"progress-promise": "^0.0.6",
|
2021-10-14 12:17:30 +00:00
|
|
|
"snowpack": "^3.8.6",
|
2021-12-20 04:11:15 +00:00
|
|
|
"ts-jest": "^27.1.2",
|
2021-10-25 04:11:17 +00:00
|
|
|
"ts-node": "^10.4.0",
|
2021-12-20 04:15:00 +00:00
|
|
|
"typescript": "^4.5.4"
|
2021-07-13 11:33:46 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2021-07-15 20:56:25 +00:00
|
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
2020-08-04 12:59:41 +00:00
|
|
|
}
|
|
|
|
}
|