@fireflyai/backstage-plugin-firefly
Version:
Firefly plugin for Backstage
85 lines • 2.29 kB
JSON
{
"name": "@fireflyai/backstage-plugin-firefly",
"description": "Firefly plugin for Backstage",
"version": "1.0.1",
"license": "MIT",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/gofireflyio/firefly-backstage-plugin.git"
},
"bugs": {
"url": "https://github.com/gofireflyio/firefly-backstage-plugin/issues"
},
"homepage": "https://firefly.ai",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "frontend-plugin",
"pluginId": "firefly",
"pluginPackages": "@fireflyai/backstage-plugin-firefly"
},
"keywords": [
"firefly",
"backstage",
"iac",
"terraform",
"cloudformation",
"pulumi",
"cloud",
"inventory"
],
"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"
},
"dependencies": {
"@ant-design/plots": "^1.2.5",
"@backstage/catalog-model": "^1.7.3",
"@backstage/core-components": "^0.16.4",
"@backstage/core-plugin-api": "^1.10.4",
"@backstage/plugin-catalog-react": "^1.16.0",
"@backstage/theme": "^0.6.4",
"@material-ui/core": "^4.9.13",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"lodash": "^4.17.21",
"react-use": "^17.2.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.30.0",
"@backstage/core-app-api": "^1.15.5",
"@backstage/dev-utils": "^1.1.7",
"@backstage/test-utils": "^1.7.5",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/lodash": "^4.14.202",
"msw": "^1.0.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"files": [
"dist"
],
"typesVersions": {
"*": {
"index": [
"dist/index.d.ts"
]
}
},
"module": "./dist/index.esm.js"
}