This commit is contained in:
2026-06-18 10:36:41 +08:00 Unverified
parent 1a862adddc
commit 7c3679e885
41 changed files with 10544 additions and 163 deletions
+9 -5
View File
@@ -1,17 +1,21 @@
{
"name": "hexo-site",
"name": "astro-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
"build": "astro build",
"clean": "astro sync",
"dev": "astro dev",
"preview": "astro preview",
"server": "astro dev"
},
"hexo": {
"version": "8.1.1"
},
"dependencies": {
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.13.0",
"axios": "^1.15.0",
"cheerio": "^1.2.0",
"hexo": "^8.1.1",