9fec709501
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/qmhc/vite-plugin-dts/releases) - [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md) - [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: vite-plugin-dts 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.7.18",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "7.49.3",
|
|
"react-i18next": "^14.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^5.0.12",
|
|
"vite-plugin-checker": "^0.6.2",
|
|
"vite-plugin-dts": "^3.7.2",
|
|
"vite-plugin-lib-inject-css": "^1.3.0",
|
|
"vitest": "^1.2.1"
|
|
}
|
|
}
|