Files
RSSHub/docs/package.json
T
dependabot[bot] 525f6a0a78 chore(deps): bump pinyin-pro from 3.16.1 to 3.16.2 in /docs (#12934)
Bumps [pinyin-pro](https://github.com/zh-lx/pinyin-pro) from 3.16.1 to 3.16.2.
- [Release notes](https://github.com/zh-lx/pinyin-pro/releases)
- [Changelog](https://github.com/zh-lx/pinyin-pro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zh-lx/pinyin-pro/compare/3.16.1...3.16.2)

---
updated-dependencies:
- dependency-name: pinyin-pro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 21:55:21 +00:00

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.16.2",
"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"
}
}