19 lines
401 B
JSON
19 lines
401 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",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"@fontsource/source-serif-4": "^5.1.0",
|
|
"astro": "^4.16.10",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|