sudovanilla-website/package.json

20 lines
379 B
JSON

{
"name": "sudovanilla",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"astro": "^3.0.3",
"sass": "^1.64.1",
"sharp": "^0.32.5"
},
"packageManager": "yarn@3.6.3"
}