@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets
Version:
107 lines • 3.22 kB
JSON
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets",
"version": "1.0.4",
"license": "Apache-2.0",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "frontend-plugin",
"pluginId": "orchestrator-form-widgets",
"pluginPackages": [
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets"
],
"supported-versions": "1.39.1"
},
"homepage": "https://red.ht/rhdh",
"repository": {
"type": "git",
"url": "https://github.com/redhat-developer/rhdh-plugins",
"directory": "workspaces/orchestrator/plugins/orchestrator-form-widgets"
},
"bugs": "https://github.com/redhat-developer/rhdh-plugins/issues",
"sideEffects": false,
"keywords": [
"support:tech-preview",
"lifecycle:active",
"backstage",
"plugin",
"orchestrator",
"workflows",
"rjsf",
"widgets",
"orchestrator"
],
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"tsc": "tsc",
"prettier:check": "prettier --ignore-unknown --check .",
"prettier:fix": "prettier --ignore-unknown --write .",
"lint:check": "backstage-cli package lint",
"lint:fix": "backstage-cli package lint --fix",
"test": "backstage-cli package test --passWithNoTests --coverage",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"export-dynamic": "janus-cli package export-dynamic-plugin --in-place"
},
"dependencies": {
"@backstage/core-components": "0.17.2",
"@backstage/core-plugin-api": "^1.10.7",
"@backstage/theme": "^0.6.6",
"@backstage/types": "^1.2.1",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1",
"@mui/styles": "5.18.0",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.0.4",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "^2.0.4",
"@rjsf/material-ui": "^5.21.2",
"@rjsf/utils": "^5.21.2",
"clsx": "^2.1.1",
"json-schema": "^0.4.0",
"jsonata": "^2.0.6",
"lodash": "^4.17.21",
"react-use": "^17.2.4",
"tss-react": "^4.9.18"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"scalprum": {
"name": "red-hat-developer-hub.backstage-plugin-orchestrator-form-widgets",
"exposedModules": {
"PluginRoot": "./src/index.ts"
}
},
"devDependencies": {
"@backstage/cli": "^0.32.1",
"@backstage/core-app-api": "^1.17.0",
"@backstage/dev-utils": "^1.1.10",
"@backstage/test-utils": "^1.7.8",
"@janus-idp/cli": "3.6.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"express": "^5.1.0",
"msw": "^1.0.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"files": [
"app-config.yaml",
"dist",
"dist-scalprum"
],
"typesVersions": {
"*": {
"package.json": [
"package.json"
]
}
},
"module": "./dist/index.esm.js"
}