feat: add prisma

This commit is contained in:
BeauTroll
2026-01-19 12:22:08 +01:00
parent 448721f0a0
commit 2b78d4e332
8 changed files with 1002 additions and 68 deletions

View File

@@ -9,6 +9,7 @@
"test": "vitest run"
},
"dependencies": {
"@prisma/client": "^7.2.0",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
@@ -30,6 +31,7 @@
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.0.0",
"prisma": "^7.2.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vitest": "^3.0.5",