final touches for beta skymoney (at least i think)
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"migrate": "prisma migrate dev",
|
||||
"seed": "prisma db seed",
|
||||
"test": "vitest --run",
|
||||
"test:watch": "vitest"
|
||||
"test:watch": "vitest",
|
||||
"rollover": "tsx src/scripts/run-rollover.ts",
|
||||
"plan:manage": "tsx src/scripts/manage-plan.ts"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "tsx --tsconfig prisma/tsconfig.seed.json prisma/seed.ts"
|
||||
@@ -25,10 +27,15 @@
|
||||
"vitest": "^2.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cookie": "^11.0.2",
|
||||
"@fastify/cors": "^10.1.0",
|
||||
"@fastify/jwt": "^10.0.0",
|
||||
"@fastify/rate-limit": "^10.3.0",
|
||||
"@prisma/client": "^5.22.0",
|
||||
"argon2": "^0.40.1",
|
||||
"date-fns-tz": "^3.2.0",
|
||||
"fastify": "^5.6.2",
|
||||
"node-cron": "^4.2.1",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user