f3af54e69d
Bumps [@patternfly/react-code-editor](https://github.com/patternfly/patternfly-react) from 5.4.3 to 5.4.10. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.3...@patternfly/react-code-editor@5.4.10) --- updated-dependencies: - dependency-name: "@patternfly/react-code-editor" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
128 lines
3.5 KiB
JSON
128 lines
3.5 KiB
JSON
{
|
|
"name": "@keycloak/keycloak-admin-ui",
|
|
"version": "999.0.0-SNAPSHOT",
|
|
"type": "module",
|
|
"main": "lib/keycloak-admin-ui.js",
|
|
"types": "./lib/keycloak-admin-ui.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./lib/keycloak-admin-ui.js",
|
|
"types": "./lib/keycloak-admin-ui.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "wireit",
|
|
"build": "wireit",
|
|
"preview": "wireit",
|
|
"lint": "wireit",
|
|
"test": "wireit",
|
|
"cy:open": "cypress open --e2e --browser chrome",
|
|
"cy:run": "cypress run --browser chrome",
|
|
"cy:check-types": "wireit",
|
|
"cy:ldap-server": "ldap-server-mock --conf=./cypress/fixtures/ldap/server.json --database=./cypress/fixtures/ldap/users.json"
|
|
},
|
|
"wireit": {
|
|
"dev": {
|
|
"command": "vite --host",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"preview": {
|
|
"command": "vite preview",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint .",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"test": {
|
|
"command": "vitest",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"cy:check-types": {
|
|
"command": "tsc --project cypress/tsconfig.json",
|
|
"dependencies": [
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@keycloak/keycloak-ui-shared": "workspace:*",
|
|
"@patternfly/patternfly": "^5.4.1",
|
|
"@patternfly/react-code-editor": "^5.4.10",
|
|
"@patternfly/react-core": "^5.4.1",
|
|
"@patternfly/react-icons": "^5.4.0",
|
|
"@patternfly/react-styles": "^5.4.0",
|
|
"@patternfly/react-table": "^5.4.8",
|
|
"admin-ui": "file:",
|
|
"dagre": "^0.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"file-selector": "^1.1.0",
|
|
"flat": "^6.0.1",
|
|
"i18next": "^23.16.2",
|
|
"i18next-http-backend": "^2.6.2",
|
|
"keycloak-js": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"monaco-editor": "^0.52.0",
|
|
"p-debounce": "^4.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-dropzone": "^14.2.10",
|
|
"react-hook-form": "^7.53.1",
|
|
"react-i18next": "^15.1.0",
|
|
"react-router-dom": "^6.27.0",
|
|
"reactflow": "^11.11.4",
|
|
"use-react-router-breadcrumbs": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@4tw/cypress-drag-drop": "^2.2.5",
|
|
"@testing-library/cypress": "^10.0.2",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.2",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@types/dagre": "^0.7.52",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
"cypress": "^13.15.0",
|
|
"cypress-axe": "^1.5.0",
|
|
"cypress-split": "^1.24.4",
|
|
"jsdom": "^25.0.1",
|
|
"ldap-server-mock": "^6.0.1",
|
|
"lightningcss": "^1.27.0",
|
|
"ts-node": "^10.9.2",
|
|
"uuid": "^10.0.0",
|
|
"vite": "^5.4.9",
|
|
"vite-plugin-checker": "^0.8.0",
|
|
"vite-plugin-dts": "^4.2.4",
|
|
"vitest": "^2.1.3"
|
|
}
|
|
}
|