{
  "name": "@redhat-developer/red-hat-developer-hub-theme",
  "description": "Red Hat Developer Hub Theme",
  "keywords": [
    "backstage",
    "rhdh",
    "theme",
    "redhat"
  ],
  "homepage": "https://developers.redhat.com/rhdh",
  "version": "0.5.2",
  "author": "Red Hat",
  "maintainers": [
    {
      "name": "Christoph Jerolimov",
      "email": "jerolimov+git@redhat.com"
    }
  ],
  "license": "Apache-2.0",
  "repository": "github:redhat-developer/red-hat-developer-hub-theme",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "lint": "eslint src && prettier --check src .storybook",
    "fix": "prettier --write src .storybook",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "test": "CI=1 backstage-cli package test --testEnvironment jsdom --colors",
    "test:watch": "backstage-cli package test --testEnvironment jsdom",
    "test:storybook": "test-storybook",
    "test:storybook:update": "test-storybook -u",
    "test:storybook:verify": "test-storybook --ci",
    "changeset": "changeset",
    "upgrade:storybook": "npx storybook@latest upgrade"
  },
  "files": [
    "src/index.ts",
    "src/fonts",
    "src/themes",
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@backstage/cli": "^0.26.2",
    "@backstage/core-plugin-api": "^1.9.1",
    "@backstage/plugin-azure-devops-common": "^0.3.2",
    "@backstage/plugin-catalog-react": "^1.11.0",
    "@backstage/plugin-gcalendar": "^0.3.24",
    "@backstage/plugin-home": "^0.6.2",
    "@backstage/plugin-home-react": "^0.1.9",
    "@backstage/plugin-microsoft-calendar": "^0.1.13",
    "@backstage/plugin-search": "^1.4.7",
    "@backstage/plugin-search-react": "^1.7.7",
    "@backstage/plugin-stack-overflow": "^0.1.26",
    "@backstage/test-utils": "^1.5.1",
    "@changesets/cli": "^2.27.1",
    "@material-table/core": "^6.3.2",
    "@material-ui/lab": "^4.0.0-alpha.61",
    "@react-hookz/web": "^24.0.4",
    "@rjsf/material-ui": "^5.17.1",
    "@storybook/addon-essentials": "^8.1.4",
    "@storybook/addon-interactions": "^8.1.4",
    "@storybook/addon-themes": "^8.1.4",
    "@storybook/addon-webpack5-compiler-swc": "^1.0.3",
    "@storybook/blocks": "^8.1.4",
    "@storybook/react": "^8.1.4",
    "@storybook/react-webpack5": "^8.1.4",
    "@storybook/test": "^8.1.4",
    "@storybook/test-runner": "^0.18.2",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest-image-snapshot": "^6.4.0",
    "@typescript-eslint/eslint-plugin": "^6.13.2",
    "@typescript-eslint/parser": "^6.13.2",
    "eslint": "^8.55.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-storybook": "^0.8.0",
    "humanize-duration": "^3.31.0",
    "jest-image-snapshot": "^6.4.0",
    "material-ui-popup-state": "^5.1.0",
    "prettier": "^3.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "^8.1.4",
    "typescript": "^5.3.2"
  },
  "peerDependencies": {
    "@backstage/theme": "^0.5.2",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@material-ui/core": "^4.12.4",
    "@material-ui/icons": "^4.11.3",
    "@mui/icons-material": "^5.14.19",
    "@mui/material": "^5.14.20"
  },
  "overrides": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
