18 lines
352 B
JSON
Executable file
18 lines
352 B
JSON
Executable file
{
|
|
"name": "",
|
|
"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.2",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"@astrojs/sitemap": "^3.1.6",
|
|
"astro": "^4.11.3"
|
|
}
|
|
}
|