keycloak-scim/libs/ui-shared/package.json
dependabot[bot] 5e61cb8e17
Bump vite-plugin-checker from 0.5.5 to 0.5.6 (#4426)
Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) from 0.5.5 to 0.5.6.
- [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.5...vite-plugin-checker@0.5.6)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 09:18:57 -05:00

52 lines
1.1 KiB
JSON

{
"name": "ui-shared",
"version": "999.0.0-dev",
"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",
"files": [
"src/**",
"package.json",
"tsconfig.json",
"vite.config.ts"
],
"output": [
"dist/**"
]
},
"lint": {
"command": "eslint . --ext js,jsx,mjs,ts,tsx"
}
},
"dependencies": {
"@patternfly/react-core": "^4.267.6",
"react-hook-form": "7.43.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.1",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-dts": "^1.7.3"
}
}