mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-01 17:50:13 +00:00
24 lines
No EOL
489 B
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"
|
|
}
|
|
} |