mirror of
https://github.com/zeromicro/zero-doc.git
synced 2025-01-23 01:30:28 +08:00
30 lines
820 B
JSON
30 lines
820 B
JSON
{
|
|
"name": "go-zero-website",
|
|
"version": "1.0.0",
|
|
"description": "go zero website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:zeromicro/zero-doc.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"dependencies": {
|
|
"@vssue/api-github-v3": "^1.4.4",
|
|
"@vssue/api-github-v4": "^1.4.0",
|
|
"@vssue/vuepress-plugin-vssue": "^1.4.6",
|
|
"@vuepress/plugin-active-header-links": "^1.2.0",
|
|
"@vuepress/plugin-back-to-top": "^1.2.0",
|
|
"@vuepress/plugin-medium-zoom": "^1.2.0",
|
|
"@vuepress/plugin-nprogress": "^1.2.0",
|
|
"@vuepress/plugin-pwa": "^1.2.0",
|
|
"moment": "^2.24.0",
|
|
"vuepress": "^1.7.1"
|
|
}
|
|
}
|