16 lines
273 B
JSON
16 lines
273 B
JSON
{
|
|
"name": "huoerguosi",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.3.0",
|
|
"astro": "^5.11.0"
|
|
}
|
|
}
|