Files
Ved Prakash 4ef12f39a6 chore(dependencies): update astro and vite versions in package.json and pnpm-lock.yaml
Bumps astro to version 6.3.7 and vite to version 6.4.2 across relevant package files to ensure compatibility and access to the latest features.
2026-05-23 15:58:37 +08:00

17 lines
282 B
JSON

{
"name": "homepage",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.6"
}
}