Files
backstage/plugins/app-visualizer/package.json
T
github-actions[bot] b799a2d07f Version Packages
2025-09-16 13:22:58 +00:00

63 lines
1.6 KiB
JSON

{
"name": "@backstage/plugin-app-visualizer",
"version": "0.1.23",
"description": "Visualizes the Backstage app structure",
"backstage": {
"role": "frontend-plugin",
"pluginId": "app-visualizer",
"pluginPackages": [
"@backstage/plugin-app-visualizer"
]
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/app-visualizer"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist"
],
"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:^",
"@backstage/frontend-plugin-api": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/frontend-defaults": "workspace:^",
"@types/react": "^18.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.3.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
}
}