{
  "name": "@perses-dev/components",
  "version": "0.54.0-beta.1",
  "description": "Common UI components used across Perses features",
  "license": "Apache-2.0",
  "homepage": "https://github.com/perses/perses/blob/main/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/perses/perses.git"
  },
  "bugs": {
    "url": "https://github.com/perses/perses/issues"
  },
  "module": "dist/index.js",
  "main": "dist/cjs/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist/",
    "build": "concurrently \"npm:build:*\"",
    "build:cjs": "swc ./src -d dist/cjs --strip-leading-paths --config-file ../.cjs.swcrc",
    "build:esm": "swc ./src -d dist --strip-leading-paths --config-file ../.swcrc",
    "build:types": "tsc --project tsconfig.build.json",
    "type-check": "tsc --noEmit",
    "start": "concurrently -P \"npm:build:* -- {*}\" -- --watch",
    "test": "cross-env TZ=UTC jest",
    "test:watch": "cross-env TZ=UTC jest --watch",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint --fix src --ext .ts,.tsx"
  },
  "dependencies": {
    "@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
    "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
    "@codemirror/lang-json": "^6.0.1",
    "@date-fns/tz": "^1.4.1",
    "@fontsource/inter": "^5.0.0",
    "@mui/x-date-pickers": "^7.23.1",
    "@perses-dev/core": "0.53.0",
    "@perses-dev/spec": "0.2.0-beta.0",
    "@tanstack/match-sorter-utils": "^8.19.4",
    "@tanstack/react-table": "^8.20.5",
    "@uiw/react-codemirror": "^4.19.1",
    "date-fns": "^4.1.0",
    "echarts": "5.5.0",
    "immer": "^10.1.1",
    "lodash": "^4.17.21",
    "mathjs": "^10.6.4",
    "mdi-material-ui": "^7.9.2",
    "notistack": "^3.0.2",
    "react-colorful": "^5.6.1",
    "react-error-boundary": "^3.1.4",
    "react-hook-form": "^7.51.3",
    "react-virtuoso": "^4.12.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.20"
  },
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/material": "^6.1.10",
    "lodash": "^4.17.21",
    "react": "^17.0.2 || ^18.0.0",
    "react-dom": "^17.0.2 || ^18.0.0"
  },
  "files": [
    "dist"
  ]
}
