17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"name": "ahurac-homepage",
|
|
"type": "module",
|
|
"version": "2.0.0",
|
|
"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"
|
|
}
|
|
}
|