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",
|
|
|
|
"cy:check-types": "tsc --project cypress/tsconfig.json",
|
|
|
|
"server:start": "./scripts/start-server.mjs",
|
|
|
|
"server:import-client": "./scripts/import-client.mjs"
|
|
|
|
},
|
2022-09-14 12:42:19 +00:00
|
|
|
"wireit": {
|
|
|
|
"dev": {
|
|
|
|
"command": "vite --host",
|
|
|
|
"dependencies": [
|
|
|
|
"../../libs/keycloak-js:build"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"preview": {
|
|
|
|
"command": "vite preview",
|
|
|
|
"dependencies": [
|
|
|
|
"../../libs/keycloak-js:build"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"command": "vite build",
|
|
|
|
"dependencies": [
|
|
|
|
"../../libs/keycloak-js:build"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
|
|
"dependencies": [
|
|
|
|
"../../libs/keycloak-js:build"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"command": "vitest",
|
|
|
|
"dependencies": [
|
|
|
|
"../../libs/keycloak-js:build"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2022-08-25 09:03:07 +00:00
|
|
|
"dependencies": {
|
2022-10-10 18:53:52 +00:00
|
|
|
"@keycloak/keycloak-admin-client": "^19.0.3",
|
2022-09-17 22:30:19 +00:00
|
|
|
"@patternfly/patternfly": "^4.215.1",
|
|
|
|
"@patternfly/react-code-editor": "^4.80.0",
|
|
|
|
"@patternfly/react-core": "^4.239.0",
|
|
|
|
"@patternfly/react-icons": "^4.90.0",
|
|
|
|
"@patternfly/react-table": "^4.108.0",
|
2022-08-25 09:03:07 +00:00
|
|
|
"dagre": "^0.8.5",
|
|
|
|
"file-saver": "^2.0.5",
|
|
|
|
"flat": "^5.0.2",
|
2022-10-10 14:19:28 +00:00
|
|
|
"i18next": "^21.10.0",
|
2022-09-26 17:17:29 +00:00
|
|
|
"i18next-http-backend": "^1.4.4",
|
2022-09-12 09:52:11 +00:00
|
|
|
"keycloak-js": "999.0.0-dev",
|
2022-08-25 09:03:07 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
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",
|
|
|
|
"react-flow-renderer": "^9.7.4",
|
|
|
|
"react-hook-form": "^6.15.8",
|
2022-09-12 09:55:16 +00:00
|
|
|
"react-i18next": "^11.18.6",
|
2022-10-04 10:18:04 +00:00
|
|
|
"react-router": "^5.3.4",
|
2022-10-03 10:34:03 +00:00
|
|
|
"react-router-dom": "^5.3.4",
|
2022-10-10 21:41:50 +00:00
|
|
|
"react-router-dom-v5-compat": "^6.4.2",
|
2022-10-11 11:09:07 +00:00
|
|
|
"react-use-localstorage": "^3.5.3",
|
2022-08-25 09:03:07 +00:00
|
|
|
"use-react-router-breadcrumbs": "^2.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@4tw/cypress-drag-drop": "^2.2.1",
|
2022-10-04 09:26:08 +00:00
|
|
|
"@babel/core": "^7.19.3",
|
2022-10-10 19:43:16 +00:00
|
|
|
"@babel/preset-env": "^7.19.4",
|
2022-08-25 09:03:07 +00:00
|
|
|
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
2022-10-05 21:49:06 +00:00
|
|
|
"@cypress/webpack-preprocessor": "^5.14.0",
|
2022-08-25 09:03:07 +00:00
|
|
|
"@octokit/rest": "^19.0.4",
|
|
|
|
"@testing-library/cypress": "^8.0.3",
|
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^12.1.5",
|
|
|
|
"@testing-library/react-hooks": "^8.0.1",
|
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",
|
|
|
|
"@types/gunzip-maybe": "^1.4.0",
|
|
|
|
"@types/lodash-es": "^4.17.6",
|
|
|
|
"@types/react": "^17.0.45",
|
|
|
|
"@types/react-dom": "^17.0.16",
|
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
|
|
"@types/tar-fs": "^2.0.1",
|
2022-09-05 19:47:49 +00:00
|
|
|
"@vitejs/plugin-react": "^2.1.0",
|
2022-08-25 09:03:07 +00:00
|
|
|
"babel-loader": "^8.2.5",
|
2022-10-17 08:39:29 +00:00
|
|
|
"cypress": "^10.10.0",
|
2022-08-25 09:03:07 +00:00
|
|
|
"decompress": "^4.2.1",
|
|
|
|
"del": "^7.0.0",
|
|
|
|
"gunzip-maybe": "^1.4.2",
|
|
|
|
"http2-proxy": "^5.0.53",
|
2022-10-03 10:37:53 +00:00
|
|
|
"jsdom": "^20.0.1",
|
2022-08-25 09:03:07 +00:00
|
|
|
"node-fetch": "^3.2.10",
|
|
|
|
"progress-promise": "^0.0.6",
|
|
|
|
"tar-fs": "^2.1.1",
|
|
|
|
"ts-node": "^10.9.1",
|
2022-10-17 08:43:38 +00:00
|
|
|
"vite": "^3.1.8",
|
2022-09-05 20:02:25 +00:00
|
|
|
"vite-plugin-checker": "^0.5.1",
|
2022-10-10 15:50:51 +00:00
|
|
|
"vitest": "^0.24.1",
|
2022-08-25 09:03:07 +00:00
|
|
|
"webpack": "^5.74.0"
|
|
|
|
}
|
|
|
|
}
|