{
  "name": "vuepress-plugin-components",
  "version": "2.0.0-rc.106",
  "description": "Components collection plugin for VuePress2",
  "keywords": [
    "components",
    "vuepress",
    "vuepress-plugin",
    "vuepress2"
  ],
  "homepage": "https://plugin-components.vuejs.press/",
  "bugs": {
    "url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Mr.Hope",
    "email": "mister-hope@outlook.com",
    "url": "https://mister-hope.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git",
    "directory": "packages/components"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": [
    "./dist/client/**/*.scss"
  ],
  "exports": {
    ".": {
      "types": "./dist/node/index.d.ts",
      "default": "./dist/node/index.js"
    },
    "./client": {
      "types": "./dist/client/index.d.ts",
      "default": "./dist/client/index.js"
    },
    "./components/*": {
      "types": "./dist/client/components/*.d.ts",
      "default": "./dist/client/components/*.js"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@stackblitz/sdk": "^1.11.0",
    "@vuepress/helper": "2.0.0-rc.128",
    "@vuepress/plugin-sass-palette": "2.0.0-rc.128",
    "@vueuse/core": "^14.2.1",
    "balloon-css": "^1.2.0",
    "create-codepen": "^2.0.2",
    "qrcode": "^1.5.4",
    "vue": "^3.5.31",
    "vuepress-shared": "2.0.0-rc.106"
  },
  "devDependencies": {
    "@types/qrcode": "1.5.6",
    "@vuepress/bundler-vite": "2.0.0-rc.28"
  },
  "peerDependencies": {
    "artplayer": "^5.0.0",
    "dashjs": "4.7.4",
    "hls.js": "^1.4.12",
    "mpegts.js": "^1.7.3",
    "sass": "^1.98.0",
    "sass-embedded": "^1.98.0",
    "sass-loader": "^16.0.7",
    "vidstack": "^1.12.9",
    "vuepress": "2.0.0-rc.28"
  },
  "peerDependenciesMeta": {
    "artplayer": {
      "optional": true
    },
    "dashjs": {
      "optional": true
    },
    "hls.js": {
      "optional": true
    },
    "mpegts.js": {
      "optional": true
    },
    "sass": {
      "optional": true
    },
    "sass-embedded": {
      "optional": true
    },
    "sass-loader": {
      "optional": true
    },
    "vidstack": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20.19.0",
    "npm": ">=8",
    "pnpm": ">=7",
    "yarn": ">=2"
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "clean": "rimraf ./dist",
    "dev": "pnpm build --watch"
  }
}