Short IDs

This commit is contained in:
Sebastien Castiel
2023-12-08 10:55:14 -05:00
parent 15f959bcc2
commit 9cc819b0c9
3 changed files with 64 additions and 30 deletions

View File

@@ -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"
}