46bdefc825
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.258.6 to 4.261.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.258.6...@patternfly/react-core@4.261.0) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "keycloak-masthead",
|
|
"version": "999.0.0-dev",
|
|
"type": "module",
|
|
"main": "./dist/keycloak-masthead.js",
|
|
"types": "./dist/keycloak-masthead.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/keycloak-masthead.js",
|
|
"types": "./dist/keycloak-masthead.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"lint": "wireit"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../../libs/keycloak-js:build"
|
|
],
|
|
"files": [
|
|
"src/**",
|
|
"package.json",
|
|
"tsconfig.json",
|
|
"vite.config.ts"
|
|
],
|
|
"output": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
"dependencies": [
|
|
"../../libs/keycloak-js:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/react-core": "^4.261.0",
|
|
"keycloak-js": "999.0.0-dev",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.45",
|
|
"@types/react-dom": "^17.0.16",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^3.2.2",
|
|
"vite-plugin-checker": "^0.5.1",
|
|
"vite-plugin-dts": "^1.7.0"
|
|
}
|
|
}
|