first commit

This commit is contained in:
nxxy335top
2026-05-18 17:29:18 +08:00
parent e85fbd62f4
commit a0c64736eb
119 changed files with 13527 additions and 1228 deletions
+9 -1
View File
@@ -5,7 +5,7 @@
},
"scripts": {
"dev": "nodemon --config nodemon.json --exec 'astro build'",
"build": "astro build",
"build": "astro build && node -e \"const fs=require('fs');const src='templates/logo.png';const dst='templates/assets/logo.png';if(fs.existsSync(src)){fs.copyFileSync(src,dst)}\"",
"astro": "astro",
"format": "prettier --write ."
},
@@ -22,6 +22,12 @@
}
]
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"sharp"
]
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
@@ -29,6 +35,7 @@
"@halo-dev/api-client": "^2.23.0",
"astro": "^6.1.4",
"ky": "^2.0.0",
"lightgallery": "^2.9.0",
"sharp": "^0.34.5",
"vue": "^3.5.32"
},
@@ -37,6 +44,7 @@
"nodemon": "^3.1.14",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"sass": "^1.87.0",
"unplugin-icons": "^23.0.1"
}
}