mirror of
https://ark.sudovanilla.org/Korbs/butterflyvu.git
synced 2024-12-23 15:53:54 +00:00
18 lines
355 B
JSON
18 lines
355 B
JSON
|
{
|
||
|
"name": "test",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/mdx": "^3.1.8",
|
||
|
"@astrojs/rss": "^4.0.9",
|
||
|
"@astrojs/sitemap": "^3.2.1",
|
||
|
"astro": "^4.16.7"
|
||
|
}
|
||
|
}
|