@stolostron/multicluster-sdk
Version:
Provides extensions and APIs that dynamic plugins can use to leverage multicluster capabilities provided by Red Hat Advanced Cluster Management.
80 lines (79 loc) • 2.45 kB
JSON
{
"name": "@stolostron/multicluster-sdk",
"version": "1.0.0",
"description": "Provides extensions and APIs that dynamic plugins can use to leverage multicluster capabilities provided by Red Hat Advanced Cluster Management.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stolostron/console.git"
},
"keywords": [
"multicluster",
"RHACM",
"ACM",
"SDK",
"OpenShift",
"dynamic plugin",
"Red Hat"
],
"license": "Apache-2.0",
"homepage": "https://github.com/stolostron/console/tree/main/frontend/packages/multicluster-sdk#readme",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"watch": "npm run build && watch 'npm run build' src",
"tsc": "tsc --noEmit",
"lint": "eslint src --max-warnings=0",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --check src",
"prettier:fix": "prettier --write src",
"test": "TZ=UTC jest",
"generate-doc": "node generate-doc.mjs",
"check-doc": "npm run generate-doc && git diff --exit-code README.md",
"check-doc:fix": "npm run generate-doc"
},
"peerDependencies": {
"@openshift-console/dynamic-plugin-sdk": ">=4.22.0-0",
"react-router": "^7"
},
"devDependencies": {
"@kubernetes/client-node": "^1.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/react-virtualized": "^9.22.3",
"babel-jest": "^28.1.3",
"jest": "^29.7.0",
"jest-axe": "^6.0.1",
"jest-diff": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.2.0",
"jest-raw-loader": "^1.0.1",
"jest-sonar-reporter": "^2.0.0",
"react-router": "^7.18.1",
"tsdoc-markdown": "^1.5.0",
"typescript": "^5.9.3",
"watch": "^1.0.2"
},
"prettier": "@stolostron/prettier-config",
"dependencies": {
"@apollo/client": "3.14.1",
"@patternfly/react-core": "^6.6.0",
"@patternfly/react-styles": "^6.6.0",
"graphql": "^16.14.2",
"graphql-ws": "^6.1.1",
"react-i18next": "~16.5.8",
"react-router": "~7.13.1",
"react-transition-group": "^4.4.5",
"react-virtualized": "^9.22.6",
"zustand": "^4.5.7"
}
}