2023-09-12 23:34:20 +01:00
|
|
|
{
|
|
|
|
"name": "website",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-19 22:41:20 +01:00
|
|
|
"@astrojs/cloudflare": "^7.6.1",
|
2023-11-09 14:15:00 +00:00
|
|
|
"@astrojs/mdx": "^1.1.3",
|
2023-10-19 22:41:20 +01:00
|
|
|
"@astrojs/partytown": "^2.0.1",
|
|
|
|
"@astrojs/prefetch": "^0.4.1",
|
|
|
|
"@astrojs/sitemap": "^3.0.2",
|
|
|
|
"@astrojs/tailwind": "^5.0.2",
|
2023-11-09 14:15:00 +00:00
|
|
|
"astro": "^3.4.0",
|
2023-10-19 22:41:20 +01:00
|
|
|
"tailwindcss": "^3.3.3"
|
2023-10-19 22:43:43 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"sass": "^1.69.4"
|
2023-09-12 23:34:20 +01:00
|
|
|
}
|
2023-09-13 02:07:52 +01:00
|
|
|
}
|