SanYeCao-blog/package.json

24 lines
No EOL
489 B
JSON

{
"name": "sanyecao-blog",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"preview": "astro preview",
"astro": "astro",
"subset-font": "node build/fontmin.js",
"build": "npm run subset-font && astro build"
},
"dependencies": {
"@astrojs/rss": "^4.0.17",
"astro": "^6.0.8",
"url": "^0.11.4"
},
"devDependencies": {
"@types/node": "^25.5.0",
"fontmin": "^1.1.1"
}
}