Files
website/package.json
2025-08-19 20:42:14 +03:00

17 lines
293 B
JSON
Executable File

{
"name": "site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"astro": "^2.0.18"
}
}