keycloak-scim/js/libs/ui-shared/package.json
dependabot[bot] ac32a7f875
Bump vite from 4.4.6 to 4.4.7 in /js (#21933)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.6 to 4.4.7.
- [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/v4.4.7/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>
2023-07-25 09:03:23 +00:00

53 lines
1.1 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",
"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.276.8",
"@patternfly/react-icons": "^4.93.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "7.44.3"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.4.7",
"vite-plugin-checker": "^0.6.1",
"vite-plugin-dts": "^3.3.1",
"vitest": "^0.33.0"
}
}