{ "name": "vuepress-plugin-components", "version": "2.0.0-rc.38", "description": "Components collection plugin for VuePress2", "keywords": [ "vuepress", "vuepress2", "vuepress-plugin", "components" ], "homepage": "https://plugin-components.vuejs.press/", "bugs": { "url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git", "directory": "packages/components" }, "license": "MIT", "author": { "name": "Mr.Hope", "email": "mister-hope@outlook.com", "url": "https://mister-hope.com" }, "type": "module", "exports": { ".": "./lib/node/index.js", "./client/*": "./lib/client/*", "./package.json": "./package.json" }, "main": "./lib/node/index.js", "types": "./lib/node/index.d.ts", "files": [ "lib" ], "scripts": { "build": "rollup -c rollup.config.ts --configPlugin esbuild", "clean": "rimraf --glob ./lib ./*.tsbuildinfo", "copy": "cpx \"src/client/**/*.scss\" lib/client", "dev": "concurrently \"pnpm dev:copy\" \"pnpm dev:ts\"", "dev:copy": "pnpm copy -w", "dev:ts": "tsc -b tsconfig.build.json --watch" }, "dependencies": { "@stackblitz/sdk": "^1.9.0", "@vuepress/helper": "2.0.0-rc.26", "@vueuse/core": "^10.9.0", "balloon-css": "^1.2.0", "create-codepen": "1.0.1", "qrcode": "^1.5.3", "vue": "^3.4.26", "vuepress-plugin-sass-palette": "workspace:*", "vuepress-shared": "workspace:*" }, "devDependencies": { "@types/qrcode": "1.5.5", "@vuepress/bundler-vite": "2.0.0-rc.9" }, "peerDependencies": { "artplayer": "^5.0.0", "dashjs": "4.7.4", "hls.js": "^1.4.12", "mpegts.js": "^1.7.3", "sass-loader": "^14.0.0", "vidstack": "^1.11.21", "vuepress": "2.0.0-rc.9" }, "peerDependenciesMeta": { "artplayer": { "optional": true }, "dashjs": { "optional": true }, "hls.js": { "optional": true }, "mpegts.js": { "optional": true }, "sass-loader": { "optional": true }, "vidstack": { "optional": true } }, "engines": { "node": ">=18.18.0", "npm": ">=8", "pnpm": ">=7", "yarn": ">=2" } }