de0a0a090c
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.46 to 18.2.47. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
115 lines
3.3 KiB
JSON
115 lines
3.3 KiB
JSON
{
|
|
"name": "admin-ui",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wireit",
|
|
"build": "wireit",
|
|
"preview": "wireit",
|
|
"lint": "wireit",
|
|
"test": "wireit",
|
|
"cy:open": "cypress open --e2e --browser chrome",
|
|
"cy:run": "cypress run --browser chrome",
|
|
"cy:check-types": "wireit",
|
|
"cy:ldap-server": "ldap-server-mock --conf=./cypress/fixtures/ldap/server.json --database=./cypress/fixtures/ldap/users.json"
|
|
},
|
|
"wireit": {
|
|
"dev": {
|
|
"command": "vite --host",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"preview": {
|
|
"command": "vite preview",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"build": {
|
|
"command": "vite build",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"test": {
|
|
"command": "vitest",
|
|
"dependencies": [
|
|
"../../libs/ui-shared:build",
|
|
"../../libs/keycloak-js:build",
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
},
|
|
"cy:check-types": {
|
|
"command": "tsc --project cypress/tsconfig.json",
|
|
"dependencies": [
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@patternfly/patternfly": "^4.224.5",
|
|
"@patternfly/react-code-editor": "^4.82.121",
|
|
"@patternfly/react-core": "^4.278.0",
|
|
"@patternfly/react-icons": "^4.93.7",
|
|
"@patternfly/react-styles": "^4.92.8",
|
|
"@patternfly/react-table": "^4.113.6",
|
|
"admin-ui": "file:",
|
|
"dagre": "^0.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"file-selector": "^0.6.0",
|
|
"flat": "^6.0.1",
|
|
"i18next": "^23.7.15",
|
|
"i18next-http-backend": "^2.4.2",
|
|
"keycloak-js": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"monaco-editor": "^0.45.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-hook-form": "^7.49.2",
|
|
"react-i18next": "^14.0.0",
|
|
"react-router-dom": "^6.21.1",
|
|
"reactflow": "^11.10.1",
|
|
"ui-shared": "workspace:*",
|
|
"use-react-router-breadcrumbs": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@4tw/cypress-drag-drop": "^2.2.5",
|
|
"@testing-library/cypress": "^10.0.1",
|
|
"@testing-library/jest-dom": "^6.2.0",
|
|
"@testing-library/react": "^14.1.2",
|
|
"@types/dagre": "^0.7.52",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.2.47",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/uuid": "^9.0.7",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"cypress": "^13.6.2",
|
|
"cypress-axe": "^1.5.0",
|
|
"jsdom": "^23.0.1",
|
|
"ldap-server-mock": "^6.0.1",
|
|
"lightningcss": "^1.22.1",
|
|
"ts-node": "^10.9.2",
|
|
"uuid": "^9.0.1",
|
|
"vite": "^5.0.11",
|
|
"vite-plugin-checker": "^0.6.2",
|
|
"vitest": "^1.1.1"
|
|
}
|
|
}
|