From 4964b252e348c254becee73a72731a9dd649d9c4 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Mon, 21 Aug 2023 18:56:48 +0530 Subject: [PATCH] chore: update readme file Signed-off-by: Adithya Krishna --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3330a0e3c..9f857e8f7 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ Documenso is built using awesome open source tech including: - [Node SignPDF (Digital Signature)](https://github.com/vbuch/node-signpdf) - [React-PDF for viewing PDFs](https://github.com/wojtekmaj/react-pdf) - [PDF-Lib for PDF manipulation](https://github.com/Hopding/pdf-lib) +- [Zod for schema declaration and validation](https://zod.dev/) +- [Lucide React for icons in React app](https://lucide.dev/) +- [Framer Motion for motion library](https://www.framer.com/motion/) - Check out `/package.json` and `/apps/web/package.json` for more - Support for [opensignpdf (requires Java on server)](https://github.com/open-pdf-sign) is currently planned.