18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"name": "",
|
|
"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.9.4",
|
|
"astro": "^5.9.2",
|
|
"remark-github-blockquote-alert": "^1.3.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|