{
  "name": "@perses-dev/stat-chart-plugin",
  "version": "0.13.0-rc.2",
  "license": "Apache-2.0",
  "homepage": "https://github.com/perses/plugins/blob/main/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/perses/plugins.git"
  },
  "bugs": {
    "url": "https://github.com/perses/plugins/issues"
  },
  "scripts": {
    "dev": "rsbuild dev",
    "build": "npm run build-mf && concurrently \"npm:build:*\"",
    "build-mf": "rsbuild build",
    "build:cjs": "swc ./src -d dist/lib/cjs --strip-leading-paths --config-file ../.cjs.swcrc",
    "build:esm": "swc ./src -d dist/lib --strip-leading-paths --config-file ../.swcrc",
    "build:types": "tsc --project tsconfig.build.json",
    "lint": "eslint src --ext .ts,.tsx",
    "test": "cross-env LC_ALL=C TZ=UTC jest",
    "type-check": "tsc --noEmit"
  },
  "main": "lib/cjs/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "peerDependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@hookform/resolvers": "^3.2.0",
    "@perses-dev/components": "^0.54.0-rc.1",
    "@perses-dev/plugin-system": "^0.54.0-rc.1",
    "@perses-dev/spec": "^0.2.0-rc.0",
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0",
    "echarts": "5.5.0",
    "immer": "^10.1.1",
    "lodash": "^4.17.21",
    "react": "^17.0.2 || ^18.0.0",
    "react-dom": "^17.0.2 || ^18.0.0",
    "use-resize-observer": "^9.0.0"
  },
  "files": [
    "lib/**/*",
    "__mf/**/*",
    "mf-manifest.json",
    "mf-stats.json"
  ],
  "perses": {
    "plugins": [
      {
        "kind": "Panel",
        "spec": {
          "display": {
            "name": "Stat Chart"
          },
          "name": "StatChart"
        }
      }
    ]
  },
  "dependencies": {
    "chroma-js": "^3.1.2"
  },
  "devDependencies": {
    "@types/chroma-js": "^3.1.2"
  }
}
