-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
39 lines (39 loc) · 1.18 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
{
"name": "scala_text",
"private": true,
"version": "1.0.0",
"description": "Scala初学者がScalaを学ぶためのテキスト",
"scripts": {},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"babel-preset-power-assert": "3.0.0",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.57.0",
"eslint-config-eslint": "11.0.0",
"gitbook-plugin-anchors": "0.7.1",
"gitbook-plugin-footnote-string-to-number": "0.0.2",
"gitbook-plugin-forkmegithub": "^2.2.0",
"gitbook-plugin-include-codeblock": "3.2.3",
"gitbook-plugin-japanese-support": "0.0.1",
"gitbook-plugin-regexplace": "2.1.2",
"honkit": "6.0.2",
"kramed": "0.5.6",
"mocha": "10.8.2",
"npm-check-updates": "^17.1.11",
"npm-run-all": "4.1.5",
"power-assert": "1.6.1",
"q-io": "1.13.4",
"sleep": "6.3.0",
"svgexport": "0.4.2",
"textlint": "14.3.0",
"textlint-rule-incremental-headers": "0.2.0",
"textlint-rule-preset-japanese": "10.0.3",
"textlint-rule-preset-jtf-style": "2.3.14",
"textlint-rule-prh": "6.0.0"
},
"dependencies": {
"gitbook-plugin-include-codeblock": "^3.2.3"
}
}