-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
44 lines (44 loc) · 1.46 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
{
"name": "kubebuilder-training",
"version": "3.5.0",
"description": "つくって学ぶKubebuilder",
"main": "index.js",
"dependencies": {
"honkit": "^5.1.4"
},
"devDependencies": {
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "^2.0.1",
"@textlint-ja/textlint-rule-no-synonyms": "^1.3.0",
"gh-pages": "^6.1.1",
"gitbook-plugin-include-codeblock": "^3.2.3",
"sudachi-synonyms-dictionary": "^14.0.0",
"textlint": "^14.0.5",
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",
"textlint-rule-ja-no-orthographic-variants": "^2.0.0",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-prefer-tari-tari": "^1.0.3",
"textlint-rule-preset-ja-spacing": "^2.4.3",
"textlint-rule-preset-ja-technical-writing": "^10.0.1",
"textlint-rule-prh": "^6.0.0"
},
"scripts": {
"lint": "textlint ./docs/",
"build": "honkit build",
"serve": "honkit serve",
"deploy": "gh-pages -d _book"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoetrope/kubebuilder-training.git"
},
"keywords": [],
"author": "zoetrope",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoetrope/kubebuilder-training/issues"
},
"homepage": "https://github.com/zoetrope/kubebuilder-training#readme"
}