mirror of
https://github.com/Fluffy-Bean/website.git
synced 2024-12-27 10:01:28 +00:00
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"name": "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": {
|
|
"astro": "^4.8.6",
|
|
"@astrojs/check": "^0.7.0",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
} |