19 lines
387 B
JSON
Executable file
19 lines
387 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": "^2.1.1",
|
|
"@astrojs/rss": "^4.0.4",
|
|
"@astrojs/sitemap": "^3.0.5",
|
|
"@astrojs/ts-plugin": "^1.6.1",
|
|
"astro": "^4.3.2"
|
|
}
|
|
}
|