62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@backstage/plugin-cicd-statistics",
|
|
"description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
|
|
"version": "0.1.13-next.1",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"backstage": {
|
|
"role": "frontend-plugin"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/cicd-statistics"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"clean": "backstage-cli package clean",
|
|
"start": "backstage-cli package start"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/luxon": "^3.0.0",
|
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/core-plugin-api": "workspace:^",
|
|
"@backstage/plugin-catalog-react": "workspace:^",
|
|
"@date-io/luxon": "^1.3.13",
|
|
"@material-ui/core": "^4.9.13",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
"@material-ui/pickers": "^3.3.10",
|
|
"already": "^3.2.0",
|
|
"humanize-duration": "^3.27.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.0.0",
|
|
"react-use": "^17.3.1",
|
|
"recharts": "^2.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.13.1 || ^17.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|