-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 887 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 887 Bytes
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
{
"name": "zenn-contents",
"version": "1.0.0",
"repository": "https://github.com/MasuqaT-NET/Zenn-contents.git",
"author": "MasuqaT <occar@hotmail.co.jp>",
"license": "UNLICENSED",
"private": true,
"scripts": {
"start": "zenn preview"
},
"devDependencies": {
"@proofdict/textlint-rule-proofdict": "^3.1.2",
"markdownlint": "^0.26.0",
"markdownlint-cli2": "^0.4.0",
"prettier": "^2.7.1",
"textlint": "^12.2.1",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",
"textlint-rule-ja-no-redundant-expression": "^4.0.1",
"textlint-rule-ja-no-weak-phrase": "^2.0.0",
"textlint-rule-preset-jtf-style": "^2.3.13",
"textlint-rule-prh": "^5.3.0",
"zenn-cli": "^0.1.114"
}
}