fgo-ta-com-website/package.json

17 lines
309 B
JSON
Raw Permalink Normal View History

2023-07-17 21:34:53 +00:00
{
2023-12-20 21:50:44 +00:00
"name": "fgo-ta-com-website",
2023-07-17 21:34:53 +00:00
"type": "module",
2023-12-29 12:21:27 +00:00
"version": "0.1.5",
2023-07-17 21:34:53 +00:00
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-12-20 21:50:44 +00:00
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.7"
2023-07-17 21:34:53 +00:00
}
}