mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
update: code block style
This commit is contained in:
parent
1e1519c3c5
commit
9283287442
8 changed files with 49 additions and 78 deletions
|
@ -17,6 +17,7 @@
|
|||
"@astrojs/partytown": "^2.1.4",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.3.0",
|
||||
"@waline/client": "^3.5.6",
|
||||
"astro": "^5.5.3",
|
||||
"astro-compress": "^2.3.6",
|
||||
"astro-og-canvas": "^0.7.0",
|
||||
|
@ -28,7 +29,6 @@
|
|||
"rehype-external-links": "^3.0.0",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-math": "^6.0.0",
|
||||
"remark-sectionize": "^2.1.0",
|
||||
"sanitize-html": "^2.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -40,7 +40,6 @@
|
|||
"@unocss/eslint-plugin": "66.1.0-beta.6",
|
||||
"@unocss/preset-attributify": "66.1.0-beta.6",
|
||||
"@unocss/reset": "66.1.0-beta.6",
|
||||
"@waline/client": "^3.5.6",
|
||||
"astro-eslint-parser": "^1.2.1",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
|
@ -53,6 +52,6 @@
|
|||
"unocss-preset-theme": "^0.14.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx,astro}": "eslint --fix"
|
||||
"*.{js,ts,astro}": "eslint --fix"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue