RSSHub/docs/package.json

39 lines
1.0 KiB
JSON

{
"name": "docs.rsshub.app",
"version": "1.0.0",
"private": true,
"description": "docs for rsshub",
"homepage": "https://github.com/DIYgod/RSSHub#readme",
"bugs": {
"url": "https://github.com/DIYgod/RSSHub/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/DIYgod/RSSHub/tree/master/docs"
},
"license": "MIT",
"author": "DIYgod",
"scripts": {
"docs:build": "vuepress build .",
"docs:dev": "vuepress dev ."
},
"dependencies": {
"@vuepress/plugin-back-to-top": "1.9.9",
"@vuepress/plugin-google-analytics": "1.9.9",
"@vuepress/plugin-pwa": "1.9.9",
"@vuepress/shared-utils": "1.9.9",
"markdown-it": "13.0.1",
"pinyin-pro": "3.14.0",
"remark": "13.0.0",
"remark-frontmatter": "3.0.0",
"remark-gfm": "1.0.0",
"remark-pangu": "2.2.0",
"remark-preset-prettier": "0.5.1",
"remark-stringify": "9.0.1",
"string-width": "4.2.3",
"vuepress": "1.9.9",
"vuepress-plugin-meilisearch": "0.13.0",
"vuepress-plugin-sitemap": "2.3.1"
}
}