3f3375bc83
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development 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>
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "ui-shared",
|
|
"type": "module",
|
|
"main": "./dist/ui-shared.js",
|
|
"types": "./dist/ui-shared.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/ui-shared.js",
|
|
"types": "./dist/ui-shared.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"lint": "wireit"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../keycloak-admin-client:build"
|
|
],
|
|
"files": [
|
|
"src/**",
|
|
"package.json",
|
|
"tsconfig.json",
|
|
"vite.config.ts"
|
|
],
|
|
"output": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
"dependencies": [
|
|
"../keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@patternfly/react-core": "^4.278.0",
|
|
"@patternfly/react-icons": "^4.93.7",
|
|
"i18next": "^23.10.0",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "7.51.0",
|
|
"react-i18next": "^14.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.2.62",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^5.1.5",
|
|
"vite-plugin-checker": "^0.6.4",
|
|
"vite-plugin-dts": "^3.7.3",
|
|
"vite-plugin-lib-inject-css": "^2.0.0",
|
|
"vitest": "^1.3.0"
|
|
}
|
|
}
|