website/package.json
Henry-Hiles b2cc0d5d12
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions
RM most things
2025-06-02 18:26:20 -04:00

15 lines
300 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.1.8",
"sharp": "^0.33.5"
}
}