-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 910 Bytes
/
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
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"docs:build": "vuepress build docs",
"docs:nav": "vuepress nav docs",
"deploy": "bash deploy.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"vuepress": "^1.8.2",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-element-tabs": "^0.2.8"
},
"dependencies": {
"@vssue/api-github-v4": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"vuepress-plugin-auto-sidebar": "^2.2.2"
}
}