diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index 55df3af7..47e41c91 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -11,6 +11,14 @@ "rules": { "react/react-in-jsx-scope": "off", "import/no-extraneous-dependencies": "off", - "react-hooks/exhaustive-deps": "off" + "react-hooks/exhaustive-deps": "off", + "jsx-a11y/label-has-associated-control": [ + 2, + { + "required": { + "some": ["nesting", "id"] + } + } + ] } } diff --git a/frontend/package.json b/frontend/package.json index 032eac79..58c58c2b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,9 +13,6 @@ "dependencies": { "@aws-sdk/client-s3": "^3.421.0", "@hookform/resolvers": "^3.3.1", - "@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0", - "@toast-ui/editor-plugin-color-syntax": "^3.1.0", - "@toast-ui/react-editor": "^3.2.3", "@tanstack/react-query": "^4.35.3", "@testing-library/react": "^14.0.0", "@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0", @@ -41,11 +38,13 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.46.2", + "react-icons": "^4.11.0", "react-quill": "^2.0.0", + "react-select": "^5.8.0", "recoil": "^0.7.7", "recoil-persist": "^5.1.0", - "short-uuid": "^4.2.2", "sass": "^1.68.0", + "short-uuid": "^4.2.2", "swiper": "^10.3.0", "tailwindcss": "3.3.3", "typescript": "5.2.2", diff --git a/frontend/public/images/svg/tag_x.svg b/frontend/public/images/svg/tag_x.svg new file mode 100644 index 00000000..085a745a --- /dev/null +++ b/frontend/public/images/svg/tag_x.svg @@ -0,0 +1,4 @@ + diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx new file mode 100644 index 00000000..71f4809b --- /dev/null +++ b/frontend/src/app/page.tsx @@ -0,0 +1,3 @@ +export default function Page() { + return
+ {item.title} +
+