2022-04-21 12:58:16 -05:00
|
|
|
{
|
2023-09-21 04:57:47 -05:00
|
|
|
"name": "tofu-docs-preview",
|
2022-04-21 12:58:16 -05:00
|
|
|
"private": "true",
|
|
|
|
"scripts": {
|
2023-09-06 11:16:54 -05:00
|
|
|
"lint": "eslint . --ext mdx"
|
2022-04-21 12:58:16 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-06 11:16:54 -05:00
|
|
|
"eslint": "^8.48.0",
|
|
|
|
"eslint-plugin-mdx": "^2.2.0",
|
|
|
|
"remark-cli": "^11.0.0",
|
|
|
|
"remark-frontmatter": "^4.0.1",
|
|
|
|
"remark-lint-no-dead-urls": "^1.1.0",
|
|
|
|
"remark-preset-lint-consistent": "^5.1.2",
|
|
|
|
"remark-preset-lint-recommended": "^6.1.3",
|
|
|
|
"remark-validate-links": "^12.1.1"
|
2022-04-21 12:58:16 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-09-06 11:16:54 -05:00
|
|
|
"npm": ">=8.0.0"
|
|
|
|
},
|
|
|
|
"remarkConfig": {
|
|
|
|
"settings": {},
|
|
|
|
"plugins": [
|
|
|
|
"remark-validate-links",
|
|
|
|
"remark-lint-no-dead-urls",
|
|
|
|
"remark-frontmatter",
|
|
|
|
"remark-preset-lint-consistent",
|
|
|
|
"remark-preset-lint-recommended",
|
|
|
|
[
|
|
|
|
"remark-lint-heading-style",
|
|
|
|
"atx"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"remark-lint-list-item-indent",
|
|
|
|
"space"
|
|
|
|
]
|
|
|
|
]
|
2022-04-21 12:58:16 -05:00
|
|
|
}
|
|
|
|
}
|