-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (39 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
{
"name": "blog-of-aowu",
"version": "1.0.0",
"description": "敖武的博客 - 我的日常记录",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"build": "vuepress build docs"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@mr-hope/vuepress-plugin-git": "^1.28.5",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"vuepress": "^1.8.2",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-copyright": "^1.0.2",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-social-share": "^1.0.0"
},
"dependencies": {
"axios": "^0.26.1",
"cross-fetch": "^3.1.5",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"qrcode": "^1.5.0",
"swiper": "^5.3.6",
"uuid": "^8.3.2",
"vue-awesome-swiper": "^4.1.0",
"vue-notification": "^1.3.20",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuepress-plugin-sitemap": "^2.3.1"
}
}