{
  "name": "@itk-viewer/element",
  "version": "0.6.6",
  "description": "Web Component for multi-dimensional viewer",
  "type": "module",
  "exports": {
    "./*": "./dist/*"
  },
  "files": [
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/InsightSoftwareConsortium/itk-viewer.git"
  },
  "keywords": [
    "3d",
    "visualization",
    "ray-tracing",
    "webgl",
    "webgpu",
    "medical",
    "scientific",
    "itk",
    "wasm",
    "webassembly",
    "imjoy",
    "xstate",
    "image",
    "geometry",
    "point",
    "cloud",
    "mesh",
    "graphics"
  ],
  "author": "Matt McCormick",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/InsightSoftwareConsortium/itk-viewer/issues"
  },
  "homepage": "https://github.com/InsightSoftwareConsortium/itk-viewer#readme",
  "devDependencies": {
    "@itk-wasm/dicom": "^7.2.0",
    "@itk-wasm/image-io": "^1.1.1",
    "@shoelace-style/shoelace": "^2.16.0",
    "typescript": "^5.5.4",
    "vite": "^4.4.11",
    "vite-plugin-static-copy": "^0.17.0"
  },
  "dependencies": {
    "@lit/context": "^1.1.0",
    "gl-matrix": "^3.4.3",
    "itk-wasm": "1.0.0-b.160",
    "lit": "^3.1.0",
    "xstate": "5.17.1",
    "xstate-lit": "^2.0.4",
    "@itk-viewer/arcball": "^0.0.1",
    "@itk-viewer/io": "^0.4.3",
    "@itk-viewer/transfer-function-editor": "^1.8.5",
    "@itk-viewer/remote-viewport": "^0.2.21",
    "@itk-viewer/utils": "^0.1.4",
    "@itk-viewer/vtkjs": "^0.4.6",
    "@itk-viewer/viewer": "^0.6.2"
  },
  "peerDependenciesMeta": {
    "@shoelace-style/shoelace": {
      "optional": true
    }
  },
  "peerDependencies": {
    "@shoelace-style/shoelace": "^2.16.0"
  },
  "scripts": {
    "dev": "tsc --watch --project tsconfig.build.json & vite",
    "build:examples": "vite build",
    "build": "tsc --project tsconfig.build.json && pnpm run build:examples"
  }
}