mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
27 lines
No EOL
550 B
JSON
27 lines
No EOL
550 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",
|
|
"build": "astro build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.17",
|
|
"@astrojs/sitemap": "^3.7.1",
|
|
"@astrojs/svelte": "^8.0.4",
|
|
"astro": "^6.0.8",
|
|
"playwright": "^1.59.1",
|
|
"rehype-mermaid": "^3.0.0",
|
|
"url": "^0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"fontmin": "^1.1.1"
|
|
}
|
|
} |