diff --git a/package.json b/package.json index 212ecb7..1be007c 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "dotenv": "^16.4.5", "eleventy-plugin-no-robots": "^1.0.1", "html-minifier-terser": "^7.2.0", + "jsdom": "^26.0.0", "markdown-it": "^14.0.0", "markdown-it-abbr": "^2.0.0", "markdown-it-anchor": "^8.6.7", @@ -29,13 +30,10 @@ "markdown-it-footnote": "^4.0.0", "markdown-it-image-figures": "^2.1.1", "markdown-it-prism": "^2.3.0", + "minify-xml": "^4.5.2", "pluralize": "^8.0.0", "postcss": "^8.5.3", "postcss-import": "^16.1.0", "postcss-import-ext-glob": "^2.1.1" - }, - "dependencies": { - "jsdom": "^26.0.0", - "minify-xml": "^4.5.2" } }