Landing/AstroLanding/package.json
Sergejs Kozinecs bfe55eb38c Astro migration
2026-07-24 22:59:23 +03:00

23 lines
458 B
JSON

{
"name": "astrolanding",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.3",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.1.3",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sharp": "^0.35.0"
}
}