homepage/package.json
2024-06-30 00:14:49 +02:00

17 lines
347 B
JSON

{
"name": "ahurac-homepage",
"type": "module",
"version": "2.1.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.2",
"astro": "^4.0.4",
"typescript": "^5.3.3"
}
}