initial commit

This commit is contained in:
Robert Perce 2025-05-15 07:42:32 -05:00
commit 803205ee7f
59 changed files with 3437 additions and 0 deletions

26
package.json Normal file
View file

@ -0,0 +1,26 @@
{
"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"
}
}