forked from jawordpressorg/developer-plugins-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 835 Bytes
/
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
{
"name": "wordpress-textlint",
"version": "1.0.0",
"description": "WordPress プロジェクト の textlint",
"main": "index.js",
"scripts": {
"textlint": "textlint"
},
"devDependencies": {
"@textlint-ja/textlint-rule-no-synonyms": "^1.3.0",
"sudachi-synonyms-dictionary": "^10.0.0",
"textlint": "^12.2.1",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-redundant-expression": "^4.0.1",
"textlint-rule-ja-space-around-code": "^2.2.0",
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-prh": "^5.3.0"
}
}