d3c2475041
Closes #21345 Closes #21344 Signed-off-by: Jon Koops <jonkoops@gmail.com> Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com> Co-authored-by: Mark Franceschelli <mfrances@redhat.com> Co-authored-by: Hynek Mlnařík <hmlnarik@redhat.com> Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "keycloak-masthead",
|
|
"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": "^5.2.3",
|
|
"@patternfly/react-styles": "^5.2.1",
|
|
"keycloak-js": "workspace:*",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.65",
|
|
"@types/react-dom": "^18.2.24",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-checker": "^0.6.4",
|
|
"vite-plugin-dts": "^3.8.1"
|
|
}
|
|
}
|