mirror of
https://github.com/Fluffy-Bean/website.git
synced 2024-12-27 10:01:28 +00:00
22 lines
420 B
JSON
22 lines
420 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": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/mdx": "^3.1.9",
|
|
"astro": "4.16.10",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.80.6"
|
|
}
|
|
}
|