23 lines
471 B
JSON
23 lines
471 B
JSON
|
{
|
||
|
"name": "goatcorp-website",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro check && astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/check": "^0.5.9",
|
||
|
"@astrojs/mdx": "^2.2.0",
|
||
|
"astro": "^4.5.6",
|
||
|
"typescript": "^5.4.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"prettier": "^3.2.5",
|
||
|
"prettier-plugin-astro": "^0.13.0"
|
||
|
}
|
||
|
}
|