Files
backstage/plugins/opencost/package.json
T
blam 5cb829bb79 Deprecate packages
Signed-off-by: blam <ben@blam.sh>
2024-04-18 20:49:17 +02:00

61 lines
1.8 KiB
JSON

{
"name": "@backstage/plugin-opencost",
"version": "0.2.9",
"backstage": {
"role": "frontend-plugin",
"moved": "@backstage-community/plugin-opencost"
},
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/opencost"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "src/index.ts",
"types": "src/index.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": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@date-io/luxon": "1.x",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"axios": "^1.4.0",
"date-fns": "^3.0.0",
"lodash": "^4.17.21",
"recharts": "^2.5.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/dev-utils": "workspace:^",
"@testing-library/jest-dom": "^6.0.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "*"
},
"configSchema": "config.d.ts",
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-opencost instead."
}