lua.re/package.json
luaneko 38df3907c6
All checks were successful
Deploy website / deploy (push) Successful in 24s
Update website
2025-08-11 09:35:03 +10:00

19 lines
417 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",
"@fontsource/source-serif-4": "^5.2.8",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.12.9",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2"
}
}