Files
backstage/plugins/home-react/package.json
T
github-actions[bot] 2a2c84ba68 Version Packages
2024-08-20 08:56:34 +00:00

62 lines
1.7 KiB
JSON

{
"name": "@backstage/plugin-home-react",
"version": "0.1.16",
"description": "A Backstage plugin that contains react components helps you build a home page",
"backstage": {
"role": "web-library",
"pluginId": "home",
"pluginPackages": [
"@backstage/plugin-home",
"@backstage/plugin-home-react"
]
},
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"keywords": [
"backstage",
"homepage"
],
"homepage": "https://github.com/backstage/backstage/tree/master/plugins/home-react#readme",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/home-react"
},
"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:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@rjsf/utils": "5.18.5",
"@types/react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/react-grid-layout": "^1.3.2"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
}
}