start work on v2

This commit is contained in:
kittentm 2026-08-12 06:03:57 +02:00
commit c5fb8618df
Signed by: kitten
GPG key ID: 394B4EABE4405A83
2013 changed files with 16939 additions and 46092 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "splatnet",
"type": "module",
"version": "0.0.2",
"dependencies": {
"@astrojs/db": "^0.21.3",
"@astrojs/node": "^11.0.0",
"astro": "^7.0.0",
"drizzle-orm": "^0.45.2",
"postgres": "^3.4.9"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"db:push": "drizzle-kit push"
},
"devDependencies": {
"drizzle-kit": "^0.31.10"
}
}