mirror of
https://github.com/lukewilson2002/site.git
synced 2025-06-15 07:43:51 +00:00
16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "^3.4.0",
|
|
"astro": "^5.7.13"
|
|
}
|
|
} |