forked from ppy/osu-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.29 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
{
"private": true,
"name": "osu-wiki",
"description": "home of the osu! wiki",
"repository": "github:ppy/osu-wiki",
"type": "module",
"dependencies": {
"remark-cli": "11.0.0",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-lint-final-newline": "2.1.1",
"remark-lint-hard-break-style": "github:cl8n/remark-lint-hard-break-style",
"remark-lint-linebreak-style": "3.1.1",
"remark-lint-no-duplicate-definitions": "3.1.1",
"remark-lint-no-duplicate-headings-in-section": "3.1.1",
"remark-lint-no-heading-content-indent": "4.1.1",
"remark-lint-no-heading-indent": "4.1.1",
"remark-lint-no-heading-like-paragraph": "3.1.1",
"remark-lint-no-html": "3.1.1",
"remark-lint-no-missing-blank-lines": "3.1.1",
"remark-lint-no-tabs": "3.1.1",
"remark-lint-no-undefined-references": "4.1.1",
"remark-lint-no-unused-definitions": "3.1.1",
"remark-lint-osu-links": "github:cl8n/remark-lint-osu-links",
"remark-lint-osu-wiki-links": "github:MegaApplePi/remark-lint-osu-wiki-links",
"remark-osu": "^0.1.0",
"remark-preset-lint-markdown-style-guide": "5.1.2",
"vfile-reporter-github-action": "^2.0.0"
},
"overrides": {
"mdast-util-gfm-table": {
"markdown-table": "file:../../meta/remark/markdown-table"
}
}
}