-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.43 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.43 KB
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
{
"name": "domo-documentation-hub",
"private": true,
"packageManager": "yarn@4.14.1",
"scripts": {
"dev": "mint dev",
"broken-links": "mint broken-links",
"validate": "mint validate",
"check": "remark . --ext mdx --no-stdout --quiet --frail",
"format:tables": "find . -type f -name '*.mdx' -not -path './node_modules/*' -not -path './.yarn/*' -not -path './.git/*' -exec node scripts/split-table-rows.mjs {} +",
"format:remark": "remark . --ext mdx --output --no-stdout --quiet",
"format": "yarn format:tables && yarn format:remark"
},
"devDependencies": {
"mint": "^4.2.560",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-lint-file-extension": "^3.0.1",
"remark-lint-list-item-spacing": "^5.0.1",
"remark-lint-maximum-heading-length": "^4.1.1",
"remark-lint-maximum-line-length": "^4.1.1",
"remark-lint-no-duplicate-headings": "^4.0.1",
"remark-lint-no-file-name-irregular-characters": "^3.0.1",
"remark-lint-no-file-name-mixed-case": "^3.0.1",
"remark-mdx": "^3.1.0",
"remark-preset-lint-consistent": "^6.0.1",
"remark-preset-lint-markdown-style-guide": "^6.0.1",
"remark-preset-lint-recommended": "^7.0.1",
"remark-retext": "^6.0.1",
"retext-english": "^5.0.0",
"retext-repeated-words": "^5.0.0",
"retext-sentence-spacing": "^6.0.0",
"retext-syntax-urls": "^4.0.0",
"unified": "^11.0.5"
}
}