dc9d3acc87
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
{
|
|
"name": "@backstage/plugin-kubernetes-react",
|
|
"version": "0.4.4-next.0",
|
|
"description": "Web library for the kubernetes-react plugin",
|
|
"backstage": {
|
|
"role": "web-library",
|
|
"pluginId": "kubernetes",
|
|
"pluginPackages": [
|
|
"@backstage/plugin-kubernetes",
|
|
"@backstage/plugin-kubernetes-backend",
|
|
"@backstage/plugin-kubernetes-common",
|
|
"@backstage/plugin-kubernetes-node",
|
|
"@backstage/plugin-kubernetes-react"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/kubernetes-react"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"config.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"start": "backstage-cli package start",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/core-components": "workspace:^",
|
|
"@backstage/core-plugin-api": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/plugin-kubernetes-common": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@kubernetes-models/apimachinery": "^1.1.0",
|
|
"@kubernetes-models/base": "^4.0.1",
|
|
"@kubernetes/client-node": "^0.20.0",
|
|
"@material-ui/core": "^4.9.13",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
"cronstrue": "^2.32.0",
|
|
"js-yaml": "^4.1.0",
|
|
"kubernetes-models": "^4.3.1",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.0.0",
|
|
"react-use": "^17.4.0",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-attach": "^0.9.0",
|
|
"xterm-addon-fit": "^0.8.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/core-app-api": "workspace:^",
|
|
"@backstage/test-utils": "workspace:^",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@types/react": "^18.0.0",
|
|
"jest-websocket-mock": "^2.5.0",
|
|
"msw": "^1.3.1"
|
|
},
|
|
"configSchema": "config.d.ts"
|
|
}
|