031205999f
Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases) - [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md) - [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.5.2...vite-plugin-checker@0.5.3) --- updated-dependencies: - dependency-name: vite-plugin-checker dependency-type: direct:development 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>
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.222.4",
|
|
"@patternfly/react-core": "^4.267.6",
|
|
"@patternfly/react-icons": "^4.93.3",
|
|
"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.5",
|
|
"vite-plugin-checker": "^0.5.3"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|