{
  "name": "@macrostrat/ui-components",
  "version": "5.2.0",
  "description": "UI components for React and Blueprint.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/UW-Macrostrat/web-components.git",
    "directory": "packages/ui-components"
  },
  "license": "MIT",
  "author": "Daven Quinn",
  "source": "src/index.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "node": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "style": "dist/ui-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/ui-components.css"
    },
    "./package.json": "./package.json",
    "./style.css": "./dist/ui-components.css",
    "./dist/ui-components.css": "./dist/ui-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",
    "@blueprintjs/datetime": "^6.1.0",
    "@blueprintjs/select": "^6.2.0",
    "@macrostrat/hyper": "^3.1.1",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^18",
    "@uiw/react-color": "^2.9.2",
    "axios": "^1.13.2",
    "chroma-js": "^3.2.0",
    "classnames": "^2.5.1",
    "d3-array": "^3.2.4",
    "immutability-helper": "^3.1.1",
    "query-string": "^9.0.0",
    "react-dropzone": "^11.4.2",
    "react-intersection-observer": "^8.32.1",
    "react-json-tree": "^0.19.0",
    "ui-box": "^5.4.1",
    "underscore": "^1.13.7",
    "use-async-effect": "^2.2.1",
    "use-element-dimensions": "^2.1.3",
    "zustand": "^5.0.3"
  },
  "devDependencies": {
    "@macrostrat/web-components-bundler": "1.0.1"
  },
  "rollupInternal": [
    "@uiw/react-color",
    "ui-box",
    "use-async-effect",
    "react-json-tree"
  ],
  "contributors": [
    {
      "name": "Casey Idzikowski"
    }
  ],
  "publishConfig": {
    "access": "public"
  }
}