{
  "name": "@backstage/ui",
  "version": "0.16.0",
  "backstage": {
    "role": "web-library"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "backstage"
  ],
  "homepage": "https://ui.backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "packages/ui"
  },
  "license": "Apache-2.0",
  "sideEffects": [
    "*.css"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.esm.js"
    },
    "./css/styles.css": "./dist/css/styles.css",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "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",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/version-bridge": "^1.0.12",
    "@braintree/sanitize-url": "^7.1.2",
    "@internationalized/date": "^3.12.0",
    "@remixicon/react": ">=4.6.0 <4.9.0",
    "@tanstack/react-table": "^8.21.3",
    "clsx": "^2.1.1",
    "marked": "^15.0.12",
    "react-aria": "~3.48.0",
    "react-aria-components": "~1.17.0",
    "react-stately": "~3.46.0",
    "use-sync-external-store": "^1.4.0"
  },
  "devDependencies": {
    "@backstage/cli": "^0.36.3",
    "@backstage/core-components": "^0.18.11",
    "@storybook/react-vite": "^10.4.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^16.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/use-sync-external-store": "^1.0.0",
    "eslint-plugin-storybook": "^10.4.0",
    "glob": "^13.0.0",
    "globals": "^17.0.0",
    "react": "^18.0.2",
    "react-dom": "^18.0.2",
    "react-router-dom": "^6.30.2",
    "storybook": "^10.4.0"
  },
  "peerDependencies": {
    "@types/react": "^18.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.30.2"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "module": "./dist/index.esm.js"
}