deepsite / package.json
archjayte's picture
Upload 35 files
797a478 verified
raw
history blame
506 Bytes
{
"name": "blueprint-engineering-consultancy",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.2.5",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/sitemap": "^3.2.1",
"tailwindcss": "^3.4.0",
"aos": "^2.3.4",
"@fontsource/cairo": "^5.0.18",
"@fontsource/poppins": "^5.0.8",
"lucide-astro": "^0.447.0"
}
}