lua.re/package.json

19 lines
401 B
JSON
Raw Normal View History

2024-11-09 17:15:54 +11:00
{
"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",
2024-12-03 16:14:08 +11:00
"astro": "^4.16.16",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
2024-11-09 17:15:54 +11:00
}
}