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-09-02 10:59:59 +00:00
|
|
|
"@patternfly/patternfly": "^5.4.0",
|
2024-08-28 00:14:50 +00:00
|
|
|
"@patternfly/react-core": "^5.4.0",
|
2024-08-28 02:14:55 +00:00
|
|
|
"@patternfly/react-icons": "^5.4.0",
|
2024-08-28 12:44:59 +00:00
|
|
|
"@patternfly/react-table": "^5.4.0",
|
2024-09-11 11:59:22 +00:00
|
|
|
"i18next": "^23.15.1",
|
2024-08-26 11:14:33 +00:00
|
|
|
"i18next-http-backend": "^2.6.1",
|
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-08-26 12:18:55 +00:00
|
|
|
"react-hook-form": "^7.53.0",
|
2024-09-16 14:17:04 +00:00
|
|
|
"react-i18next": "^15.0.2",
|
2024-09-10 10:29:47 +00:00
|
|
|
"react-router-dom": "^6.26.2"
|
2022-10-10 10:14:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-11 16:06:54 +00:00
|
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
2024-09-16 13:41:16 +00:00
|
|
|
"@playwright/test": "^1.47.1",
|
2023-11-22 08:49:24 +00:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-09-17 10:05:33 +00:00
|
|
|
"@types/react": "^18.3.6",
|
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-09-12 06:48:08 +00:00
|
|
|
"lightningcss": "^1.27.0",
|
2024-09-17 10:05:47 +00:00
|
|
|
"vite": "^5.4.6",
|
2024-09-06 17:46:52 +00:00
|
|
|
"vite-plugin-checker": "^0.8.0",
|
2024-09-09 11:18:24 +00:00
|
|
|
"vite-plugin-dts": "^4.2.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
|
|
|
}
|
|
|
|
}
|