add prisma

This commit is contained in:
Matteo Rosati
2026-01-25 10:03:51 +01:00
parent 73b3407f04
commit 0e1aed27db
8 changed files with 237 additions and 2 deletions

View File

@@ -2,16 +2,21 @@
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@maptiler/leaflet-maptilersdk": "^4.1.1",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",
"@turf/area": "^7.3.2",
"@turf/helpers": "^7.3.2",
"@types/bun": "^1.3.6",
"@types/jquery": "^3.5.33",
"@types/pg": "^8.16.0",
"@types/turf": "^3.5.32",
"hono": "^4.11.5",
"jquery": "^4.0.0",
"lucide": "^0.563.0",
"modern-normalize": "^3.0.1",
"netlify-cli": "^23.13.5",
"pg": "^8.17.2",
"prisma": "^7.3.0",
"turf": "^3.0.14",
"vite": "^7.3.1"
},