keycloak-scim/js/libs/ui-shared/package.json
dependabot[bot] cc7199c5d6
Bump @types/react from 18.2.13 to 18.2.14 in /js (#21226)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.13 to 18.2.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  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-06-26 16:42:56 +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.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.3.9",
"vite-plugin-checker": "^0.6.0",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.32.2"
}
}