-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.04 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
{
"name": "gitbook-docs-template",
"version": "1.1.0",
"description": "Gitbookで作成するマークダウンドキュメントのテンプレートです。",
"main": "index.js",
"config": {},
"scripts": {
"init": "$(npm bin)/gitbook init",
"install": "$(npm bin)/gitbook install",
"serve": "$(npm bin)/gitbook serve",
"build": "$(npm bin)/gitbook build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "textlint ./**/*.md",
"lintfix": "textlint --fix ./**/*.md"
},
"author": "TakuyaHarayama",
"license": "MIT",
"dependencies": {
"gitbook-cli": "^2.3.0",
"gitbook-plugin-expandable-chapters": "^0.2.0",
"gitbook-plugin-graph": "^0.1.0",
"gitbook-plugin-include-csv": "^0.3.0",
"gitbook-plugin-mermaid-gb3": "^2.1.0",
"gitbook-plugin-theme-api": "^1.1.2",
"gitbook-plugin-toc": "0.0.2",
"gitbook-plugin-uml": "^1.0.0",
"textlint": "^10.2.1",
"textlint-rule-preset-ja-technical-writing": "^2.0.0",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
}
}