@vuepress-theme-mix/vuepress-plugin-back-top
Version:
VuePress theme mix plugin - back top
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "@vuepress-theme-mix/vuepress-plugin-back-top",
"version": "1.4.1",
"description": "VuePress theme mix plugin - back top",
"keywords": [
"vuepress-theme-mix",
"vuepress-plugin",
"vuepress",
"plugin",
"back-top"
],
"homepage": "https://github.com/gavinliu6/vuepress-theme-mix",
"bugs": {
"url": "https://github.com/gavinliu6/vuepress-theme-mix/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gavinliu6/vuepress-theme-mix.git"
},
"license": "MIT",
"author": "Gavin Liu <gavinliu0606@gmail.com> (https://gavinliu.me)",
"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\" lib"
},
"dependencies": {
"@vuepress/core": "2.0.0-beta.49",
"@vuepress/utils": "2.0.0-beta.49",
"ts-debounce": "^4.0.0",
"vue": "^3.2.37"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "1682bd30d610ade2400d606dbd66d9ffd9b9ca2b"
}