{
  "name": "@deot/docs-playground",
  "version": "1.1.2",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./dist/index.style.css": "./dist/index.style.css"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@deot/docs-locale": "^1.1.0",
    "@deot/docs-theme": "^1.1.0",
    "@codemirror/lang-css": "^6.3.1",
    "@codemirror/lang-javascript": "^6.2.4",
    "@codemirror/lang-vue": "^0.1.3",
    "@codemirror/view": "^6.38.0",
    "@vue/repl": "^4.6.1",
    "codemirror": "^6.0.2",
    "highlight.js": "^11.11.1"
  },
  "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"
  }
}