{
  "name": "@deot/docs-client",
  "version": "1.1.3",
  "type": "module",
  "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-markdown": "^1.1.3",
    "@deot/docs-playground": "^1.1.2",
    "@deot/docs-renderer": "^1.1.0",
    "@deot/docs-theme": "^1.1.0",
    "@deot/helper-cache": "^1.1.10",
    "@deot/helper-fp": "^1.1.5",
    "@deot/http": "^1.1.10",
    "@deot/vc": "^1.0.72",
    "es-module-lexer": "^2.3.1"
  },
  "devDependencies": {
    "@deot/style": "^1.1.4",
    "echarts": "^6.1.0",
    "fake-indexeddb": "^6.2.5",
    "photoswipe": "^5.4.4",
    "vue": "^3.5.39",
    "vue-router": "^5.2.0"
  }
}