{
  "name": "@czi-sds/data-viz",
  "version": "2.4.2",
  "main": "dist/index.cjs.js",
  "types": "dist/index.cjs.d.ts",
  "module": "dist/index.esm.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.esm.d.ts",
        "default": "./dist/index.esm.js"
      },
      "require": {
        "types": "./dist/index.cjs.d.ts",
        "default": "./dist/index.cjs.js"
      }
    },
    "./HeatmapChart": {
      "import": {
        "types": "./dist/HeatmapChart.esm.d.ts",
        "default": "./dist/HeatmapChart.esm.js"
      },
      "require": {
        "types": "./dist/HeatmapChart.cjs.d.ts",
        "default": "./dist/HeatmapChart.cjs.js"
      }
    },
    "./ProteinStructureViewer": {
      "import": {
        "types": "./dist/ProteinStructureViewer.esm.d.ts",
        "default": "./dist/ProteinStructureViewer.esm.js"
      },
      "require": {
        "types": "./dist/ProteinStructureViewer.cjs.d.ts",
        "default": "./dist/ProteinStructureViewer.cjs.js"
      }
    },
    "./StackedBarChart": {
      "import": {
        "types": "./dist/StackedBarChart.esm.d.ts",
        "default": "./dist/StackedBarChart.esm.js"
      },
      "require": {
        "types": "./dist/StackedBarChart.cjs.d.ts",
        "default": "./dist/StackedBarChart.cjs.js"
      }
    },
    "./colorScales": {
      "import": {
        "types": "./dist/colorScales.esm.d.ts",
        "default": "./dist/colorScales.esm.js"
      },
      "require": {
        "types": "./dist/colorScales.cjs.d.ts",
        "default": "./dist/colorScales.cjs.js"
      }
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "author": "",
  "homepage": "https://github.com/chanzuckerberg/sci-components/tree/main/packages/sci-data-viz#readme",
  "description": "2023 Science Initiative Data Visualization Component Library",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/chanzuckerberg/sci-components.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,md,html,css,yml}": "npx prettier --write"
  },
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/chanzuckerberg/sci-components/issues"
  },
  "keywords": [
    "react",
    "materialui",
    "science",
    "design",
    "system",
    "component",
    "library",
    "data-viz",
    "visualization",
    "heatmap",
    "echarts",
    "molstar",
    "protein",
    "structure"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "scripts": {
    "build": "rolldown -c",
    "build-watch": "rolldown -c --watch",
    "lint": "concurrently \"../../node_modules/.bin/eslint src/**/*.{ts,tsx} --quiet --fix\" \"../../node_modules/.bin/stylelint --fix '**/*.{js,ts,tsx,css}'\"  \"npm run type-check\"",
    "type-check": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "chromatic": "npx chromatic --exit-zero-on-changes --project-token=cad4aacbfeba",
    "namespace-check": "tsc --p tsconfig-namespace-check.json"
  },
  "peerDependencies": {
    "@czi-sds/components": "^24.0.0",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^9.0.0",
    "@phosphor-icons/react": "^2.1.10",
    "echarts": "^6.0.0",
    "lodash": "^4.17.21",
    "molstar": "^4.12.1 || ^5.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "rxjs": "^7.8.2"
  },
  "peerDependenciesMeta": {
    "molstar": {
      "optional": true
    },
    "rxjs": {
      "optional": true
    }
  },
  "devDependencies": {
    "@reduxjs/toolkit": "^2.1.0",
    "@types/chroma-js": "^3.1.2",
    "@types/lodash": "^4.17.24",
    "@types/react": "^18.2.46",
    "@types/react-dom": "^18.2.18",
    "d3-scale-chromatic": "^3.0.0",
    "molstar": "^5.6.1",
    "react-redux": "^9.1.0",
    "rxjs": "^7.8.2",
    "simplex-noise": "^4.0.1"
  },
  "dependencies": {
    "chroma-js": "^3.1.2",
    "echarts": "^6.0.0",
    "lodash": "^4.17.21"
  },
  "gitHead": "4fb1150d51f5cde0b88503ca0146eba3b53f1ab1"
}
