diff options
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index b497210..5158d08 100644 --- a/package.json +++ b/package.json @@ -34,13 +34,17 @@ "author": "ache", "license": "MIT", "devDependencies": { + "@types/eslint": "^9.6.1", "cssesc": "^3.0.0", + "eslint": "^9.11.1", + "eslint-config-prettier": "^9.1.0", "hast-util-raw": "^7.2.1", "hast-util-select": "^5.0.1", "hast-util-to-text": "^3.1.1", "html-minifier": "^4.0.0", "mkdirp": "^1.0.4", "mustache": "^4.2.0", + "prettier": "^3.3.3", "rehype-autolink-headings": "^6.1.1", "rehype-highlight": "^5.0.2", "rehype-katex": "^6.0.2", @@ -49,6 +53,7 @@ "rehype-slug": "^5.0.1", "rehype-stringify": "^9.0.3", "remark": "^14.0.2", + "remark-captions": "^2.2.4", "remark-directive": "^2.0.1", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", |