forked from doproio/docsmarker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.08 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@dopro/docsmaker",
"version": "0.1.16",
"description": "文档生成工具",
"main": "index.js",
"bin": {
"docsmaker": "./bin/main.js"
},
"scripts": {
"docs": "node ./bin/main.js",
"docs:build": "node ./bin/main.js build"
},
"dependencies": {
"@vuese/markdown-render": "^2.1.0",
"@vuese/parser": "^2.0.2",
"chokidar": "^2.1.2",
"codesandbox": "2.1.1",
"commander": "^2.19.0",
"globby": "^9.1.0",
"lodash": "^4.17.11",
"markdown-it-container": "^2.0.0",
"markdown-it-include": "^1.1.0",
"md5": "^2.2.1",
"node-sass": "^4.11.0",
"prismjs": "^1.15.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"vuepress": "^1.0.0-alpha.44",
"vuepress-plugin-smooth-scroll": "^0.0.3"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"codecov": "^3.2.0",
"cross-env": "^5.2.0",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"lint-staged": "^8.1.4"
},
"keywords": [
"vue",
"code",
"demo",
"vuepress",
"demo-code",
"documentation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jeakey/docsmarker"
},
"homepage": "git+https://github.com/jeakey/docsmarker",
"author": "jeakeyliang",
"license": "MIT",
"docs": {
"title": "文档生成工具",
"home": "readme.md",
"components": [
"components"
],
"dest": "docs"
}
}