161936aa4c
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.22.2 to 6.22.3. - [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.22.3/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>
92 lines
2.4 KiB
JSON
92 lines
2.4 KiB
JSON
{
|
|
"name": "account-ui",
|
|
"type": "module",
|
|
"main": "dist/account-ui.js",
|
|
"types": "./dist/account-ui.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/account-ui.js",
|
|
"types": "./dist/account-ui.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "wireit",
|
|
"build": "wireit",
|
|
"preview": "wireit",
|
|
"lint": "wireit",
|
|
"test": "wireit"
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/patternfly": "^4.224.5",
|
|
"@patternfly/react-core": "^4.278.0",
|
|
"@patternfly/react-icons": "^4.93.7",
|
|
"@patternfly/react-table": "^4.113.6",
|
|
"i18next": "^23.10.1",
|
|
"i18next-http-backend": "^2.5.0",
|
|
"keycloak-js": "workspace:*",
|
|
"keycloak-masthead": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.51.0",
|
|
"react-i18next": "^14.1.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"ui-shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@playwright/test": "^1.42.1",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.2.65",
|
|
"@types/react-dom": "^18.2.21",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"lightningcss": "^1.24.0",
|
|
"vite": "^5.1.6",
|
|
"vite-plugin-checker": "^0.6.4",
|
|
"vite-plugin-dts": "^3.7.3"
|
|
},
|
|
"wireit": {
|
|
"dev": {
|
|
"command": "vite --host",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"preview": {
|
|
"command": "vite preview",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-masthead:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"test": {
|
|
"command": "playwright test",
|
|
"dependencies": [
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
}
|
|
}
|
|
}
|