gachore/package.json

26 lines
535 B
JSON
Raw Normal View History

2025-05-15 07:42:32 -05:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.1.3",
"@postlight/seasons": "^1.0.0",
"@types/luxon": "^3.6.2",
"astro": "^5.5.4",
"better-auth": "^1.2.7",
"htmx.org": "2",
"luxon": "^3.6.1",
"sqids": "^0.3.0",
"unraw": "^3.0.0"
},
"devDependencies": {
"@types/bun": "^1.2.5",
"reflect-metadata": "^0.2.2"
}
}