{
  "name": "@macrostrat/column-components",
  "version": "2.0.8",
  "description": "React rendering primitives for stratigraphic columns",
  "keywords": [
    "geology",
    "react",
    "vector-graphics",
    "data-visualization"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/UW-Macrostrat/web-components.git",
    "directory": "packages/column-components"
  },
  "license": "MIT",
  "author": "Daven Quinn <dev@davenquinn.com>",
  "type": "module",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "node": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "style": "dist/column-components.css",
  "files": [
    "src",
    "dist"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      },
      "style": "./dist/column-components.css"
    },
    "./package.json": "./package.json",
    "./style.css": "./dist/column-components.css",
    "./dist/column-components.css": "./dist/column-components.css"
  },
  "scripts": {
    "build": "bundle-library ."
  },
  "peerDependencies": {
    "react": "^18.0.0||^19.0.0",
    "react-dom": "^18.0.0||^19.0.0"
  },
  "dependencies": {
    "@blueprintjs/core": "^6.14.0",
    "@macrostrat/hyper": "^3.1.1",
    "@macrostrat/stratigraphy-utils": "^1.3.0",
    "@macrostrat/timescale": "^3.1.3",
    "@macrostrat/ui-components": "^5.0.10",
    "classnames": "^2.5.1",
    "d3-axis": "^3.0.0",
    "d3-format": "^3.1.2",
    "d3-path": "^3.1.0",
    "d3-scale": "^4.0.2",
    "d3-selection": "^3.0.0",
    "immutability-helper": "^3.1.1",
    "labella": "^1.1.4",
    "react-draggable": "^4.4.5",
    "react-scroll": "^1.7.16",
    "react-select": "^3.0.8",
    "react-svg-textures": "^1.4.7",
    "uuid": "^7.0.3"
  },
  "devDependencies": {
    "@macrostrat/web-components-bundler": "1.0.1"
  },
  "rollupInternal": [
    "labella"
  ],
  "publishConfig": {
    "access": "public"
  }
}