forked from ppy/osu-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 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
{
"private": true,
"name": "osu-wiki",
"description": "home of the osu! wiki",
"repository": "github:ppy/osu-wiki",
"dependencies": {
"remark-cli": "9.0.0",
"remark-frontmatter": "3.0.0",
"remark-gfm": "1.0.0",
"remark-lint-final-newline": "1.0.5",
"remark-lint-hard-break-style": "github:cl8n/remark-lint-hard-break-style",
"remark-lint-linebreak-style": "2.0.1",
"remark-lint-no-duplicate-definitions": "2.0.1",
"remark-lint-no-duplicate-headings-in-section": "2.0.2",
"remark-lint-no-heading-content-indent": "3.0.0",
"remark-lint-no-heading-indent": "3.0.0",
"remark-lint-no-heading-like-paragraph": "2.0.1",
"remark-lint-no-html": "2.0.1",
"remark-lint-no-missing-blank-lines": "2.0.1",
"remark-lint-no-tabs": "2.0.1",
"remark-lint-no-undefined-references": "3.0.0",
"remark-lint-no-unused-definitions": "2.0.1",
"remark-lint-osu-links": "github:cl8n/remark-lint-osu-links",
"remark-lint-osu-wiki-links": "github:MegaApplePi/remark-lint-osu-wiki-links",
"remark-preset-lint-markdown-style-guide": "4.0.0",
"vfile-reporter-position": "0.1.7"
}
}