homepage/package.json

18 lines
347 B
JSON
Raw Normal View History

2023-12-12 17:40:13 +01:00
{
"name": "ahurac-homepage",
"type": "module",
2024-06-30 00:14:49 +02:00
"version": "2.1.1",
2023-12-12 17:40:13 +01:00
"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"
}
2023-12-13 00:14:25 +01:00
}