{
  "name": "@immobiliarelabs/backstage-plugin-gitlab",
  "version": "6.12.0",
  "main": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public",
    "main": "dist/index.esm.js",
    "types": "dist/index.d.ts"
  },
  "backstage": {
    "role": "frontend-plugin",
    "pluginId": "gitlab",
    "pluginPackages": [
      "@immobiliarelabs/backstage-plugin-gitlab",
      "@immobiliarelabs/backstage-plugin-gitlab-backend"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/immobiliare/backstage-plugin-gitlab"
  },
  "keywords": [
    "backstage",
    "gitlab",
    "ci/cd",
    "immobiliare",
    "immobiliarelabs"
  ],
  "sideEffects": false,
  "scripts": {
    "start": "backstage-cli package start",
    "types": "tsc",
    "build": "backstage-cli package build",
    "lint": "backstage-cli package lint",
    "test": "backstage-cli package test",
    "test:ci": "backstage-cli package test --watch false",
    "clean": "backstage-cli package clean",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack"
  },
  "dependencies": {
    "@backstage/core-components": "^0.17.1",
    "@backstage/core-plugin-api": "^1.10.6",
    "@backstage/plugin-catalog-react": "^1.17.0",
    "@backstage/theme": "^0.6.5",
    "@material-ui/core": "^4.12.2",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "4.0.0-alpha.61",
    "@mui/x-charts": "^6.0.0-alpha.7",
    "dayjs": "^1.11.10",
    "react-markdown": "^9.0.1",
    "react-use": "^17.4.0",
    "remark-gemoji": "^8.0.0",
    "remark-gfm": "^4.0.0",
    "remark-remove-comments": "^1.0.1",
    "remark-toc": "^9.0.0",
    "semver": "^7.5.4"
  },
  "peerDependencies": {
    "react": "^16.13.1 || ^18.0.0",
    "react-dom": "^16.13.1 || ^18.0.0",
    "react-router": "6.0.0-beta.0 || ^6.20.0",
    "react-router-dom": "6.0.0-beta.0 || ^6.20.0"
  },
  "devDependencies": {
    "@backstage/cli": "^0.32.0",
    "@backstage/core-app-api": "^1.16.1",
    "@backstage/dev-utils": "^1.1.9",
    "@backstage/plugin-catalog-react": "^1.17.0",
    "@backstage/test-utils": "^1.7.7",
    "@commitlint/cli": "^17.0.0",
    "@commitlint/config-conventional": "^17.0.0",
    "@gitbeaker/rest": "^40.0.2",
    "@nuxtjs/eslint-config-typescript": "^12.0.0",
    "@saithodev/semantic-release-backmerge": "^2.0.0",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/commit-analyzer": "^9.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.0.7",
    "@semantic-release/npm": "^9.0.0",
    "@semantic-release/release-notes-generator": "^10.0.2",
    "@testing-library/jest-dom": "^6.4.5",
    "@testing-library/react": "^14.1.2",
    "@testing-library/user-event": "^14.3.0",
    "@types/jest": "^29.5.1",
    "@types/node": "^20.6.2",
    "@types/react": "*",
    "@types/react-dom": "*",
    "@types/semver": "^7.3.12",
    "cross-fetch": "^3.1.4",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.0",
    "prettier": "^3.2.5",
    "react": "^18.0.2",
    "react-dom": "^18.0.2",
    "react-router": "^6.3.0",
    "react-router-dom": "^6.20.0"
  },
  "files": [
    "dist",
    "config.d.ts"
  ],
  "volta": {
    "node": "18.13.0",
    "yarn": "1.22.19"
  },
  "configSchema": "config.d.ts",
  "gitHead": "9a3ce860ca977c02919170229f77c0d5ce297a8d",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "module": "./dist/index.esm.js"
}
