vf-site/package.json

18 lines
375 B
JSON

{
"name": "astro-tmp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.13.5",
"lucide-astro": "^0.542.0",
"tailwindcss": "^4.1.13"
},
"packageManager": "pnpm@10.15.1"
}