UNPKG

@starzkg/vuepress-plugin-copy-code

Version:
51 lines (50 loc) 1.41 kB
{ "name": "@starzkg/vuepress-plugin-copy-code", "version": "1.0.0-beta.17", "description": "Copy Code plugin for vuepress", "keywords": [ "vuepress-plugin", "vuepress", "copy-code", "code-copy" ], "homepage": "https://shentuzhigang.cn/vuepress-theme-star", "bugs": { "url": "https://github.com/shentuzhigang/vuepress-theme-star/issues" }, "repository": { "type": "git", "url": "git+https://github.com/shentuzhigang/vuepress-theme-star.git", "directory": "packages/@starzkg/vuepress-plugin-copy-code" }, "license": "MIT", "author": { "name": "Starzkg", "email": "shentuzhigang@shentuzhigang.cn", "url": "https://shentuzhigang.cn" }, "main": "lib/node/index.js", "types": "lib/node/index.d.ts", "files": [ "lib" ], "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "rimraf lib *.tsbuildinfo", "copy": "cpx \"src/**/*.{css,svg,vue,scss}\" lib" }, "dependencies": { "@starzkg/vuepress-plugin-copy-to-clipboard": "1.0.0-beta.17", "@starzkg/vuepress-shared": "1.0.0-beta.17", "@vuepress/client": "2.0.0-beta.27", "@vuepress/utils": "2.0.0-beta.27", "balloon-css": "^1.2.0", "vue": "^3.2.20", "vue-router": "^4.0.12", "vuepress-plugin-sass-palette": "2.0.0-alpha.7" }, "publishConfig": { "access": "public" }, "gitHead": "6d984c3b9a1cbf1e5da85eb21fba7805bb5b9b74" }