All checks were successful
自动构建并部署Astro博客 / build-and-deploy (push) Successful in 1m19s
25 lines
495 B
JSON
25 lines
495 B
JSON
{
|
|
"name": "myblog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^5.0.3",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@astrojs/sitemap": "^3.7.2",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"astro": "^6.1.5",
|
|
"lightningcss": "^1.32.0",
|
|
"sharp": "^0.34.3",
|
|
"tailwindcss": "^4.2.4"
|
|
}
|
|
}
|