From ff8d99cdf93417a4a15402e6aa0c06478f551dc3 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Sat, 14 Jan 2023 16:15:04 +0100 Subject: [PATCH] frps test --- package.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1401ff58d..a9505dfa1 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,26 @@ }, "dependencies": { "react-hot-toast": "^2.4.0", - "next": "13.0.3", + "@documenso/prisma": "*", + "@headlessui/react": "^1.7.4", + "@heroicons/react": "^2.0.13", + "@tailwindcss/forms": "^0.5.3", + "@types/bcryptjs": "^2.4.2", + "@types/node": "18.11.9", + "@types/react-dom": "18.0.9", + "avatar-from-initials": "^1.0.3", + "bcryptjs": "^2.4.3", "dotenv": "^16.0.3", + "eslint": "8.27.0", + "eslint-config-next": "13.0.3", + "install": "^0.13.0", + "next": "13.0.3", + "next-auth": "^4.18.3", + "next-transpile-modules": "^10.0.0", + "npm": "^9.1.3", "react": "18.2.0", - "react-dom": "18.2.0" + "react-dom": "18.2.0", + "react-hook-form": "^7.41.5", + "typescript": "4.8.4" } }