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