UNPKG

@nitin15j/plugin-dora-frontend

Version:
80 lines (79 loc) 2.02 kB
{ "name": "@nitin15j/plugin-dora-frontend", "version": "0.3.0", "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": "dora-frontend", "pluginPackages": [ "@nitin15j/plugin-dora-frontend" ] }, "sideEffects": false, "scripts": { "start": "backstage-cli package start", "build": "backstage-cli package build", "lint": "backstage-cli package lint", "test": "backstage-cli package test", "clean": "backstage-cli package clean", "prepack": "backstage-cli package prepack", "postpack": "backstage-cli package postpack", "tsc": "tsc" }, "dependencies": { "@backstage/core-components": "^0.17.1", "@backstage/core-plugin-api": "^1.10.6", "@backstage/theme": "^0.6.5", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.61", "@types/recharts": "^2.0.1", "react-use": "^17.2.4", "recharts": "^3.1.2" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@backstage/cli": "^0.32.0", "@backstage/core-app-api": "^1.16.1", "@backstage/dev-utils": "^1.1.9", "@backstage/test-utils": "^1.7.7", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.0.0", "msw": "^1.0.0", "react": "^16.13.1 || ^17.0.0 || ^18.0.0" }, "files": [ "dist" ], "keywords": [ "backstage", "plugin", "dora", "metrics", "sleuth", "frontend" ], "repository": { "type": "git", "url": "https://github.com/mahichr/backstage-sleuth.git", "directory": "plugins/dora-frontend" }, "typesVersions": { "*": { "package.json": [ "package.json" ] } }, "module": "./dist/index.esm.js" }