Skip to content

Commit d1ecf72

Browse files
authored
[#168] ✨ 팀 모집글 생성 페이지 - 폼에 에디터 연결 (#214)
* [#201] ♻️ margin layout to flex flex layout * [#201] ✨ add community page * [#204] 💄 select trigger to flex row * [#204] 💄 add white space in param of join * [#204] ✨ add portfolio page * [#206] 🗑️ remove useless text node * [#206] ✨ add projectlistitem interface * [#206] ✨ add project card + project category label map constant * [#206] ✨ add project page * [#206] 🗑️ remove unused module imports * [#206] 💄 add margin y to login page * [#206] ✨ keep select component dumb * [#206] ♻️ refactor two pages with the altercation of select component * [#206] ✨ add empty search result component * [#168] 🚚 rename team queries * [#168] 🚚 team queries change side effects * [#168] ♻️ add string to form field * [#168] ♻️ keep select in two way (single select / multi select) * [#168] ♻️ solve side effect from change of select * [#168] 🐛 stringify tag data type in taginput * [#168] ✨ add taginput error case + form.message * [#168] 💄 deduplicate double controller structure * [#168] ✨ attash form message to form components * [#168] 🔧 services, queries 수정 * [#168] 🔧 add quill editor package * [#168] 🐛 wrap quillEditor with dynamic * [#168] ✨ add quilljs markdown package * [#168] 🗑️ discard quill packages * [#168] ✨ add tiptap packages + build a basic tiptap structure * [#168] 🔧 add text editor icons assets * [#168] 📦 add tiptap plugins * [#168] ✨ add tiptap editor (70%) * [#168] 📦 lowlight + highlightjs * [#168] 💄 solve unmatched svgs * [#168] 💄 add code font * [#168] 💄 tag input chip color change * [#168] ✨ add heading select tool bar * [#168] 💄 add tiptap list style * [#168] ✅ see if text editor can be alligned with form controller * [#168] ✨ dettach controller from tiptap editor * [#168] ✨ add team editor content placeholder * [#168] ✨ reflect font size on html tag in tiptap editor * [#168] 💄 border none when checked * [#168] ✨ add create page related constants * [#168] ✨ create community post * [#168] ✨ add new pages (empty)
1 parent 4881709 commit d1ecf72

File tree

18 files changed

+1173
-301
lines changed

18 files changed

+1173
-301
lines changed

package.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"@tanstack/react-query": "^5.64.1",
44
"@tiptap/core": "^2.11.2",
5+
"@tiptap/extension-code-block-lowlight": "^2.11.2",
56
"@tiptap/extension-highlight": "^2.11.2",
67
"@tiptap/extension-link": "^2.11.2",
78
"@tiptap/extension-subscript": "^2.11.2",
@@ -15,8 +16,10 @@
1516
"@types/jsonwebtoken": "^9.0.7",
1617
"clsx": "^2.1.1",
1718
"es-hangul": "^2.3.0",
19+
"highlight.js": "^11.11.1",
1820
"jsonwebtoken": "^9.0.2",
1921
"ky": "^1.7.4",
22+
"lowlight": "^3.3.0",
2023
"next": "^15.1.4",
2124
"react": "^18.3.1",
2225
"react-dom": "^18.3.1",
@@ -27,17 +30,17 @@
2730
},
2831
"devDependencies": {
2932
"@chromatic-com/storybook": "^3.2.3",
30-
"@storybook/addon-essentials": "^8.4.7",
31-
"@storybook/addon-interactions": "^8.4.7",
32-
"@storybook/addon-onboarding": "^8.4.7",
33-
"@storybook/blocks": "^8.4.7",
34-
"@storybook/nextjs": "^8.4.7",
35-
"@storybook/react": "^8.4.7",
36-
"@storybook/test": "^8.4.7",
33+
"@storybook/addon-essentials": "^8.5.0",
34+
"@storybook/addon-interactions": "^8.5.0",
35+
"@storybook/addon-onboarding": "^8.5.0",
36+
"@storybook/blocks": "^8.5.0",
37+
"@storybook/nextjs": "^8.5.0",
38+
"@storybook/react": "^8.5.0",
39+
"@storybook/test": "^8.5.0",
3740
"@svgr/webpack": "^8.1.0",
3841
"@testing-library/jest-dom": "^6.6.3",
39-
"@testing-library/react": "^16.1.0",
40-
"@testing-library/user-event": "^14.5.2",
42+
"@testing-library/react": "^16.2.0",
43+
"@testing-library/user-event": "^14.6.0",
4144
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
4245
"@types/jest": "^29.5.14",
4346
"@types/node": "22.9.0",
@@ -46,7 +49,7 @@
4649
"@typescript-eslint/eslint-plugin": "^8.20.0",
4750
"@typescript-eslint/parser": "^8.20.0",
4851
"autoprefixer": "^10.4.20",
49-
"chromatic": "^11.24.0",
52+
"chromatic": "^11.25.0",
5053
"commitizen": "^4.3.1",
5154
"cz-customizable": "^7.4.0",
5255
"eslint": "^8.57.1",
@@ -57,7 +60,7 @@
5760
"eslint-plugin-import": "^2.31.0",
5861
"eslint-plugin-jest": "^28.11.0",
5962
"eslint-plugin-jsx-a11y": "^6.10.2",
60-
"eslint-plugin-prettier": "^5.2.1",
63+
"eslint-plugin-prettier": "^5.2.2",
6164
"eslint-plugin-react": "^7.37.4",
6265
"eslint-plugin-react-hooks": "^4.6.2",
6366
"eslint-plugin-storybook": "^0.11.2",
@@ -66,9 +69,9 @@
6669
"openapi-typescript": "^7.5.2",
6770
"postcss": "^8.5.1",
6871
"prettier": "^3.4.2",
69-
"prettier-plugin-tailwindcss": "^0.6.9",
72+
"prettier-plugin-tailwindcss": "^0.6.10",
7073
"react-test-renderer": "^18.3.1",
71-
"storybook": "^8.4.7",
74+
"storybook": "^8.5.0",
7275
"tailwindcss": "^3.4.17",
7376
"ts-jest": "^29.2.5",
7477
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)