Files
website/package.json

23 lines
504 B
JSON
Raw Normal View History

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": {
2024-12-06 23:31:45 +00:00
"@flydotio/dockerfile": "^0.5.9",
2024-12-06 22:51:10 +00:00
"@tailwindcss/typography": "^0.5.15"
2024-12-06 21:56:46 +00:00
}
}