-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1.21 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
40
{
"name": "freee-a11y-guidelines",
"version": "1.0.0",
"description": "freeeアクセシビリティー・ガイドライン",
"main": "index.js",
"scripts": {
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freee/a11y-guidelines.git"
},
"author": "freee, K.K.",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/freee/a11y-guidelines/issues"
},
"homepage": "https://github.com/freee/a11y-guidelines#readme",
"devDependencies": {
"@textlint-ja/textlint-rule-no-synonyms": "^1.3.0",
"ajv": "^8.17.1",
"ajv-cli": "^5.0.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"sudachi-synonyms-dictionary": "^14.0.0",
"textlint": "^14.2.0",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-plugin-rst": "^0.1.1",
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",
"textlint-rule-ja-unnatural-alphabet": "^2.0.1",
"textlint-rule-no-nfd": "^2.0.2",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-preset-jtf-style": "^2.3.14"
},
"dependencies": {
"fast-json-patch": "^3.1.1"
}
}