lua.re/package.json
luaneko fb911cb3ea
Some checks failed
Deploy website / deploy (push) Has been cancelled
Upgrade to tailwind v4
2025-06-02 20:28:47 +10:00

19 lines
398 B
JSON

{
"name": "lua.re",
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@fontsource/source-serif-4": "^5.2.8",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.8.1",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3"
}
}