mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
test: add plugins
This commit is contained in:
parent
4341dab741
commit
9e9cdcb206
8 changed files with 257 additions and 4 deletions
|
@ -26,7 +26,6 @@
|
|||
"markdown-it": "^14.1.0",
|
||||
"overlayscrollbars": "^2.10.1",
|
||||
"photoswipe": "^5.4.4",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-autolink-headings": "^7.1.0",
|
||||
"rehype-components": "^0.3.0",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
|
@ -48,8 +47,10 @@
|
|||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.14.0",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/sanitize-html": "^2.13.0",
|
||||
"@types/unist": "^3.0.3",
|
||||
"@unocss/eslint-plugin": "^65.4.0",
|
||||
"@unocss/preset-attributify": "^65.4.0",
|
||||
"@unocss/reset": "^65.4.0",
|
||||
|
@ -59,7 +60,10 @@
|
|||
"eslint": "^9.18.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"esno": "^4.8.0",
|
||||
"hastscript": "^9.0.0",
|
||||
"lint-staged": "^15.3.0",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"unocss": "^65.4.0",
|
||||
"unocss-preset-theme": "^0.14.1"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue