svitan.dev/package.json
2025-05-01 14:07:17 +02:00

18 lines
365 B
JSON

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