da02e771f6
Bumps [i18next](https://github.com/i18next/i18next) from 23.8.2 to 23.9.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.8.2...v23.9.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "ui-shared",
|
|
"type": "module",
|
|
"main": "./dist/ui-shared.js",
|
|
"types": "./dist/ui-shared.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/ui-shared.js",
|
|
"types": "./dist/ui-shared.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"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 . --ext js,jsx,mjs,ts,tsx",
|
|
"dependencies": [
|
|
"../keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@patternfly/react-core": "^4.278.0",
|
|
"@patternfly/react-icons": "^4.93.7",
|
|
"i18next": "^23.9.0",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "7.50.1",
|
|
"react-i18next": "^14.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.2.56",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^5.1.3",
|
|
"vite-plugin-checker": "^0.6.4",
|
|
"vite-plugin-dts": "^3.7.2",
|
|
"vite-plugin-lib-inject-css": "^1.3.0",
|
|
"vitest": "^1.3.0"
|
|
}
|
|
}
|