bb41712ce4
+ a lot of node_modules?? unsure what happened
20 lines
430 B
JSON
20 lines
430 B
JSON
{
|
|
"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",
|
|
"@astrojs/tailwind": "^4.0.0",
|
|
"astro": "^2.8.5",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|