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": {
|
2022-04-21 14:52:49 +00:00
|
|
|
"node": "^18"
|
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",
|
2022-02-24 10:44:31 +00:00
|
|
|
"start:cypress-tests": "cypress run --browser chrome",
|
2022-04-08 17:32:44 +00:00
|
|
|
"prepare": "husky install",
|
|
|
|
"server:start": "./scripts/start-server.mjs",
|
|
|
|
"server:import-client": "./scripts/import-client.mjs"
|
2020-08-04 12:59:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-16 04:11:54 +00:00
|
|
|
"@keycloak/keycloak-admin-client": "^19.0.0-dev.5",
|
2022-05-10 14:39:49 +00:00
|
|
|
"@patternfly/patternfly": "^4.192.1",
|
|
|
|
"@patternfly/react-code-editor": "^4.47.2",
|
|
|
|
"@patternfly/react-core": "^4.206.2",
|
|
|
|
"@patternfly/react-icons": "^4.57.2",
|
|
|
|
"@patternfly/react-table": "^4.75.2",
|
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-05-10 09:51:29 +00:00
|
|
|
"i18next": "^21.8.0",
|
2022-05-02 04:07:24 +00:00
|
|
|
"i18next-http-backend": "^1.4.0",
|
2022-02-02 10:33:57 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2022-04-18 04:09:51 +00:00
|
|
|
"moment": "^2.29.3",
|
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",
|
2022-03-21 16:08:13 +00:00
|
|
|
"react-flow-renderer": "^9.7.4",
|
2021-07-05 10:23:59 +00:00
|
|
|
"react-hook-form": "^6.15.8",
|
2022-05-10 09:58:21 +00:00
|
|
|
"react-i18next": "^11.16.9",
|
2022-04-19 09:28:53 +00:00
|
|
|
"react-router-dom": "^5.3.1",
|
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",
|
2022-02-14 17:21:45 +00:00
|
|
|
"@cypress/webpack-preprocessor": "^5.11.1",
|
2022-04-08 17:32:44 +00:00
|
|
|
"@octokit/rest": "^18.12.0",
|
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",
|
2022-04-11 04:12:26 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
2022-04-18 04:10:25 +00:00
|
|
|
"@testing-library/react": "^12.1.5",
|
2022-04-11 04:08:57 +00:00
|
|
|
"@testing-library/react-hooks": "^8.0.0",
|
2021-12-27 04:08:02 +00:00
|
|
|
"@types/dagre": "^0.7.47",
|
2022-01-17 10:39:49 +00:00
|
|
|
"@types/file-saver": "^2.0.5",
|
2021-12-08 15:08:42 +00:00
|
|
|
"@types/flat": "^5.0.2",
|
2022-04-08 17:32:44 +00:00
|
|
|
"@types/gunzip-maybe": "^1.4.0",
|
2022-02-07 04:10:29 +00:00
|
|
|
"@types/lodash-es": "^4.17.6",
|
2022-05-11 05:24:11 +00:00
|
|
|
"@types/node": "^17.0.32",
|
2022-05-10 09:53:26 +00:00
|
|
|
"@types/react": "^17.0.45",
|
2022-05-11 05:22:58 +00:00
|
|
|
"@types/react-dom": "^17.0.16",
|
2022-01-24 04:12:24 +00:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2021-07-07 11:50:38 +00:00
|
|
|
"@types/snowpack-env": "^2.3.4",
|
2022-04-08 17:32:44 +00:00
|
|
|
"@types/tar-fs": "^2.0.1",
|
2022-05-10 09:57:55 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
2022-05-10 10:50:28 +00:00
|
|
|
"@typescript-eslint/parser": "^5.23.0",
|
2022-05-10 09:52:46 +00:00
|
|
|
"cypress": "^9.6.1",
|
2022-03-15 09:45:15 +00:00
|
|
|
"cypress-file-upload": "^5.0.8",
|
2020-08-06 09:31:45 +00:00
|
|
|
"decompress": "^4.2.1",
|
2022-03-24 09:01:41 +00:00
|
|
|
"del": "^6.0.0",
|
2022-05-10 09:55:40 +00:00
|
|
|
"eslint": "^8.15.0",
|
2022-03-06 11:12:55 +00:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2021-09-16 10:24:21 +00:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2022-02-21 04:06:26 +00:00
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
2021-09-01 16:23:21 +00:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-03-14 04:19:55 +00:00
|
|
|
"eslint-plugin-react": "^7.29.4",
|
2022-05-02 04:15:25 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
2022-04-08 17:32:44 +00:00
|
|
|
"gunzip-maybe": "^1.4.2",
|
2021-07-16 08:59:46 +00:00
|
|
|
"http2-proxy": "^5.0.53",
|
2022-05-10 10:11:14 +00:00
|
|
|
"husky": "^8.0.1",
|
2022-05-10 09:55:08 +00:00
|
|
|
"jest": "^28.1.0",
|
2022-05-10 10:11:38 +00:00
|
|
|
"jest-environment-jsdom": "^28.1.0",
|
2022-05-02 10:01:07 +00:00
|
|
|
"lint-staged": "^12.4.1",
|
2022-05-02 04:12:14 +00:00
|
|
|
"node-fetch": "^3.2.4",
|
2022-05-02 14:04:03 +00:00
|
|
|
"postcss": "^8.4.13",
|
2022-03-28 04:10:33 +00:00
|
|
|
"postcss-import": "^14.1.0",
|
2022-03-10 09:41:47 +00:00
|
|
|
"postcss-svg": "^3.0.0",
|
2022-04-04 04:08:30 +00:00
|
|
|
"prettier": "^2.6.2",
|
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",
|
2022-04-08 17:32:44 +00:00
|
|
|
"tar-fs": "^2.1.1",
|
2022-05-10 09:51:56 +00:00
|
|
|
"ts-jest": "^28.0.2",
|
2022-03-06 11:09:52 +00:00
|
|
|
"ts-node": "^10.7.0",
|
2022-05-02 04:14:45 +00:00
|
|
|
"typescript": "^4.6.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
|
|
|
}
|
|
|
|
}
|