forked from ppy/osu-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.77 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
{
"private": true,
"name": "osu-wiki",
"description": "home of the osu! wiki",
"repository": "github:ppy/osu-wiki",
"dependencies": {
"remark-cli": "8.0.0",
"remark": "12.0.0",
"remark-preset-lint-markdown-style-guide": "3.0.0",
"remark-frontmatter": "2.0.0",
"remark-lint-definition-case": "2.0.0",
"remark-lint-fenced-code-flag": "2.0.0",
"remark-lint-final-definition": "2.0.0",
"remark-lint-final-newline": "1.0.4",
"remark-lint-list-item-indent": "2.0.0",
"remark-lint-list-item-spacing": "2.0.0",
"remark-lint-maximum-heading-length": "2.0.0",
"remark-lint-maximum-line-length": "2.0.0",
"remark-lint-no-duplicate-definitions": "2.0.0",
"remark-lint-no-duplicate-headings": "2.0.0",
"remark-lint-no-duplicate-headings-in-section": "2.0.0",
"remark-lint-no-emphasis-as-heading": "2.0.0",
"remark-lint-no-file-name-articles": "1.0.4",
"remark-lint-no-file-name-consecutive-dashes": "1.0.4",
"remark-lint-no-file-name-irregular-characters": "1.0.4",
"remark-lint-no-file-name-mixed-case": "1.0.4",
"remark-lint-no-heading-content-indent": "2.0.0",
"remark-lint-no-heading-indent": "2.0.0",
"remark-lint-no-heading-like-paragraph": "2.0.0",
"remark-lint-no-html": "2.0.0",
"remark-lint-no-missing-blank-lines": "2.0.0",
"remark-lint-no-shortcut-reference-link": "2.0.0",
"remark-lint-no-tabs": "2.0.0",
"remark-lint-no-undefined-references": "2.0.0",
"remark-lint-no-unused-definitions": "2.0.0",
"remark-lint-ordered-list-marker-value": "2.0.0",
"remark-lint-table-pipe-alignment": "2.0.0",
"vfile-reporter-position": "0.1.7"
}
}