website/package.json

21 lines
389 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": {
"@astrojs/check": "^0.7.0",
2024-05-22 15:05:32 +00:00
"astro": "^4.8.6",
2024-05-21 17:46:59 +00:00
"typescript": "^5.4.5"
2024-05-22 15:05:32 +00:00
},
"devDependencies": {
"sass": "^1.77.2"
2024-05-21 17:46:59 +00:00
}
2024-05-22 15:05:32 +00:00
}