Files
fiveq-website-2026/package.json

16 lines
290 B
JSON

{
"name": "fiveq-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.7.10",
"astro-icon": "^1.1.5",
"@iconify-json/lucide": "^1.2.32"
}
}