Files
chesco/package.json
T

23 lines
445 B
JSON

{
"name": "bustling-belt",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@astrojs/tailwind": "^6.0.2",
"astro": "^6.3.2",
"astro-seo": "^1.1.0",
"lucide-react": "^1.14.0",
"tailwindcss": "^3.4.19"
}
}