1234567891011121314151617181920212223242526272829 |
- {
- "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:tal-tech/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"
- }
- }
|