befb4eba50
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.5.2 to 2.6.0. - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.5.2...v2.6.0) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
133 lines
3.7 KiB
JSON
133 lines
3.7 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-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"preview": {
|
|
"command": "vite preview",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint .",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"test": {
|
|
"command": "vitest",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js: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.3.1",
|
|
"@patternfly/react-code-editor": "^5.3.4",
|
|
"@patternfly/react-core": "^5.3.4",
|
|
"@patternfly/react-icons": "^5.3.2",
|
|
"@patternfly/react-styles": "^5.3.1",
|
|
"@patternfly/react-table": "^5.3.4",
|
|
"admin-ui": "file:",
|
|
"dagre": "^0.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"file-selector": "^0.6.0",
|
|
"flat": "^6.0.1",
|
|
"i18next": "^23.13.0",
|
|
"i18next-http-backend": "^2.6.0",
|
|
"keycloak-js": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"monaco-editor": "^0.50.0",
|
|
"p-debounce": "^4.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "^7.52.2",
|
|
"react-i18next": "^15.0.1",
|
|
"react-router-dom": "^6.26.1",
|
|
"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.4.8",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@types/dagre": "^0.7.52",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"cypress": "^13.13.3",
|
|
"cypress-axe": "^1.5.0",
|
|
"cypress-split": "^1.24.0",
|
|
"jsdom": "^24.1.1",
|
|
"ldap-server-mock": "^6.0.1",
|
|
"lightningcss": "^1.26.0",
|
|
"ts-node": "^10.9.2",
|
|
"uuid": "^10.0.0",
|
|
"vite": "^5.4.1",
|
|
"vite-plugin-checker": "^0.7.2",
|
|
"vite-plugin-dts": "^4.0.3",
|
|
"vitest": "^2.0.5"
|
|
}
|
|
}
|