-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 KB
/
package.json
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
39
40
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "shyer_lan",
"license": "ISC",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"dependencies": {
"@vuepress/plugin-medium-zoom": "1.5.2",
"@vuepress/plugin-pwa": "1.5.2",
"vuepress": "1.5.2",
"vuepress-plugin-boxx": "0.0.7",
"vuepress-plugin-flowchart": "1.4.3",
"vuepress-plugin-meting": "^0.2.3"
},
"devDependencies": {
"@vuepress-reco/vuepress-plugin-bgm-player": "^1.1.3",
"@vuepress-reco/vuepress-plugin-kan-ban-niang": "^1.0.5",
"vuepress-plugin-auto-sidebar": "^2.2.3",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-permalink-pinyin": "^1.0.0",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuepress-plugin-sakura": "^1.1.0",
"vuepress-plugin-social-share": "^1.0.0",
"vuepress-theme-reco": "^1.6.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrLanYX/blog.git"
},
"bugs": {
"url": "https://github.com/MrLanYX/blog/issues"
},
"homepage": "https://mrlanyx.github.io/blog"
}