{ "name": "app-next-example-plugin", "version": "0.0.24-next.0", "description": "Backstage internal example plugin", "backstage": { "role": "frontend-plugin", "pluginId": "example", "pluginPackages": [ "app-next-example-plugin" ] }, "publishConfig": { "access": "public", "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, "private": true, "keywords": [ "backstage" ], "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/app-next-example-plugin" }, "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/frontend-plugin-api": "workspace:^", "@material-ui/icons": "^4.9.1" }, "devDependencies": { "@backstage/cli": "workspace:^", "@types/react": "^18.0.0", "cross-fetch": "^4.0.0", "msw": "^1.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 } } }