forked from liyupi/codefather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 716 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 716 Bytes
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
{
"name": "codefather",
"version": "1.0.0",
"scripts": {
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build ."
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-google-analytics": "^1.9.10",
"vuepress": "^1.9.10",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-feed": "^0.1.9",
"vuepress-plugin-readmore-popular": "^0.0.17",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-tags": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.8"
},
"dependencies": {
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-img-lazy": "^1.0.4"
}
}