65f4ea9c8c
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest) --- updated-dependencies: - dependency-name: vitest 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>
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "@keycloak/keycloak-ui-shared",
|
|
"version": "999.0.0-SNAPSHOT",
|
|
"type": "module",
|
|
"main": "./dist/keycloak-ui-shared.js",
|
|
"types": "./dist/keycloak-ui-shared.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/keycloak-ui-shared.js",
|
|
"types": "./dist/keycloak-ui-shared.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"lint": "wireit"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../keycloak-admin-client:build"
|
|
],
|
|
"files": [
|
|
"src/**",
|
|
"package.json",
|
|
"tsconfig.json",
|
|
"vite.config.ts"
|
|
],
|
|
"output": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint .",
|
|
"dependencies": [
|
|
"../keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@patternfly/react-core": "^5.4.8",
|
|
"@patternfly/react-icons": "^5.4.2",
|
|
"@patternfly/react-styles": "^5.4.1",
|
|
"@patternfly/react-table": "^5.4.8",
|
|
"i18next": "^23.16.4",
|
|
"keycloak-js": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "7.53.1",
|
|
"react-i18next": "^15.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-checker": "^0.8.0",
|
|
"vite-plugin-dts": "^4.3.0",
|
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
"vitest": "^2.1.4"
|
|
}
|
|
}
|