diff --git a/package.json b/package.json index 6253108..4db1b4e 100644 --- a/package.json +++ b/package.json @@ -9,16 +9,26 @@ "lint": "next lint" }, "dependencies": { - "@heroicons/react": "^2.0.1", + "@emotion/css": "^11.10.0", + "@emotion/react": "^11.10.4", + "@emotion/styled": "^11.10.4", "@hookform/resolvers": "^2.9.7", + "@mui/icons-material": "^5.10.6", + "@mui/material": "^5.10.6", + "draft-js": "^0.11.7", "next": "12.2.5", "qrcode.react": "^3.1.0", "react": "18.2.0", "react-dom": "18.2.0", + "react-draft-wysiwyg": "^1.15.0", "react-file-base64": "^1.0.3", "react-hook-form": "^7.34.2", "react-icons": "^4.4.0", + "react-icons-kit": "^2.0.0", "save-svg-as-png": "^1.4.17", + "slate": "^0.82.1", + "slate-history": "^0.66.0", + "slate-react": "^0.82.2", "yup": "^0.32.11" }, "devDependencies": { diff --git a/src/Layout/Layout.tsx b/src/Layout/Layout.tsx index 4211a83..7db42d2 100644 --- a/src/Layout/Layout.tsx +++ b/src/Layout/Layout.tsx @@ -19,6 +19,10 @@ const Layout = (props: any) => { {props.children} +