6e3e78643c
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.11.0 to 6.11.1. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.11.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "account-ui",
|
|
"scripts": {
|
|
"dev": "wireit",
|
|
"build": "wireit",
|
|
"preview": "wireit",
|
|
"lint": "wireit"
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/patternfly": "^4.224.2",
|
|
"@patternfly/react-core": "^4.276.8",
|
|
"@patternfly/react-icons": "^4.93.6",
|
|
"i18next": "^22.4.15",
|
|
"i18next-http-backend": "^2.2.0",
|
|
"keycloak-js": "999.0.0-SNAPSHOT",
|
|
"keycloak-masthead": "999.0.0-SNAPSHOT",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-i18next": "^12.2.2",
|
|
"react-router-dom": "6.11.1",
|
|
"ui-shared": "999.0.0-SNAPSHOT"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.1",
|
|
"@vitejs/plugin-react-swc": "^3.3.0",
|
|
"vite": "^4.3.4",
|
|
"vite-plugin-checker": "^0.6.0"
|
|
},
|
|
"wireit": {
|
|
"dev": {
|
|
"command": "vite --host",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
},
|
|
"preview": {
|
|
"command": "vite preview",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
},
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
}
|
|
}
|
|
}
|