Added a way to add html to content

This commit is contained in:
2023-09-04 00:24:56 +02:00
parent 4f5d822e11
commit a2e9c105ba
10 changed files with 269 additions and 25 deletions

View File

@@ -16,6 +16,7 @@
"@types/js-cookie": "^3.0.0",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@types/sanitize-html": "^2.9.0",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^6.5.0",
@@ -35,6 +36,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"sanitize-html": "^2.11.0",
"sass": "^1.66.1",
"styled-jsx": "^3.2.5",
"tailwindcss": "^3.2.4",