2024-12-06 21:56:46 +00:00
|
|
|
{
|
|
|
|
"name": "website",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/mdx": "^4.0.1",
|
|
|
|
"@astrojs/rss": "^4.0.10",
|
|
|
|
"@astrojs/sitemap": "^3.2.1",
|
2024-12-06 22:51:10 +00:00
|
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
|
|
"astro": "^5.0.3",
|
|
|
|
"tailwindcss": "^3.4.16"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@tailwindcss/typography": "^0.5.15"
|
2024-12-06 21:56:46 +00:00
|
|
|
}
|
|
|
|
}
|