{ "name": "app-next-example-plugin", "description": "Backstage internal example plugin", "version": "0.0.1", "publishConfig": { "access": "public", "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, "private": true, "backstage": { "role": "frontend-plugin" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/app-next-example-plugin" }, "keywords": [ "backstage" ], "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", "sideEffects": false, "scripts": { "build": "backstage-cli package build", "start": "backstage-cli package start", "lint": "backstage-cli package lint", "test": "backstage-cli package test", "prepack": "backstage-cli package prepack", "postpack": "backstage-cli package postpack", "clean": "backstage-cli package clean" }, "dependencies": { "@backstage/core-components": "workspace:^", "@backstage/frontend-plugin-api": "workspace:^", "@material-ui/icons": "^4.9.1" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0", "react-dom": "^16.13.1 || ^17.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "workspace:^", "cross-fetch": "^3.1.5", "msw": "^1.0.0" }, "files": [ "dist" ] }