keycloak-scim/package.json

92 lines
2.9 KiB
JSON
Raw Normal View History

{
"name": "keycloak-admin-ui",
"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",
"engines": {
"node": "16"
},
"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",
"start": "snowpack dev",
2021-07-16 08:59:46 +00:00
"start:rh-sso": "THEME_NAME=rh-sso snowpack dev",
"test": "jest",
"start:cypress": "cypress open",
"start:cypress-tests": "cypress run",
"prepare": "husky install"
},
"dependencies": {
"@keycloak/keycloak-admin-client": "^16.0.0-dev.32",
2021-09-16 21:54:08 +00:00
"@patternfly/patternfly": "^4.135.2",
"@patternfly/react-code-editor": "^4.3.61",
"@patternfly/react-core": "4.157.3",
2021-09-16 21:54:08 +00:00
"@patternfly/react-icons": "4.11.17",
"@patternfly/react-table": "4.30.3",
Initial version of the authentication section (#887) * initial version of create authentication screen * initial version of authentication details * added flow details labels to view header * not in use fix * create execution tree * fixed collapsable row layout * fix drag and drop expand * fix merge error * move to modal * diff and post drag and drop changes * fixed locating the parent row * move "live text" for d&d to common messages * firefox fix * initial version of the diagram * use dagre to layout automatically * moved to sperate file * conditional node * now renders subflows sequential * changed to render sequential or parallel flows * fixed render of sub flows * added button edge, drawer and selectable nodes * add requirement dropdown * also do move so we can merge * also do move so we can merge * fixed merge * added refresh * change requirement * fixed merge error * now uses the new routes * Split out routes into multiple files * Update src/authentication/AuthenticationSection.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * Update src/authentication/FlowDetails.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * Update src/authentication/FlowDetails.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * Update src/authentication/FlowDetails.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * Update src/authentication/FlowDetails.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * fixed labels * merge fix * make execution of these parrallel * added some tests * Update src/authentication/components/FlowRequirementDropdown.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * more review changes * fixed merge error Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-08-09 08:47:34 +00:00
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"i18next": "^21.3.0",
"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",
"react-error-boundary": "^3.1.3",
"react-flow-renderer": "^9.6.8",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.12.0",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},
"devDependencies": {
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
"@cypress/webpack-preprocessor": "^5.9.1",
"@jest/types": "^27.2.5",
"@snowpack/app-scripts-react": "^2.0.1",
2021-07-16 08:59:46 +00:00
"@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@testing-library/cypress": "^8.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
Initial version of the authentication section (#887) * initial version of create authentication screen * initial version of authentication details * added flow details labels to view header * not in use fix * create execution tree * fixed collapsable row layout * fix drag and drop expand * fix merge error * move to modal * diff and post drag and drop changes * fixed locating the parent row * move "live text" for d&d to common messages * firefox fix * initial version of the diagram * use dagre to layout automatically * moved to sperate file * conditional node * now renders subflows sequential * changed to render sequential or parallel flows * fixed render of sub flows * added button edge, drawer and selectable nodes * add requirement dropdown * also do move so we can merge * also do move so we can merge * fixed merge * added refresh * change requirement * fixed merge error * now uses the new routes * Split out routes into multiple files * Update src/authentication/AuthenticationSection.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * Update src/authentication/FlowDetails.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * Update src/authentication/FlowDetails.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * Update src/authentication/FlowDetails.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * Update src/authentication/FlowDetails.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * fixed labels * merge fix * make execution of these parrallel * added some tests * Update src/authentication/components/FlowRequirementDropdown.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * more review changes * fixed merge error Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-08-09 08:47:34 +00:00
"@types/dagre": "^0.7.45",
"@types/file-saver": "^2.0.3",
"@types/lodash": "^4.14.175",
"@types/node": "^16.10.5",
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.1",
"@types/snowpack-env": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"cypress": "8.6.0",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
2021-09-16 10:24:21 +00:00
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4",
2021-07-16 08:59:46 +00:00
"http2-proxy": "^5.0.53",
"husky": "^7.0.2",
"jest": "^27.2.5",
"lint-staged": "^11.2.3",
"postcss": "^8.3.9",
"postcss-import": "^14.0.2",
"prettier": "^2.4.1",
"snowpack": "^3.8.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"lint-staged": {
2021-07-15 20:56:25 +00:00
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
}
}