wip: trpc

This commit is contained in:
Andras Bacsai
2022-12-21 15:06:33 +01:00
parent e3e39af6fb
commit c8f7ca920e
36 changed files with 1761 additions and 10 deletions

View File

@@ -16,17 +16,23 @@
"db:migrate": "DATABASE_URL=file:../db/migration.db prisma migrate dev --skip-seed --name"
},
"dependencies": {
"@breejs/ts-worker": "2.0.0",
"@fastify/autoload": "5.6.0",
"@fastify/cors": "8.2.0",
"@fastify/env": "4.1.0",
"@fastify/jwt": "6.5.0",
"@fastify/static": "6.6.0",
"@fastify/websocket": "7.1.1",
"@ladjs/graceful": "3.0.2",
"@prisma/client": "4.6.1",
"@trpc/client": "10.1.0",
"@trpc/server": "10.1.0",
"abort-controller": "3.0.0",
"axe": "11.0.0",
"bcryptjs": "2.4.3",
"bree": "9.1.2",
"cabin": "11.0.1",
"csvtojson": "2.0.10",
"cuid": "2.1.8",
"dayjs": "1.11.6",
"dotenv": "^16.0.3",
@@ -39,9 +45,12 @@
"js-yaml": "4.1.0",
"jsonwebtoken": "8.5.1",
"node-fetch": "3.3.0",
"p-all": "4.0.0",
"p-throttle": "5.0.0",
"prisma": "4.6.1",
"shell-quote": "^1.7.4",
"ssh-config": "4.1.6",
"strip-ansi": "7.0.1",
"superjson": "1.11.0",
"tslib": "2.4.1",
"unique-names-generator": "4.7.1",