-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 KB
/
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
36
37
{
"name": "laoshan-tech-docs",
"version": "1.0.0",
"description": "Documents of LaoShan Tech",
"main": "index.js",
"dependencies": {
"vuepress": "^1.7.1"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.5.3",
"@vuepress/plugin-google-analytics": "^1.5.3",
"@vuepress/plugin-medium-zoom": "^1.5.3",
"@vuepress/plugin-nprogress": "^1.5.3",
"eslint": "^7.5.0",
"lint-md-cli": "^0.1.2",
"prettier": "^2.0.5",
"vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-sitemap": "^2.3.1"
},
"scripts": {
"lint": "lint-md .",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"view-info": "vuepress view-info docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laoshan-tech/docs.git"
},
"author": "laoshan-tech",
"license": "AGPL",
"bugs": {
"url": "https://github.com/laoshan-tech/docs/issues"
},
"homepage": "https://github.com/laoshan-tech/docs#readme"
}