diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 686b6978..ae7deb01 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,10 @@ "lint": "next lint" }, "dependencies": { + "next": "14.1.0", + "prisma": "^5.9.1", "react": "^18", - "react-dom": "^18", - "next": "14.1.0" + "react-dom": "^18" }, "devDependencies": { "typescript": "^5", |
