lua.re/package.json
luaneko e1dc0f17eb
All checks were successful
Deploy website / deploy (push) Successful in 17s
Update page
2025-08-11 14:48:58 +10:00

20 lines
439 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/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.12.9",
"sharp": "^0.34.3",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
}
}