-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 KB
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": "scala_text",
"private": true,
"version": "1.0.0",
"description": "Scala初学者がScalaを学ぶためのテキスト",
"scripts": {},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.27.2",
"@babel/register": "^7.29.3",
"@eslint/eslintrc": "^3.3.5",
"babel-preset-power-assert": "3.0.0",
"cheerio": "1.0.0-rc.12",
"eslint": "^10.3.0",
"eslint-config-eslint": "14.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.1.7",
"kramed": "0.5.6",
"mocha": "11.7.5",
"npm-check-updates": "^22.0.1",
"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": "15.6.0",
"textlint-rule-incremental-headers": "0.2.0",
"textlint-rule-preset-japanese": "10.0.4",
"textlint-rule-preset-jtf-style": "3.0.3",
"textlint-rule-prh": "6.1.0"
}
}