UNPKG

@backstage-community/plugin-stackstorm

Version:

A Backstage plugin that integrates towards StackStorm

82 lines 2.34 kB
{ "name": "@backstage-community/plugin-stackstorm", "version": "0.13.0", "description": "A Backstage plugin that integrates towards StackStorm", "backstage": { "role": "frontend-plugin", "pluginId": "stackstorm", "pluginPackages": [ "@backstage-community/plugin-stackstorm" ] }, "publishConfig": { "access": "public", "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, "keywords": [ "backstage", "stackstorm", "st2" ], "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/community-plugins", "directory": "workspaces/stackstorm/plugins/stackstorm" }, "license": "Apache-2.0", "sideEffects": false, "main": "dist/index.esm.js", "types": "dist/index.d.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/core-components": "^0.18.3", "@backstage/core-plugin-api": "^1.12.0", "@backstage/errors": "^1.2.7", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-use": "^17.2.4" }, "devDependencies": { "@backstage/cli": "^0.34.5", "@backstage/core-app-api": "^1.19.2", "@backstage/dev-utils": "^1.1.17", "@backstage/test-utils": "^1.7.13", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^15.0.0", "@types/react-dom": "^18.2.19", "msw": "^1.0.0", "react": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "configSchema": "config.d.ts", "typesVersions": { "*": { "package.json": [ "package.json" ] } }, "module": "./dist/index.esm.js" }