-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
37 lines (37 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
{
"name": "alexwjj-blog",
"version": "5.0.0",
"description": "A personal blog based on vuepress.",
"author": "alexwjj",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.6.0",
"@vuepress-reco/vuepress-plugin-comments": "^1.6.0",
"@vuepress-reco/vuepress-plugin-pagation": "^1.6.0",
"@vuepress/plugin-blog": "1.9.2",
"@vuepress/plugin-medium-zoom": "1.5.0",
"@vuepress/plugin-pwa": "^1.8.0",
"vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-demo-block": "^0.7.2",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-meting": "^0.1.1",
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-smooth-scroll": "^0.0.9",
"vuepress-plugin-zooming": "^1.1.8"
},
"dependencies": {
"@vue/composition-api": "^1.0.0-beta.20",
"@vuepress-reco/core": "^1.6.0",
"chalk": "^4.1.0",
"comutils": "^1.1.19",
"docsearch.js": "2.6.3",
"gray-matter": "^4.0.2",
"json2yaml": "^1.1.0",
"md5": "2.2.1",
"vue-click-outside": "1.1.0",
"vuepress": "1.7.1"
}
}