mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 23:51:26 +00:00
25 lines
No EOL
503 B
JSON
25 lines
No EOL
503 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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0"
|
|
}
|
|
} |