初始化:Astro 站点 + Sveltia CMS 后台 + 部署配置
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "shizhui-website",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.6.1",
|
||||
"@astrojs/sitemap": "^3.3.0",
|
||||
"@astrojs/rss": "^4.0.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user