limepot-xyz/package.json

19 lines
363 B
JSON
Raw Normal View History

2023-08-13 16:35:03 -06:00
{
2024-07-28 21:46:03 -06:00
"name": "limepot-xyz",
2023-08-13 16:35:03 -06:00
"type": "module",
2024-07-28 21:46:03 -06:00
"version": "1.0.0",
2023-08-13 16:35:03 -06:00
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-07-26 11:07:26 -06:00
"@astrojs/mdx": "^3.1.3",
2024-06-26 17:44:29 -06:00
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
2024-07-26 11:07:26 -06:00
"astro": "^4.12.2"
2023-08-13 16:35:03 -06:00
}
2023-08-14 02:44:20 -06:00
}