mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Bumps [i18next](https://github.com/i18next/i18next) from 25.5.3 to 25.6.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v25.5.3...v25.6.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.6.0 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>
120 lines
2.9 KiB
JSON
120 lines
2.9 KiB
JSON
{
|
|
"name": "@keycloak/keycloak-account-ui",
|
|
"version": "999.0.0-SNAPSHOT",
|
|
"type": "module",
|
|
"main": "lib/keycloak-account-ui.js",
|
|
"types": "./lib/keycloak-account-ui.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./lib/keycloak-account-ui.js",
|
|
"types": "./lib/keycloak-account-ui.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "wireit",
|
|
"build": "wireit",
|
|
"build-lib": "wireit",
|
|
"preview": "wireit",
|
|
"lint": "wireit",
|
|
"test": "wireit"
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-ui-shared": "workspace:*",
|
|
"@patternfly/patternfly": "^5.4.2",
|
|
"@patternfly/react-core": "^5.4.14",
|
|
"@patternfly/react-icons": "^5.4.2",
|
|
"@patternfly/react-table": "^5.4.16",
|
|
"i18next": "^25.6.0",
|
|
"i18next-fetch-backend": "^6.0.0",
|
|
"keycloak-js": "^26.2.0",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.63.0",
|
|
"react-i18next": "^16.0.0",
|
|
"react-router-dom": "^6.30.1"
|
|
},
|
|
"devDependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@playwright/test": "^1.56.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
"cross-env": "^10.1.0",
|
|
"lightningcss": "^1.30.1",
|
|
"vite": "^7.1.7",
|
|
"vite-plugin-checker": "^0.11.0",
|
|
"vite-plugin-dts": "^4.5.4"
|
|
},
|
|
"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"
|
|
],
|
|
"files": [
|
|
"public",
|
|
"src",
|
|
"tsconfig.json",
|
|
"vite.config.ts"
|
|
],
|
|
"output": [
|
|
"target/classes/theme/keycloak.v3/account/resources"
|
|
]
|
|
},
|
|
"build-lib": {
|
|
"command": "cross-env LIB=true 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": "playwright test",
|
|
"dependencies": [
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Red Hat, Inc.",
|
|
"url": "https://www.keycloak.org/"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/keycloak/keycloak.git",
|
|
"directory": "js/apps/account-ui"
|
|
},
|
|
"homepage": "https://www.keycloak.org/"
|
|
}
|