UNPKG

@enginuity-io/dora-metrics

Version:
71 lines (70 loc) 1.94 kB
{ "name": "@enginuity-io/dora-metrics", "version": "0.1.4", "description": "DORA Metrics frontend plugin for Backstage", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "Apache-2.0", "publishConfig": { "access": "public", "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, "backstage": { "role": "frontend-plugin" }, "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" }, "dependencies": { "@backstage/config": "^1.0.0", "@backstage/core-components": "^0.13.0", "@backstage/core-plugin-api": "^1.5.0", "@backstage/theme": "^0.3.0", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61", "react-use": "^17.2.4", "recharts": "^2.5.0" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.22.6", "@backstage/dev-utils": "^1.0.16", "@backstage/test-utils": "^1.3.0", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/node": "^16.11.26", "msw": "^1.0.0" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/enginuity-io/sky-view-dora-metrics" }, "keywords": [ "backstage", "dora", "metrics", "devops", "performance" ], "bugs": { "url": "https://github.com/enginuity-io/sky-view-dora-metrics/issues" }, "homepage": "https://github.com/enginuity-io/sky-view-dora-metrics#readme", "module": "./dist/index.esm.js" }