Files
tietokonepaja.fi/package.json
2025-11-15 15:30:12 +02:00

17 lines
300 B
JSON

{
"name": "tietokonepaja-fi",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.1.3",
"astro": "^5.15.7",
"vue": "^3.5.24"
}
}