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-03-11 01:08:09 +00:00
|
|
|
"i18next": "^23.10.1",
|
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",
|
2024-03-28 10:59:42 +00:00
|
|
|
"react-hook-form": "7.51.2",
|
2024-03-11 16:08:37 +00:00
|
|
|
"react-i18next": "^14.1.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-03-12 12:15:20 +00:00
|
|
|
"@types/react": "^18.2.65",
|
2024-03-18 14:51:52 +00:00
|
|
|
"@types/react-dom": "^18.2.22",
|
2024-02-02 16:05:53 +00:00
|
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
2023-02-07 11:29:30 +00:00
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
2024-03-25 00:42:35 +00:00
|
|
|
"vite": "^5.2.6",
|
2024-02-01 16:29:09 +00:00
|
|
|
"vite-plugin-checker": "^0.6.4",
|
2024-03-28 11:20:24 +00:00
|
|
|
"vite-plugin-dts": "^3.8.1",
|
2024-03-25 08:08:59 +00:00
|
|
|
"vite-plugin-lib-inject-css": "^2.0.1",
|
2024-03-19 07:06:11 +00:00
|
|
|
"vitest": "^1.4.0"
|
2023-02-07 11:29:30 +00:00
|
|
|
}
|
|
|
|
}
|