vf-site/package.json
Ruidy 3bd2b294a6 chore(deps): update astro and sitemap packages
Upgraded astro to v5.15.3 and @astrojs/sitemap to v3.6.0 for improved
features and bug fixes. This ensures compatibility and keeps
dependencies
up to date.
2025-11-02 21:50:38 +01:00

24 lines
684 B
JSON

{
"name": "villafleurie-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -wl ."
},
"dependencies": {
"@astrojs/sitemap": "^3.6.0",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.15.3",
"lucide-astro": "^0.542.0",
"tailwindcss": "^4.1.13"
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14"
}
}