Files
svitan.dev/package.json
2025-06-30 15:49:31 +02:00

20 lines
416 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",
"@astrojs/vue": "^5.1.0",
"@tailwindcss/vite": "^4.1.5",
"astro": "5.10.1",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3",
"vue": "^3.5.17"
}
}