diff options
| author | joonhoekim <26rote@gmail.com> | 2025-08-11 09:34:40 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-08-11 09:34:40 +0000 |
| commit | bcd462d6e60871b86008e072f4b914138fc5c328 (patch) | |
| tree | c22876fd6c6e7e48254587848b9dff50cdb8b032 /package.json | |
| parent | cbb4c7fe0b94459162ad5e998bc05cd293e0ff96 (diff) | |
(김준회) 리치텍스트에디터 (결재템플릿을 위한 공통컴포넌트), command-menu 에러 수정, 결재 템플릿 관리, 결재선 관리, ECC RFQ+PR Item 수신시 비즈니스테이블(ProcurementRFQ) 데이터 적재, WSDL 오류 수정
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 7a7955e5..aa51b6ea 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,7 @@ "@tiptap/extension-link": "^2.23.1", "@tiptap/extension-list-item": "^2.23.1", "@tiptap/extension-ordered-list": "^2.23.1", + "@tiptap/extension-placeholder": "^2.23.1", "@tiptap/extension-subscript": "^2.23.1", "@tiptap/extension-superscript": "^2.23.1", "@tiptap/extension-table": "^2.23.1", @@ -165,6 +166,7 @@ "swr": "^2.3.3", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", + "tiptap-extension-resize-image": "^1.3.0", "tmp-promise": "^3.0.3", "ua-parser-js": "^2.0.4", "uuid": "^11.0.5", @@ -193,7 +195,7 @@ "tsx": "^4.19.2", "typescript": "^5.7.2" }, - "overrides": { + "overrides": { "rimraf": "3.0.2" } } |
