770c195f34
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@backstage/plugin-cicd-statistics",
|
|
"description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
|
|
"version": "0.0.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/cicd-statistics"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli build",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test",
|
|
"prepack": "backstage-cli prepack",
|
|
"postpack": "backstage-cli postpack",
|
|
"clean": "backstage-cli clean"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/catalog-model": "^0.9.8",
|
|
"@backstage/core-plugin-api": "^0.4.1",
|
|
"@backstage/plugin-catalog-react": "^0.6.9",
|
|
"@date-io/date-fns": "^1.3.13",
|
|
"@material-ui/core": "^4.9.13",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
"@material-ui/pickers": "^3.3.10",
|
|
"already": "^3.2.0",
|
|
"date-fns": "^2.27.0",
|
|
"lodash": "^4.17.21",
|
|
"react-use": "^17.3.1",
|
|
"recharts": "^2.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^16.13.1 || ^17.0.0",
|
|
"react": "^16.13.1 || ^17.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|