svitan.dev/package.json
2025-05-01 09:46:00 +02:00

16 lines
305 B
JSON

{
"name": "svitan-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.5",
"astro": "^5.7.10",
"tailwindcss": "^4.1.5"
}
}