{
  "name": "@deot/docs-markdown",
  "version": "1.1.3",
  "main": "dist/index.js",
  "style": "dist/index.style.css",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./dist/index.style.css": "./dist/index.style.css"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@deot/docs-locale": "^1.1.0",
    "@deot/docs-playground": "^1.1.2",
    "@deot/docs-theme": "^1.1.0",
    "@deot/helper-dom": "^1.1.5",
    "json5": "^2.2.3",
    "markdown-it": "^15.0.0",
    "markdown-it-anchor": "^9.2.1",
    "markdown-it-chain": "^1.3.0",
    "markdown-it-container": "^4.0.0"
  },
  "peerDependencies": {
    "@deot/vc": "^1.0.72",
    "vue": "^3.5.39"
  },
  "devDependencies": {
    "@deot/helper": "^1.1.17",
    "@deot/style": "^1.1.4",
    "@deot/vc": "^1.0.72",
    "echarts": "^6.1.0",
    "photoswipe": "^5.4.4",
    "vue": "^3.5.39"
  }
}