website/package.json

22 lines
420 B
JSON
Raw Normal View History

2024-05-21 17:46:59 +00:00
{
"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": {
2024-11-06 22:14:15 +00:00
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"astro": "4.16.10",
"typescript": "^5.6.3"
2024-05-22 15:05:32 +00:00
},
"devDependencies": {
2024-11-06 22:14:15 +00:00
"sass": "^1.80.6"
2024-05-21 17:46:59 +00:00
}
2024-05-22 15:05:32 +00:00
}