refactor: update and theme configuration

This commit is contained in:
radishzzz 2025-01-17 02:50:53 +00:00
parent 7659bbd1e2
commit 63aa495d8b
19 changed files with 299 additions and 310 deletions

View file

@ -25,6 +25,7 @@
"astro": "^5.1.6",
"astro-compress": "^2.3.6",
"astro-robots-txt": "^1.0.0",
"hastscript": "^9.0.0",
"markdown-it": "^14.1.0",
"overlayscrollbars": "^2.10.1",
"photoswipe": "^5.4.4",
@ -46,23 +47,18 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.6",
"@types/sanitize-html": "^2.13.0",
"@types/unist": "^3.0.3",
"@unocss/eslint-plugin": "^65.4.0",
"astro-eslint-parser": "^1.1.0",
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"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",
"vfile": "^6.0.3"
"unocss-preset-theme": "^0.14.1"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,astro}": "eslint --fix"