2023-07-19 19:31:30 +00:00
|
|
|
{
|
|
|
|
"name": "callous-cloud",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/mdx": "^0.19.7",
|
|
|
|
"@astrojs/rss": "^2.4.3",
|
|
|
|
"@astrojs/sitemap": "^2.0.0",
|
2023-07-20 18:28:44 +00:00
|
|
|
"@astrojs/tailwind": "^4.0.0",
|
2023-09-25 12:41:58 +00:00
|
|
|
"astro": "^3.1.3",
|
2023-07-20 18:28:44 +00:00
|
|
|
"tailwindcss": "^3.0.24"
|
2023-07-19 19:31:30 +00:00
|
|
|
}
|
2023-07-20 18:28:44 +00:00
|
|
|
}
|