{
  "name": "langchain_agentx_stream_ui",
  "version": "0.2.5",
  "description": "React session timeline component library for LangchainAgentEvent SSE streams",
  "license": "MIT",
  "author": "wugk",
  "keywords": [
    "react",
    "agent",
    "stream",
    "sse",
    "langchain",
    "visualization",
    "session-timeline"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/GoodMood2008/langchain_agentx_stream_ui.git"
  },
  "homepage": "https://github.com/GoodMood2008/langchain_agentx_stream_ui#readme",
  "bugs": {
    "url": "https://github.com/GoodMood2008/langchain_agentx_stream_ui/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./virtual": {
      "types": "./dist/virtual.d.ts",
      "import": "./dist/virtual.js"
    },
    "./multi-session": {
      "types": "./dist/multi-session.d.ts",
      "import": "./dist/multi-session.js"
    },
    "./tools": {
      "types": "./dist/tools.d.ts",
      "import": "./dist/tools.js"
    },
    "./tools/presentation": {
      "types": "./dist/tools-presentation.d.ts",
      "import": "./dist/tools-presentation.js"
    },
    "./styles/default.css": "./dist/default.css"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "mermaid": ">=10",
    "react": ">=18",
    "react-dom": ">=18",
    "react-zoom-pan-pinch": ">=3.6.1"
  },
  "peerDependenciesMeta": {
    "mermaid": {
      "optional": true
    },
    "react-zoom-pan-pinch": {
      "optional": true
    }
  },
  "dependencies": {
    "@tanstack/react-virtual": "^3.14.2",
    "marked": "^15.0.0",
    "react-markdown": "^10.1.0",
    "react-syntax-highlighter": "^15.6.6",
    "remark-gfm": "^4.0.1",
    "zustand": "^5.0.0",
    "react-zoom-pan-pinch": ">=3.6.1"
  },
  "devDependencies": {
    "@testing-library/react": "^16.0.0",
    "@types/node": "^22.0.0",
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "@types/react-syntax-highlighter": "^15.5.13",
    "jsdom": "^25.0.0",
    "mermaid": "^11.4.0",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "react-zoom-pan-pinch": "^3.6.1",
    "tsup": "^8.0.0",
    "typescript": "^5.8.3",
    "vitest": "^2.0.0"
  }
}
