vuepress-plugin-dehydrate
Version:
VuePress plugin to dehydrate generated HTML files
43 lines (42 loc) • 995 B
JSON
{
"name": "vuepress-plugin-dehydrate",
"version": "1.1.5",
"description": "VuePress plugin to dehydrate generated HTML files",
"keywords": [
"build",
"dehydrate",
"plugin",
"server",
"ssr",
"vuepress"
],
"homepage": "https://github.com/vuepress",
"bugs": {
"url": "https://github.com/vuepress/vuepress-community/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-community.git"
},
"license": "MIT",
"author": "Shigma <1700011071@pku.edu.cn>",
"contributors": [
"meteorlxy <meteor.lxy@foxmail.com>"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json",
"lint": "eslint --ext .ts,.vue src test"
},
"dependencies": {
"@vuepress/shared-utils": "^1.2.0"
},
"devDependencies": {
"@vuepress/core": "^1.2.0"
},
"gitHead": "820ac793e5b5a85a53148eb0fee7c1df15d47d9b"
}