2020-08-04 12:59:41 +00:00
|
|
|
{
|
2020-11-24 20:45:12 +00:00
|
|
|
"name": "keycloak-admin-ui",
|
2021-06-17 10:01:00 +00:00
|
|
|
"version": "0.0.1",
|
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": {
|
|
|
|
"node": "16"
|
|
|
|
},
|
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": {
|
2021-09-16 14:18:01 +00:00
|
|
|
"@keycloak/keycloak-admin-client": "^16.0.0-dev.17",
|
2021-09-16 21:54:08 +00:00
|
|
|
"@patternfly/patternfly": "^4.135.2",
|
|
|
|
"@patternfly/react-code-editor": "^4.3.60",
|
|
|
|
"@patternfly/react-core": "4.157.2",
|
|
|
|
"@patternfly/react-icons": "4.11.17",
|
|
|
|
"@patternfly/react-table": "4.30.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-09-08 10:16:26 +00:00
|
|
|
"i18next": "^20.6.1",
|
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-06-02 06:21:12 +00:00
|
|
|
"react-error-boundary": "^3.1.3",
|
2021-09-06 04:08:38 +00:00
|
|
|
"react-flow-renderer": "^9.6.7",
|
2021-07-05 10:23:59 +00:00
|
|
|
"react-hook-form": "^6.15.8",
|
2021-09-09 13:53:44 +00:00
|
|
|
"react-i18next": "^11.12.0",
|
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-08 10:15:55 +00:00
|
|
|
"@jest/types": "^27.1.1",
|
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-09-17 13:23:34 +00:00
|
|
|
"@testing-library/cypress": "^8.0.1",
|
2021-06-21 13:10:13 +00:00
|
|
|
"@testing-library/jest-dom": "^5.14.1",
|
2021-09-13 04:06:12 +00:00
|
|
|
"@testing-library/react": "^12.1.0",
|
2021-08-09 08:47:34 +00:00
|
|
|
"@types/dagre": "^0.7.45",
|
2021-07-10 16:30:19 +00:00
|
|
|
"@types/file-saver": "^2.0.3",
|
2021-09-16 14:16:58 +00:00
|
|
|
"@types/lodash": "^4.14.173",
|
2021-09-16 14:30:55 +00:00
|
|
|
"@types/react": "^17.0.21",
|
2021-07-10 13:16:35 +00:00
|
|
|
"@types/react-dom": "^17.0.9",
|
2021-09-16 14:30:19 +00:00
|
|
|
"@types/react-router-dom": "^5.1.9",
|
2021-07-07 11:50:38 +00:00
|
|
|
"@types/snowpack-env": "^2.3.4",
|
2021-07-20 14:50:37 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
2021-09-16 14:16:37 +00:00
|
|
|
"@typescript-eslint/parser": "^4.31.1",
|
2021-09-20 04:06:55 +00:00
|
|
|
"cypress": "8.4.1",
|
2020-08-06 09:31:45 +00:00
|
|
|
"decompress": "^4.2.1",
|
|
|
|
"decompress-targz": "^4.1.1",
|
2021-08-02 04:06:58 +00:00
|
|
|
"eslint": "^7.32.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-09-17 07:34:13 +00:00
|
|
|
"eslint-plugin-react": "^7.25.2",
|
2021-07-16 08:59:46 +00:00
|
|
|
"http2-proxy": "^5.0.53",
|
2021-08-25 08:26:30 +00:00
|
|
|
"husky": "^7.0.2",
|
2021-09-17 07:33:15 +00:00
|
|
|
"jest": "^27.2.0",
|
2021-08-06 23:26:45 +00:00
|
|
|
"lint-staged": "^11.1.2",
|
2021-07-23 09:49:27 +00:00
|
|
|
"postcss": "^8.3.6",
|
2021-07-05 04:19:56 +00:00
|
|
|
"postcss-import": "^14.0.2",
|
2021-09-16 14:17:34 +00:00
|
|
|
"prettier": "^2.4.1",
|
2021-07-16 12:53:56 +00:00
|
|
|
"snowpack": "^3.8.2",
|
2021-09-17 07:33:15 +00:00
|
|
|
"ts-jest": "^27.0.5",
|
2021-08-19 12:04:14 +00:00
|
|
|
"ts-node": "^10.2.1",
|
2021-09-17 07:33:15 +00:00
|
|
|
"typescript": "^4.4.3"
|
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
|
|
|
}
|
|
|
|
}
|