fix: move deps to devDeps
This commit is contained in:
parent
2d6371e474
commit
322c6709aa
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue