Move to astro
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 1m52s

This commit is contained in:
thislight 2025-04-11 21:50:48 +08:00
parent 729704984c
commit 4bd975796e
148 changed files with 4865 additions and 27561 deletions

View file

@ -1,35 +1,36 @@
{
"name": "hexo-site",
"version": "0.0.0",
"name": "new-blog",
"type": "module",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"serve": "hexo server --drafts",
"serve:preview": "hexo server",
"postinstall": "cd themes/hexo-theme-buck && pnpm install && pnpm build",
"new": "hexo new"
},
"hexo": {
"version": "7.3.0"
},
"dependencies": {
"axios": "^1.7.7",
"hexo": "^7.3.0",
"hexo-feed": "^1.1.2",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.3.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^2.0.0",
"hexo-tag-steamgame": "^1.0.0",
"rate-limiter-flexible": "^2.4.2"
"dev": "bunx --bun astro dev",
"dist": "bunx --bun astro build",
"preview": "bunx --bun astro preview"
},
"devDependencies": {
"wrangler": "^3.79.0"
"@types/bun": "latest",
"hast": "^1.0.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"unist-util-visit": "^5.0.0"
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@astrojs/mdx": "^4.2.2",
"@astrojs/solid-js": "^5.0.6",
"@fontsource-variable/roboto": "^5.2.5",
"@formatjs/intl-localematcher": "^0.6.1",
"@iconify-json/mdi": "^1.2.3",
"astro": "^5.5.5",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.3",
"date-fns": "^4.1.0",
"solid-js": "^1.9.5",
"xast": "^0.1.208",
"xast-util-to-xml": "^4.0.0",
"xastscript": "^4.0.0"
},
"packageManager": "bun@1.2.9"
}