2023-02-07 11:29:30 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-11-14 11:04:55 +00:00
|
|
|
"dependencies": [
|
|
|
|
"../keycloak-admin-client:build"
|
|
|
|
],
|
2023-02-07 11:29:30 +00:00
|
|
|
"files": [
|
|
|
|
"src/**",
|
|
|
|
"package.json",
|
|
|
|
"tsconfig.json",
|
|
|
|
"vite.config.ts"
|
|
|
|
],
|
|
|
|
"output": [
|
|
|
|
"dist/**"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lint": {
|
2023-11-14 11:04:55 +00:00
|
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
|
|
"dependencies": [
|
|
|
|
"../keycloak-admin-client:build"
|
|
|
|
]
|
2023-02-07 11:29:30 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-01 13:41:15 +00:00
|
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
2023-11-14 12:49:04 +00:00
|
|
|
"@patternfly/react-core": "^4.278.0",
|
|
|
|
"@patternfly/react-icons": "^4.93.7",
|
2024-01-04 09:48:58 +00:00
|
|
|
"i18next": "^23.7.15",
|
2023-11-14 11:04:55 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-02-13 07:18:16 +00:00
|
|
|
"react": "^18.2.0",
|
2023-05-05 16:03:24 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2023-12-14 08:30:35 +00:00
|
|
|
"react-hook-form": "7.49.2",
|
2023-12-28 18:39:56 +00:00
|
|
|
"react-i18next": "^14.0.0"
|
2023-02-07 11:29:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-22 08:49:24 +00:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-01-08 00:29:16 +00:00
|
|
|
"@types/react": "^18.2.47",
|
2023-12-18 08:02:43 +00:00
|
|
|
"@types/react-dom": "^18.2.18",
|
2023-11-16 17:45:34 +00:00
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
2023-02-07 11:29:30 +00:00
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
2024-01-08 00:39:05 +00:00
|
|
|
"vite": "^5.0.11",
|
2023-08-21 10:04:10 +00:00
|
|
|
"vite-plugin-checker": "^0.6.2",
|
2023-12-26 11:33:39 +00:00
|
|
|
"vite-plugin-dts": "^3.7.0",
|
2023-11-14 11:04:55 +00:00
|
|
|
"vite-plugin-lib-inject-css": "^1.3.0",
|
2024-01-02 10:55:51 +00:00
|
|
|
"vitest": "^1.1.1"
|
2023-02-07 11:29:30 +00:00
|
|
|
}
|
|
|
|
}
|