MyFavStuff2/package.json
2025-05-20 20:47:42 +02:00

17 lines
306 B
JSON

{
"name": "astro-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.7",
"astro": "^5.7.13",
"tailwindcss": "^4.1.7"
}
}