19 lines
397 B
JSON
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"
|
|
}
|
|
}
|