2022-10-10 10:14:19 +00:00
|
|
|
{
|
2024-04-19 18:10:34 +00:00
|
|
|
"name": "@keycloak/keycloak-account-ui",
|
|
|
|
"version": "999.0.0-SNAPSHOT",
|
2023-07-07 14:34:54 +00:00
|
|
|
"type": "module",
|
2024-04-19 18:10:34 +00:00
|
|
|
"main": "lib/keycloak-account-ui.js",
|
|
|
|
"types": "./lib/keycloak-account-ui.d.ts",
|
2024-02-01 15:46:11 +00:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2024-04-19 18:10:34 +00:00
|
|
|
"import": "./lib/keycloak-account-ui.js",
|
|
|
|
"types": "./lib/keycloak-account-ui.d.ts"
|
2024-02-01 15:46:11 +00:00
|
|
|
}
|
|
|
|
},
|
2024-04-19 18:10:34 +00:00
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
2024-06-21 12:15:53 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2022-10-10 10:14:19 +00:00
|
|
|
"scripts": {
|
2022-11-03 14:06:26 +00:00
|
|
|
"dev": "wireit",
|
|
|
|
"build": "wireit",
|
|
|
|
"preview": "wireit",
|
2023-08-14 14:41:58 +00:00
|
|
|
"lint": "wireit",
|
|
|
|
"test": "wireit"
|
2022-10-10 10:14:19 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-24 14:36:20 +00:00
|
|
|
"@keycloak/keycloak-ui-shared": "workspace:*",
|
2024-05-08 13:02:45 +00:00
|
|
|
"@patternfly/patternfly": "^5.3.1",
|
2024-07-09 06:48:21 +00:00
|
|
|
"@patternfly/react-core": "^5.3.4",
|
2024-05-08 13:02:45 +00:00
|
|
|
"@patternfly/react-icons": "^5.3.2",
|
2024-07-09 06:48:57 +00:00
|
|
|
"@patternfly/react-table": "^5.3.4",
|
2024-07-15 00:52:32 +00:00
|
|
|
"i18next": "^23.12.1",
|
2024-05-20 01:10:27 +00:00
|
|
|
"i18next-http-backend": "^2.5.2",
|
2023-05-05 16:03:24 +00:00
|
|
|
"keycloak-js": "workspace:*",
|
2023-03-02 12:54:34 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2024-05-08 13:02:45 +00:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-07-05 13:33:36 +00:00
|
|
|
"react-hook-form": "^7.52.1",
|
2024-07-18 08:00:26 +00:00
|
|
|
"react-i18next": "^15.0.0",
|
2024-07-08 01:09:04 +00:00
|
|
|
"react-router-dom": "^6.24.1"
|
2022-10-10 10:14:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-11 16:06:54 +00:00
|
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
2024-07-17 07:55:45 +00:00
|
|
|
"@playwright/test": "^1.45.2",
|
2023-11-22 08:49:24 +00:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-05-24 00:20:32 +00:00
|
|
|
"@types/react": "^18.3.3",
|
2024-05-08 13:02:45 +00:00
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-05-23 09:37:57 +00:00
|
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
2024-05-27 01:28:33 +00:00
|
|
|
"lightningcss": "^1.25.1",
|
2024-07-17 07:53:24 +00:00
|
|
|
"vite": "^5.3.4",
|
2024-07-15 00:54:24 +00:00
|
|
|
"vite-plugin-checker": "^0.7.2",
|
2024-05-08 13:02:45 +00:00
|
|
|
"vite-plugin-dts": "^3.9.1"
|
2022-11-03 14:06:26 +00:00
|
|
|
},
|
|
|
|
"wireit": {
|
|
|
|
"dev": {
|
|
|
|
"command": "vite --host",
|
|
|
|
"dependencies": [
|
2023-02-07 11:29:30 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2023-07-07 14:34:54 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-11-03 14:06:26 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"preview": {
|
|
|
|
"command": "vite preview",
|
|
|
|
"dependencies": [
|
2023-02-07 11:29:30 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2023-07-07 14:34:54 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-11-03 14:06:26 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"command": "vite build",
|
|
|
|
"dependencies": [
|
2023-02-07 11:29:30 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2023-07-07 14:34:54 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-11-03 14:06:26 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"lint": {
|
2024-04-09 11:35:51 +00:00
|
|
|
"command": "eslint .",
|
2022-11-03 14:06:26 +00:00
|
|
|
"dependencies": [
|
2023-02-07 11:29:30 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2023-07-07 14:34:54 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-11-03 14:06:26 +00:00
|
|
|
]
|
2023-08-14 14:41:58 +00:00
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"command": "playwright test",
|
|
|
|
"dependencies": [
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
|
|
|
]
|
2022-11-03 14:06:26 +00:00
|
|
|
}
|
2022-10-10 10:14:19 +00:00
|
|
|
}
|
|
|
|
}
|