artro-tailwing/package.json
2025-04-27 03:55:12 +08:00

17 lines
339 B
JSON

{
"name": "artro-tailwing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.5",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.1",
"astro": "^5.7.5"
}
}