aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-08 10:55:14 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-08 10:55:14 -0500
commit9cc819b0c900d82efb55b6bc8c9faa38d21c0197 (patch)
tree953d607a42ed75708bab7ee4d7147896d52c3b38 /package.json
parent15f959bcc2ee6c10ea1c29bdad449475458c49d8 (diff)
Short IDs
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index d488774..6717d13 100644
--- a/package.json
+++ b/package.json
@@ -27,13 +27,11 @@
"next": "14.0.0",
"next-themes": "^0.2.1",
"next13-progressbar": "^1.1.1",
- "prisma": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
- "uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
@@ -48,6 +46,7 @@
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
+ "prisma": "^5.7.0",
"tailwindcss": "^3",
"typescript": "^5"
}