2022-08-25 09:03:07 +00:00
|
|
|
{
|
|
|
|
"name": "admin-ui",
|
|
|
|
"scripts": {
|
2022-09-14 12:42:19 +00:00
|
|
|
"dev": "wireit",
|
|
|
|
"build": "wireit",
|
|
|
|
"preview": "wireit",
|
|
|
|
"lint": "wireit",
|
|
|
|
"test": "wireit",
|
2022-08-25 09:03:07 +00:00
|
|
|
"cy:open": "cypress open --e2e --browser chrome",
|
|
|
|
"cy:run": "cypress run --browser chrome",
|
2022-11-08 14:01:11 +00:00
|
|
|
"cy:check-types": "wireit",
|
2022-11-15 15:42:38 +00:00
|
|
|
"cy:ldap-server": "ldap-server-mock --conf=./cypress/fixtures/ldap/server.json --database=./cypress/fixtures/ldap/users.json"
|
2022-08-25 09:03:07 +00:00
|
|
|
},
|
2022-09-14 12:42:19 +00:00
|
|
|
"wireit": {
|
|
|
|
"dev": {
|
|
|
|
"command": "vite --host",
|
|
|
|
"dependencies": [
|
2023-03-02 12:31:21 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2022-11-08 14:01:11 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-09-14 12:42:19 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"preview": {
|
|
|
|
"command": "vite preview",
|
|
|
|
"dependencies": [
|
2023-03-02 12:31:21 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2022-11-08 14:01:11 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-09-14 12:42:19 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"command": "vite build",
|
|
|
|
"dependencies": [
|
2023-03-02 12:31:21 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2022-11-08 14:01:11 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-09-14 12:42:19 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
|
|
"dependencies": [
|
2023-03-02 12:31:21 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2022-11-08 14:01:11 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-09-14 12:42:19 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"command": "vitest",
|
|
|
|
"dependencies": [
|
2023-03-02 12:31:21 +00:00
|
|
|
"../../libs/ui-shared:build",
|
2022-11-08 14:01:11 +00:00
|
|
|
"../../libs/keycloak-js:build",
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"cy:check-types": {
|
|
|
|
"command": "tsc --project cypress/tsconfig.json",
|
|
|
|
"dependencies": [
|
|
|
|
"../../libs/keycloak-admin-client:build"
|
2022-09-14 12:42:19 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2022-08-25 09:03:07 +00:00
|
|
|
"dependencies": {
|
2023-05-05 16:03:24 +00:00
|
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
2023-01-27 16:29:38 +00:00
|
|
|
"@patternfly/patternfly": "^4.224.2",
|
2023-03-28 11:09:22 +00:00
|
|
|
"@patternfly/react-code-editor": "^4.82.115",
|
|
|
|
"@patternfly/react-core": "^4.276.8",
|
2023-01-27 16:29:38 +00:00
|
|
|
"@patternfly/react-icons": "^4.93.6",
|
2023-05-05 16:03:24 +00:00
|
|
|
"@patternfly/react-styles": "^4.92.6",
|
2023-03-28 11:09:22 +00:00
|
|
|
"@patternfly/react-table": "^4.113.0",
|
2023-03-22 16:14:53 +00:00
|
|
|
"admin-ui": "file:",
|
2022-08-25 09:03:07 +00:00
|
|
|
"dagre": "^0.8.5",
|
|
|
|
"file-saver": "^2.0.5",
|
2023-05-05 16:03:24 +00:00
|
|
|
"file-selector": "^0.6.0",
|
2022-08-25 09:03:07 +00:00
|
|
|
"flat": "^5.0.2",
|
2023-07-14 13:06:27 +00:00
|
|
|
"i18next": "^23.2.11",
|
2023-05-24 15:19:19 +00:00
|
|
|
"i18next-http-backend": "^2.2.1",
|
2023-05-05 16:03:24 +00:00
|
|
|
"keycloak-js": "workspace:*",
|
2022-08-25 09:03:07 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-07-09 13:10:47 +00:00
|
|
|
"monaco-editor": "^0.40.0",
|
2023-02-13 07:18:16 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-10-17 08:39:55 +00:00
|
|
|
"react-dropzone": "^14.2.3",
|
2022-08-25 09:03:07 +00:00
|
|
|
"react-error-boundary": "^3.1.4",
|
2023-06-06 16:35:06 +00:00
|
|
|
"react-hook-form": "^7.44.3",
|
2023-07-11 11:37:31 +00:00
|
|
|
"react-i18next": "^13.0.2",
|
2023-07-18 09:13:15 +00:00
|
|
|
"react-router-dom": "^6.14.2",
|
2023-06-26 20:12:42 +00:00
|
|
|
"reactflow": "^11.7.4",
|
2023-05-05 16:03:24 +00:00
|
|
|
"ui-shared": "workspace:*",
|
2023-01-18 12:09:49 +00:00
|
|
|
"use-react-router-breadcrumbs": "^4.0.1"
|
2022-08-25 09:03:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-06 16:35:06 +00:00
|
|
|
"@4tw/cypress-drag-drop": "^2.2.4",
|
2023-02-10 11:40:41 +00:00
|
|
|
"@testing-library/cypress": "^9.0.0",
|
2023-07-19 09:10:05 +00:00
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
2023-02-20 14:21:58 +00:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2022-08-30 08:34:52 +00:00
|
|
|
"@types/dagre": "^0.7.48",
|
2022-08-25 09:03:07 +00:00
|
|
|
"@types/file-saver": "^2.0.5",
|
|
|
|
"@types/flat": "^5.0.2",
|
2023-07-14 10:56:27 +00:00
|
|
|
"@types/lodash-es": "^4.17.8",
|
2023-07-14 10:12:30 +00:00
|
|
|
"@types/react": "^18.2.15",
|
2023-07-14 14:14:02 +00:00
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-06-20 12:21:49 +00:00
|
|
|
"@types/uuid": "^9.0.2",
|
2023-06-06 16:35:06 +00:00
|
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
2023-07-11 11:38:12 +00:00
|
|
|
"cypress": "^12.17.1",
|
2023-03-22 16:14:53 +00:00
|
|
|
"cypress-axe": "^1.4.0",
|
2023-06-06 16:35:06 +00:00
|
|
|
"jsdom": "^22.1.0",
|
2022-11-14 11:25:16 +00:00
|
|
|
"ldap-server-mock": "^6.0.1",
|
2022-08-25 09:03:07 +00:00
|
|
|
"ts-node": "^10.9.1",
|
2023-06-20 12:21:49 +00:00
|
|
|
"uuid": "^9.0.0",
|
2023-07-21 10:37:04 +00:00
|
|
|
"vite": "^4.4.5",
|
2023-06-26 20:11:44 +00:00
|
|
|
"vite-plugin-checker": "^0.6.1",
|
2023-07-07 09:31:47 +00:00
|
|
|
"vitest": "^0.33.0"
|
2022-08-25 09:03:07 +00:00
|
|
|
}
|
|
|
|
}
|