limepot-xyz/package.json

20 lines
387 B
JSON
Raw Normal View History

2023-08-13 16:35:03 -06:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-04-17 03:15:55 -06:00
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
2024-04-17 03:25:55 -06:00
"@astrojs/ts-plugin": "^1.6.1",
2024-04-17 03:15:55 -06:00
"astro": "^4.3.2"
2023-08-13 16:35:03 -06:00
}
2023-08-14 02:44:20 -06:00
}