mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
docs: update README
This commit is contained in:
parent
268eb42654
commit
b5bf2883cf
9 changed files with 725 additions and 584 deletions
22
package.json
22
package.json
|
@ -15,17 +15,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/mdx": "^4.0.8",
|
||||
"@astrojs/mdx": "^4.1.0",
|
||||
"@astrojs/partytown": "^2.1.3",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@rehype-pretty/transformers": "^0.13.2",
|
||||
"astro": "^5.3.0",
|
||||
"astro": "^5.4.1",
|
||||
"astro-compress": "^2.3.6",
|
||||
"astro-robots-txt": "^1.0.0",
|
||||
"hastscript": "^9.0.1",
|
||||
"markdown-it": "^14.1.0",
|
||||
"overlayscrollbars": "^2.11.0",
|
||||
"overlayscrollbars": "^2.11.1",
|
||||
"photoswipe": "^5.4.4",
|
||||
"rehype-autolink-headings": "^7.1.0",
|
||||
"rehype-components": "^0.3.0",
|
||||
|
@ -33,32 +33,32 @@
|
|||
"rehype-katex": "^7.0.1",
|
||||
"rehype-pretty-code": "^0.14.0",
|
||||
"rehype-slug": "^6.0.0",
|
||||
"remark-directive": "^3.0.1",
|
||||
"remark-directive": "^4.0.0",
|
||||
"remark-github-admonitions-to-directives": "^2.1.0",
|
||||
"remark-math": "^6.0.0",
|
||||
"remark-sectionize": "^2.1.0",
|
||||
"sanitize-html": "^2.14.0",
|
||||
"sharp": "^0.33.5",
|
||||
"typescript": "~5.7.3",
|
||||
"typescript": "~5.8.2",
|
||||
"unist-util-visit": "^5.0.0",
|
||||
"vite": "^6.1.1"
|
||||
"vite": "^6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.3.0",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"@types/node": "^22.13.5",
|
||||
"@types/node": "^22.13.6",
|
||||
"@types/sanitize-html": "^2.13.0",
|
||||
"@unocss/eslint-plugin": "^66.0.0",
|
||||
"@unocss/preset-attributify": "^66.0.0",
|
||||
"@unocss/reset": "^66.0.0",
|
||||
"@unocss/eslint-plugin": "66.1.0-beta.3",
|
||||
"@unocss/preset-attributify": "66.1.0-beta.3",
|
||||
"@unocss/reset": "66.1.0-beta.3",
|
||||
"astro-eslint-parser": "^1.2.1",
|
||||
"eslint": "^9.21.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"lint-staged": "^15.4.3",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"unocss": "^66.0.0",
|
||||
"unocss": "66.1.0-beta.3",
|
||||
"unocss-preset-theme": "^0.14.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue