mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-06 01:16:38 +00:00
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.
24 lines
684 B
JSON
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"
|
|
}
|
|
}
|