keycloak-scim/apps/account-ui/package.json
dependabot[bot] 6462785e17
Bump i18next-http-backend from 2.0.0 to 2.0.1 (#3689)
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/i18next/i18next-http-backend/releases)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
2022-11-02 12:08:34 +01:00

28 lines
732 B
JSON

{
"name": "account-ui",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext js,jsx,mjs,ts,tsx"
},
"dependencies": {
"@patternfly/patternfly": "^4.217.1",
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-icons": "^4.92.6",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.0.0",
"react-router": "^6.4.1",
"react-router-dom": "^6.4.1"
},
"devDependencies": {
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.2",
"vite-plugin-checker": "^0.5.1"
}
}