{
  "name": "@vitessce/vit-s",
  "version": "3.9.8",
  "author": "HIDIVE Lab at HMS",
  "homepage": "http://vitessce.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitessce/vitessce.git"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "src",
    "dist",
    "dist-tsc"
  ],
  "dependencies": {
    "@tanstack/react-query": "^5.80.2",
    "@zarrita/storage": "0.1.4",
    "clsx": "^1.1.1",
    "d3-array": "^2.4.0",
    "fast-deep-equal": "^3.1.3",
    "internmap": "^2.0.3",
    "jss-plugin-global": "^10.9.2",
    "lodash-es": "^4.17.21",
    "react-grid-layout-with-lodash": "^1.3.5",
    "uuid": "^9.0.0",
    "zustand": "^5.0.4",
    "react-aria": "^3.28.0",
    "react-error-boundary": "^5.0.0",
    "@placemarkio/flat-drop-files": "^1.0.2",
    "zarrita": "0.6.1",
    "@vitessce/styles": "3.9.8",
    "@vitessce/error": "3.9.8",
    "@vitessce/constants-internal": "3.9.8",
    "@vitessce/utils": "3.9.8",
    "@vitessce/schemas": "3.9.8",
    "@vitessce/sets-utils": "3.9.8",
    "@vitessce/abstract": "3.9.8",
    "@vitessce/plugins": "3.9.8",
    "@vitessce/config": "3.9.8",
    "@vitessce/zarr-utils": "3.9.8",
    "@vitessce/globals": "3.9.8"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "vite": "^7.0.0",
    "vitest": "^3.1.4",
    "@vitessce/types": "3.9.8"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "scripts": {
    "bundle": "pnpm exec vite build -c ../../scripts/vite.config.mjs",
    "test": "pnpm exec vitest --run"
  },
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist-tsc/index.d.ts",
      "import": "./dist/index.js"
    }
  }
}