forked from okohs/Curriculum-Vitae-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 920 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
{
"devDependencies": {
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"markdownlint": "^0.21.0",
"textlint": "^11.7.6",
"textlint-rule-date-weekday-mismatch": "^1.0.5",
"textlint-rule-max-ten": "^2.0.4",
"textlint-rule-no-dead-link": "^4.7.0",
"textlint-rule-no-double-negative-ja": "^1.0.6",
"textlint-rule-no-doubled-conjunction": "^1.0.3",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.1",
"textlint-rule-no-doubled-joshi": "^3.8.0",
"textlint-rule-no-dropping-the-ra": "^1.1.3",
"textlint-rule-no-empty-section": "^1.1.0",
"textlint-rule-no-mix-dearu-desumasu": "^4.0.1",
"textlint-rule-no-nfd": "^1.0.2",
"textlint-rule-no-surrogate-pair": "^1.0.1",
"textlint-rule-period-in-list-item": "^0.3.2",
"textlint-rule-sentence-length": "^2.2.0"
}
}