39c516148a
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/i18next/i18next-http-backend/releases) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.0.2...v2.1.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "account-ui",
|
|
"scripts": {
|
|
"dev": "wireit",
|
|
"build": "wireit",
|
|
"preview": "wireit",
|
|
"lint": "wireit"
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/patternfly": "^4.219.2",
|
|
"@patternfly/react-core": "^4.261.0",
|
|
"@patternfly/react-icons": "^4.92.10",
|
|
"i18next": "^22.0.2",
|
|
"i18next-http-backend": "^2.1.0",
|
|
"keycloak-js": "999.0.0-dev",
|
|
"keycloak-masthead": "999.0.0-dev",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-hook-form": "^7.38.0",
|
|
"react-i18next": "^12.0.0",
|
|
"react-router": "^6.4.3",
|
|
"react-router-dom": "^6.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.45",
|
|
"@types/react-dom": "^17.0.16",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"vite": "^3.2.4",
|
|
"vite-plugin-checker": "^0.5.1"
|
|
},
|
|
"wireit": {
|
|
"dev": {
|
|
"command": "vite --host",
|
|
"dependencies": [
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
},
|
|
"preview": {
|
|
"command": "vite preview",
|
|
"dependencies": [
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
},
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
"dependencies": [
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
}
|
|
}
|
|
}
|