forked from DIYgod/RSSHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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": {
"@napi-rs/pinyin": "1.7.3",
"@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",
"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"
}
}