diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-01-07 01:10:06 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-01-07 01:10:06 -0800 |
| commit | d2637f982fa00e034d3dbb7c5aa4d03118bf73c3 (patch) | |
| tree | b9f054e48ec8e66c23e7dbedaebb7da7aa69d721 /package.json | |
| parent | 0c4520544bb5ecc63e833f5e344cf8cd071854cb (diff) | |
add prisma ORM and schema for DBbrowser
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index d0724b0..9f68a76 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "next lint" }, "dependencies": { + "@prisma/client": "^6.1.0", "font-awesome": "^4.7.0", "next": "14.0.2", "react": "^18.3.1", @@ -28,6 +29,7 @@ "eslint": "^9.0.0", "eslint-config-next": "14.0.2", "postcss": "^8.4.49", + "prisma": "^6.1.0", "typescript": "^5.7.2" }, "browser": { |
