{
  "name": "@ai-react-markdown/mantine",
  "version": "2.14.1",
  "description": "Mantine UI integration for ai-react-markdown — themed typography, syntax highlighting via @mantine/code-highlight, Mermaid diagrams, and automatic color scheme detection.",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "author": "Brian Lee <aiephoenixbl@gmail.com> (https://github.com/AIEPhoenix)",
  "homepage": "https://github.com/AIEPhoenix/ai-react-markdown/tree/main/packages/mantine#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AIEPhoenix/ai-react-markdown.git",
    "directory": "packages/mantine"
  },
  "bugs": {
    "url": "https://github.com/AIEPhoenix/ai-react-markdown/issues"
  },
  "keywords": [
    "react",
    "react-component",
    "markdown",
    "markdown-renderer",
    "ai",
    "llm",
    "chat",
    "streaming",
    "mantine",
    "mantine-ui",
    "katex",
    "latex",
    "mermaid",
    "syntax-highlighting",
    "highlight.js",
    "code-highlight",
    "typescript"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": {
        "import": "./dist/index.d.ts",
        "require": "./dist/index.d.cts"
      },
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./styles.css": "./dist/index.css",
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "@ai-react-markdown/core": "^2.14.1",
    "@mantine/code-highlight": "^9.0.0",
    "@mantine/core": "^9.0.0",
    "highlight.js": "^11.11.2",
    "react": ">=19",
    "react-dom": ">=19"
  },
  "dependencies": {
    "mermaid": "^11.17.2"
  },
  "devDependencies": {
    "@mantine/code-highlight": "^9.5.2",
    "@mantine/core": "^9.5.2",
    "@mantine/hooks": "^9.5.2",
    "@types/node": "^25.9.5",
    "autoprefixer": "^10.5.4",
    "esbuild-sass-plugin": "^3.7.0",
    "highlight.js": "^11.11.2",
    "postcss": "^8.5.28",
    "tsup": "^8.5.1",
    "@ai-react-markdown/core": "2.14.1"
  },
  "scripts": {
    "build": "tsup && node scripts/assert-dist-clean.mjs",
    "test": "vitest --run",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  }
}