{
  "name": "@spotify/backstage-plugin-core",
  "description": "Core frontend utilities for Spotify Plugins for Backstage",
  "version": "0.8.22",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://backstage.spotify.com",
  "main": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "main": "dist/index.esm.js",
    "types": "dist/index.d.ts"
  },
  "backstage": {
    "role": "web-library"
  },
  "sideEffects": false,
  "scripts": {
    "build": "backstage-cli package build --minify",
    "start": "backstage-cli package start",
    "lint": "backstage-cli package lint --max-warnings 0",
    "test": "backstage-cli package test",
    "diff": "backstage-cli plugin:diff",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "clean": "backstage-cli package clean"
  },
  "dependencies": {
    "@backstage/core-components": "^0.18.14",
    "@backstage/core-plugin-api": "^1.12.10",
    "@floating-ui/react": "^0.27.0",
    "@material-ui/core": "^4.12.2",
    "@material-ui/lab": "4.0.0-alpha.61",
    "@react-spring/web": "^10.0.0",
    "@spotify/backstage-plugin-core-common": "^0.6.21",
    "@visx/curve": "^3.3.0",
    "@visx/group": "^3.3.0",
    "@visx/responsive": "^3.10.2",
    "@visx/shape": "^3.5.0",
    "@visx/xychart": "^3.10.2",
    "framer-motion": "^6.0.0",
    "humanize-duration": "^3.25.1",
    "luxon": "^3.1.1",
    "react-use": "^17.2.4",
    "tiny-invariant": "^1.3.1",
    "use-resize-observer": "^9.1.0"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@backstage/cli": "^0.36.6",
    "@backstage/core-app-api": "^1.20.5",
    "@backstage/dev-utils": "^1.1.27",
    "@backstage/test-utils": "^1.7.22",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.0.0",
    "@types/humanize-duration": "^3.27.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.0.0",
    "cross-fetch": "^4.0.0"
  },
  "files": [
    "dist",
    "!dist/**/*.map"
  ],
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "module": "./dist/index.esm.js"
}