18 lines
363 B
JSON
Executable file
18 lines
363 B
JSON
Executable file
{
|
|
"name": "limepot-xyz",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^3.1.3",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"@astrojs/sitemap": "^3.1.6",
|
|
"astro": "^4.12.2"
|
|
}
|
|
}
|