hullcss-astro/package.json

24 lines
525 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^7.1.0",
"@astrojs/mdx": "^1.0.3",
"@astrojs/partytown": "^2.0.0",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.0.13",
"sass": "^1.66.1",
"tailwindcss": "^3.0.24"
}
}