forked from dbdgs/dbdgs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.42 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.42 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
39
40
41
42
43
{
"name": "theme-vdoing-blog",
"version": "1.0.0",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"debug": "node --nolazy --inspect-brk=9229 ./node_modules/.bin/vuepress dev docs --no-cache",
"deploy": "bash deploy.sh",
"editFm": "node utils/editFrontmatter.js",
"baiduPush": "node utils/baiduPush.js https://dbdgs.cn && bash baiduPush.sh",
"publish": "cd theme-vdoing && npm publish && cd ../ && npm update vuepress-theme-vdoing"
},
"license": "MIT",
"devDependencies": {
"@vuepress/theme-blog": "^2.3.3",
"chalk": "^4.1.0",
"commander": "^6.2.0",
"esm": "^3.2.25",
"inquirer": "^7.1.0",
"json2yaml": "^1.1.0",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"vuepress": "^1.7.1",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-canonical": "^1.0.0",
"vuepress-plugin-demo-block": "^0.7.2",
"vuepress-plugin-fulltext-search": "^2.1.0",
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-theme-vdoing": "^1.5.1",
"yamljs": "^0.3.0"
},
"dependencies": {
"dayjs": "^1.9.6",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-feed": "^0.1.9",
"vuepress-plugin-sitemap": "^2.3.1"
}
}