Files
meteorlxyandULIVZ 2e3efb49dd feat($theme-default): smooth scroll (close #567) (#1881)
* feat($plugin-active-header-links): replace throttle by debounce

* feat($theme-default): use plugin-smooth-scroll (close #567)

* feat($theme-default): smooth-scroll option

* docs: smooth-scroll option of default theme

* docs: enable smooth-scroll
2019-09-23 23:52:15 +08:00

30 lines
748 B
JSON

{
"name": "@vuepress/plugin-active-header-links",
"version": "1.1.0",
"description": "active-header-links plugin for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-active-header-links"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"dependencies": {
"lodash.debounce": "^4.0.8"
},
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-active-header-links#readme"
}