lua.re/package.json
luaneko 080fdf4c7a
All checks were successful
Deploy website / deploy (push) Successful in 18s
Fix missing sharp build error
2025-08-11 13:11:51 +10:00

19 lines
397 B
JSON

{
"name": "lua.re",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@fontsource/faustina": "^5.2.6",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.12.9",
"sharp": "^0.34.3",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
}
}