0750699725
Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) from 0.5.1 to 0.5.2. - [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.1...vite-plugin-checker@0.5.2) --- 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> 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.4",
|
|
"vite-plugin-checker": "^0.5.2",
|
|
"vite-plugin-dts": "^1.7.1"
|
|
}
|
|
}
|