24 lines
527 B
JSON
24 lines
527 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": "^0.19.7",
|
|
"@astrojs/partytown": "^2.0.0",
|
|
"@astrojs/prefetch": "^0.4.0",
|
|
"@astrojs/sitemap": "^2.0.2",
|
|
"@astrojs/tailwind": "^4.0.0",
|
|
"astro": "^2.10.15",
|
|
"sass": "^1.66.1",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|