d2fd6bd221
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 3.8.1 to 3.8.3. - [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.8.1...v3.8.3) --- 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>
65 lines
1.4 KiB
JSON
65 lines
1.4 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 .",
|
|
"dependencies": [
|
|
"../keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@patternfly/react-core": "^5.2.3",
|
|
"@patternfly/react-icons": "^5.2.1",
|
|
"i18next": "^23.11.2",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "7.51.3",
|
|
"react-i18next": "^14.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.2.78",
|
|
"@types/react-dom": "^18.2.25",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-checker": "^0.6.4",
|
|
"vite-plugin-dts": "^3.8.3",
|
|
"vite-plugin-lib-inject-css": "^2.0.1",
|
|
"vitest": "^1.5.0"
|
|
}
|
|
}
|