feat: Add react-markdown package for rendering markdown content

The commit adds the "react-markdown" package to the project dependencies, enabling the rendering of markdown content on the privacy policy page.
This commit is contained in:
Mauro Balades
2024-08-02 23:34:33 +02:00
parent 56f05d7bfb
commit a13003ad8b
4 changed files with 1216 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-markdown": "^9.0.1",
"react-spring": "^9.7.3",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.3.0",