{
  "name": "vitepress-demo-editor",
  "version": "3.2.1",
  "description": "vitepress 插件,支持在线编辑 Demo 演示源代码,支持 SFC, JSX, TSX",
  "type": "module",
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    },
    "./markdownPlugin": {
      "import": "./markdownPlugin/index.js",
      "require": "./markdownPlugin/index.umd.cjs"
    },
    "./dist/": "./dist/"
  },
  "license": "MIT",
  "keywords": [
    "vite",
    "vitepress",
    "plugin",
    "vitepress-plugin",
    "demo",
    "editor",
    "playground"
  ],
  "files": [
    "dist",
    "markdownPlugin"
  ],
  "homepage": "https://github.com/liyao1520/vitepress-demo-editor",
  "repository": {
    "type": "git",
    "url": "git@github.com:liyao1520/vitepress-demo-editor.git"
  },
  "scripts": {
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs",
    "build": "vite build"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.3.3",
    "@types/babel__standalone": "^7.1.4",
    "@types/babel__traverse": "^7.17.1",
    "@types/markdown-it-container": "^2.0.5",
    "@types/node": "^18.0.5",
    "@vitejs/plugin-vue": "^3.0.1",
    "vite": "^3.0.2",
    "vite-plugin-dts": "^1.3.0",
    "vite-plugin-static-copy": "^0.12.0",
    "vitepress": "^1.0.0-alpha.4"
  },
  "dependencies": {
    "@babel/core": "^7.18.9",
    "@babel/plugin-transform-typescript": "^7.18.8",
    "@babel/standalone": "^7.18.8",
    "browser-assert": "^1.2.1",
    "markdown-it-container": "^3.0.0",
    "monaco-editor-ex": "^0.33.8",
    "path-browserify": "^1.0.1"
  },
  "peerDependencies": {
    "@vue/babel-plugin-jsx": ">=1.0.0",
    "@vue/runtime-core": ">=3.0.0",
    "@vue/runtime-dom": ">=3.0.0",
    "vitepress": ">=0.1.0",
    "vue": ">=3.0.0"
  }
}
