7085927fd0
Bumps [i18next](https://github.com/i18next/i18next) from 23.15.2 to 23.16.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/v23.15.2...v23.16.0) --- updated-dependencies: - dependency-name: i18next 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>
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "@keycloak/keycloak-ui-shared",
|
|
"version": "999.0.0-SNAPSHOT",
|
|
"type": "module",
|
|
"main": "./dist/keycloak-ui-shared.js",
|
|
"types": "./dist/keycloak-ui-shared.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/keycloak-ui-shared.js",
|
|
"types": "./dist/keycloak-ui-shared.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"lint": "wireit"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../keycloak-admin-client:build"
|
|
],
|
|
"files": [
|
|
"src/**",
|
|
"package.json",
|
|
"tsconfig.json",
|
|
"vite.config.ts"
|
|
],
|
|
"output": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint .",
|
|
"dependencies": [
|
|
"../keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@patternfly/react-core": "^5.4.1",
|
|
"@patternfly/react-icons": "^5.4.0",
|
|
"@patternfly/react-styles": "^5.4.0",
|
|
"@patternfly/react-table": "^5.4.1",
|
|
"i18next": "^23.16.0",
|
|
"keycloak-js": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "7.53.0",
|
|
"react-i18next": "^15.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^5.4.8",
|
|
"vite-plugin-checker": "^0.8.0",
|
|
"vite-plugin-dts": "^4.2.4",
|
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
"vitest": "^2.1.2"
|
|
}
|
|
}
|