static-pages/package.json

14 lines
254 B
JSON
Raw Normal View History

2025-04-16 13:52:43 -04:00
{
"name": "sudovanilla-static-pages",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.7.2"
}
}