@remarkablejames/editor 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +62 -0
- package/lib/ActionMenuButton-B0EHT9CC.js +35 -0
- package/lib/ActionMenuButton-J1el_e6Z.cjs +1 -0
- package/lib/Attachment.cjs +19 -0
- package/lib/Attachment.js +273 -0
- package/lib/Blockquote.cjs +5 -0
- package/lib/Blockquote.js +107 -0
- package/lib/Bold.cjs +1 -0
- package/lib/Bold.js +123 -0
- package/lib/BulletList.cjs +1 -0
- package/lib/BulletList.js +53 -0
- package/lib/Callout.cjs +1 -0
- package/lib/Callout.js +225 -0
- package/lib/Clear.cjs +1 -0
- package/lib/Clear.js +49 -0
- package/lib/Code.cjs +1 -0
- package/lib/Code.js +100 -0
- package/lib/CodeBlock.cjs +44 -0
- package/lib/CodeBlock.js +4065 -0
- package/lib/CodeView.cjs +1 -0
- package/lib/CodeView.js +81 -0
- package/lib/Color.cjs +1 -0
- package/lib/Color.js +134 -0
- package/lib/Column.cjs +1 -0
- package/lib/Column.js +230 -0
- package/lib/Drawer-BCWVN-4l.js +1125 -0
- package/lib/Drawer-BTouEroZ.cjs +2 -0
- package/lib/Drawer.cjs +1 -0
- package/lib/Drawer.js +7 -0
- package/lib/Emoji.cjs +1 -0
- package/lib/Emoji.js +19888 -0
- package/lib/Excalidraw.cjs +1 -0
- package/lib/Excalidraw.js +276 -0
- package/lib/ExportPdf.cjs +39 -0
- package/lib/ExportPdf.js +142 -0
- package/lib/ExportWord.cjs +1 -0
- package/lib/ExportWord.js +107 -0
- package/lib/FontFamily.cjs +1 -0
- package/lib/FontFamily.js +84 -0
- package/lib/FontSize.cjs +1 -0
- package/lib/FontSize.js +106 -0
- package/lib/Heading.cjs +1 -0
- package/lib/Heading.js +167 -0
- package/lib/Highlight.cjs +1 -0
- package/lib/Highlight.js +203 -0
- package/lib/History.cjs +1 -0
- package/lib/History.js +990 -0
- package/lib/HorizontalRule.cjs +1 -0
- package/lib/HorizontalRule.js +118 -0
- package/lib/Iframe-BdgiWGml.js +416 -0
- package/lib/Iframe-BfBLILDA.cjs +1 -0
- package/lib/Iframe.cjs +1 -0
- package/lib/Iframe.js +7 -0
- package/lib/Image.cjs +1 -0
- package/lib/Image.js +6 -0
- package/lib/ImageGif.cjs +1 -0
- package/lib/ImageGif.js +400 -0
- package/lib/ImportWord.cjs +1 -0
- package/lib/ImportWord.js +145 -0
- package/lib/Indent-BpMcZKok.js +148 -0
- package/lib/Indent-Dvqz_WEn.cjs +1 -0
- package/lib/Indent.cjs +1 -0
- package/lib/Indent.js +6 -0
- package/lib/Italic.cjs +1 -0
- package/lib/Italic.js +123 -0
- package/lib/Katex-B8_uprkO.js +2753 -0
- package/lib/Katex-BQyeCeQ0.cjs +4 -0
- package/lib/Katex.cjs +1 -0
- package/lib/Katex.js +6 -0
- package/lib/LineHeight.cjs +1 -0
- package/lib/LineHeight.js +89 -0
- package/lib/Link.cjs +1 -0
- package/lib/Link.js +6 -0
- package/lib/LinkEditBlock-BX0fXXpF.js +1185 -0
- package/lib/LinkEditBlock-CIshn_8F.cjs +5 -0
- package/lib/Mention.cjs +1 -0
- package/lib/Mention.js +265 -0
- package/lib/Mermaid-0GiGVxn0.cjs +2 -0
- package/lib/Mermaid-D8bbIgAl.js +381 -0
- package/lib/Mermaid.cjs +1 -0
- package/lib/Mermaid.js +7 -0
- package/lib/MoreMark.cjs +1 -0
- package/lib/MoreMark.js +157 -0
- package/lib/OrderedList.cjs +1 -0
- package/lib/OrderedList.js +52 -0
- package/lib/SearchAndReplace.cjs +1 -0
- package/lib/SearchAndReplace.js +305 -0
- package/lib/SlashCommand.cjs +1 -0
- package/lib/SlashCommand.js +90 -0
- package/lib/SlashCommandNodeView-BcmtKbEE.js +249 -0
- package/lib/SlashCommandNodeView-rDJ7OjRd.cjs +1 -0
- package/lib/Strike.cjs +1 -0
- package/lib/Strike.js +112 -0
- package/lib/Table-BEhNBeuA.cjs +5 -0
- package/lib/Table-DbxuP5xh.js +1939 -0
- package/lib/Table.cjs +1 -0
- package/lib/Table.js +5 -0
- package/lib/TaskList.cjs +1 -0
- package/lib/TaskList.js +63 -0
- package/lib/TextAlign.cjs +1 -0
- package/lib/TextAlign.js +165 -0
- package/lib/TextDirection.cjs +1 -0
- package/lib/TextDirection.js +110 -0
- package/lib/TextUnderline.cjs +1 -0
- package/lib/TextUnderline.js +115 -0
- package/lib/Twitter-9I6BLNmg.js +1666 -0
- package/lib/Twitter-BuEBgpi9.cjs +1 -0
- package/lib/Twitter.cjs +1 -0
- package/lib/Twitter.js +6 -0
- package/lib/Video.cjs +1 -0
- package/lib/Video.js +7 -0
- package/lib/bubble.cjs +3 -0
- package/lib/bubble.d.ts +1 -0
- package/lib/bubble.js +9533 -0
- package/lib/clsx-CDyrfCnw.js +7391 -0
- package/lib/clsx-CXbNJWDD.cjs +54 -0
- package/lib/components/ActionButton.d.ts +23 -0
- package/lib/components/ActionMenuButton.d.ts +28 -0
- package/lib/components/Bubble/RichTextBubbleCallout.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleColumns.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleDrawer.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleExcalidraw.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleIframe.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleKatex.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleLink.d.ts +6 -0
- package/lib/components/Bubble/RichTextBubbleMedia.d.ts +4 -0
- package/lib/components/Bubble/RichTextBubbleMenuDragHandle.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleMermaid.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleTable.d.ts +5 -0
- package/lib/components/Bubble/RichTextBubbleText.d.ts +5 -0
- package/lib/components/Bubble/RichTextBubbleTwitter.d.ts +1 -0
- package/lib/components/Bubble/formatBubble.d.ts +55 -0
- package/lib/components/Bubble/index.d.ts +13 -0
- package/lib/components/ColorPicker.d.ts +11 -0
- package/lib/components/ReactBus.d.ts +11 -0
- package/lib/components/RichTextProvider.d.ts +8 -0
- package/lib/components/SizeSetter/SizeSetter.d.ts +13 -0
- package/lib/components/SlashDialogTrigger/RenderDialogUploadImage.d.ts +1 -0
- package/lib/components/SlashDialogTrigger/RenderDialogUploadVideo.d.ts +1 -0
- package/lib/components/SlashDialogTrigger/SlashDialogTrigger.d.ts +5 -0
- package/lib/components/icons/Activity.d.ts +2 -0
- package/lib/components/icons/Animas.d.ts +2 -0
- package/lib/components/icons/AspectRatio.d.ts +2 -0
- package/lib/components/icons/Blockquote.d.ts +2 -0
- package/lib/components/icons/CodeView.d.ts +1 -0
- package/lib/components/icons/ColumnAddLeft.d.ts +1 -0
- package/lib/components/icons/ColumnAddRight.d.ts +1 -0
- package/lib/components/icons/DeleteColumn.d.ts +2 -0
- package/lib/components/icons/DeleteRow.d.ts +2 -0
- package/lib/components/icons/Direction.d.ts +1 -0
- package/lib/components/icons/Excalidraw.d.ts +1 -0
- package/lib/components/icons/ExportPdf.d.ts +1 -0
- package/lib/components/icons/ExportWord.d.ts +2 -0
- package/lib/components/icons/FileWordOutline.d.ts +2 -0
- package/lib/components/icons/Flag.d.ts +2 -0
- package/lib/components/icons/Food.d.ts +2 -0
- package/lib/components/icons/GIfIcon.d.ts +1 -0
- package/lib/components/icons/Html.d.ts +1 -0
- package/lib/components/icons/Icon.d.ts +8 -0
- package/lib/components/icons/IconColorFill.d.ts +5 -0
- package/lib/components/icons/IconHighlightFill.d.ts +3 -0
- package/lib/components/icons/ImportWord.d.ts +2 -0
- package/lib/components/icons/LeftToRight.d.ts +1 -0
- package/lib/components/icons/LineHeight.d.ts +2 -0
- package/lib/components/icons/MenuDown.d.ts +2 -0
- package/lib/components/icons/Mermaid.d.ts +1 -0
- package/lib/components/icons/NoFill.d.ts +1 -0
- package/lib/components/icons/Object.d.ts +2 -0
- package/lib/components/icons/RightToLeft.d.ts +1 -0
- package/lib/components/icons/SizeL.d.ts +2 -0
- package/lib/components/icons/SizeM.d.ts +2 -0
- package/lib/components/icons/SizeS.d.ts +2 -0
- package/lib/components/icons/Symbol.d.ts +2 -0
- package/lib/components/icons/Travel.d.ts +2 -0
- package/lib/components/icons/Twitter.d.ts +1 -0
- package/lib/components/icons/icons.d.ts +1 -0
- package/lib/components/icons/index.d.ts +12 -0
- package/lib/components/index.d.ts +6 -0
- package/lib/components/ui/button.d.ts +11 -0
- package/lib/components/ui/checkbox.d.ts +4 -0
- package/lib/components/ui/dialog.d.ts +19 -0
- package/lib/components/ui/dropdown-menu.d.ts +27 -0
- package/lib/components/ui/emoji-picker.d.ts +7 -0
- package/lib/components/ui/index.d.ts +15 -0
- package/lib/components/ui/input.d.ts +5 -0
- package/lib/components/ui/label.d.ts +5 -0
- package/lib/components/ui/popover.d.ts +6 -0
- package/lib/components/ui/select.d.ts +13 -0
- package/lib/components/ui/separator.d.ts +4 -0
- package/lib/components/ui/switch.d.ts +4 -0
- package/lib/components/ui/tabs.d.ts +7 -0
- package/lib/components/ui/textarea.d.ts +5 -0
- package/lib/components/ui/toast.d.ts +15 -0
- package/lib/components/ui/toaster.d.ts +1 -0
- package/lib/components/ui/toggle.d.ts +12 -0
- package/lib/components/ui/tooltip.d.ts +7 -0
- package/lib/components/ui/use-toast.d.ts +44 -0
- package/lib/constants/index.d.ts +47 -0
- package/lib/constants/resetCSS.d.ts +1 -0
- package/lib/delete-node-CosiBes5.cjs +1 -0
- package/lib/delete-node-eQHsyyhR.js +24 -0
- package/lib/dom-dataset-BqoJhJXt.cjs +1 -0
- package/lib/dom-dataset-CIEeltF6.js +47 -0
- package/lib/dropdown-menu-Bs69ZBbO.js +143 -0
- package/lib/dropdown-menu-DjWlG2-J.cjs +1 -0
- package/lib/extensions/Attachment/Attachment.d.ts +15 -0
- package/lib/extensions/Attachment/components/NodeViewAttachment/FileIcon.d.ts +1 -0
- package/lib/extensions/Attachment/components/NodeViewAttachment/FileIconString.d.ts +1 -0
- package/lib/extensions/Attachment/components/NodeViewAttachment/NodeViewAttachment.d.ts +1 -0
- package/lib/extensions/Attachment/components/RichTextAttachment.d.ts +1 -0
- package/lib/extensions/Attachment/index.d.ts +1 -0
- package/lib/extensions/Blockquote/Blockquote.d.ts +6 -0
- package/lib/extensions/Blockquote/components/RichTextBlockquote.d.ts +1 -0
- package/lib/extensions/Blockquote/index.d.ts +1 -0
- package/lib/extensions/Bold/Bold.d.ts +6 -0
- package/lib/extensions/Bold/components/RichTextBold.d.ts +1 -0
- package/lib/extensions/Bold/index.d.ts +1 -0
- package/lib/extensions/BulletList/BulletList.d.ts +6 -0
- package/lib/extensions/BulletList/components/RichTextBulletList.d.ts +1 -0
- package/lib/extensions/BulletList/index.d.ts +1 -0
- package/lib/extensions/Callout/Callout.d.ts +18 -0
- package/lib/extensions/Callout/components/NodeViewCallout/NodeViewCallout.d.ts +1 -0
- package/lib/extensions/Callout/components/RichTextCallout.d.ts +1 -0
- package/lib/extensions/Callout/index.d.ts +1 -0
- package/lib/extensions/Clear/Clear.d.ts +6 -0
- package/lib/extensions/Clear/components/RichTextClear.d.ts +1 -0
- package/lib/extensions/Clear/index.d.ts +1 -0
- package/lib/extensions/Code/Code.d.ts +6 -0
- package/lib/extensions/Code/components/RichTextCode.d.ts +1 -0
- package/lib/extensions/Code/index.d.ts +1 -0
- package/lib/extensions/CodeBlock/CodeBlock.d.ts +21 -0
- package/lib/extensions/CodeBlock/components/NodeViewCodeBlock/NodeViewCodeBlock.d.ts +1 -0
- package/lib/extensions/CodeBlock/components/RichTextCodeBlock.d.ts +1 -0
- package/lib/extensions/CodeBlock/index.d.ts +1 -0
- package/lib/extensions/CodeView/CodeView.d.ts +17 -0
- package/lib/extensions/CodeView/components/RichTextCodeView.d.ts +1 -0
- package/lib/extensions/CodeView/index.d.ts +1 -0
- package/lib/extensions/Color/Color.d.ts +22 -0
- package/lib/extensions/Color/components/RichTextColor.d.ts +1 -0
- package/lib/extensions/Color/index.d.ts +1 -0
- package/lib/extensions/Column/Column.d.ts +17 -0
- package/lib/extensions/Column/components/RichTextColumn.d.ts +1 -0
- package/lib/extensions/Column/index.d.ts +1 -0
- package/lib/extensions/Drawer/Drawer.d.ts +15 -0
- package/lib/extensions/Drawer/components/ControlDrawer/ControlDrawer.d.ts +2 -0
- package/lib/extensions/Drawer/components/ControlDrawer/icon.d.ts +28 -0
- package/lib/extensions/Drawer/components/EditDrawerBlock.d.ts +1 -0
- package/lib/extensions/Drawer/components/NodeViewDrawer/NodeViewDrawer.d.ts +1 -0
- package/lib/extensions/Drawer/components/RichTextDrawer.d.ts +1 -0
- package/lib/extensions/Drawer/index.d.ts +1 -0
- package/lib/extensions/Emoji/Emoji.d.ts +5 -0
- package/lib/extensions/Emoji/components/EmojiList/EmojiNodeView.d.ts +11 -0
- package/lib/extensions/Emoji/components/RichTextEmoji.d.ts +1 -0
- package/lib/extensions/Emoji/index.d.ts +1 -0
- package/lib/extensions/Excalidraw/Excalidraw.d.ts +17 -0
- package/lib/extensions/Excalidraw/components/NodeViewExcalidraw/NodeViewExcalidraw.d.ts +2 -0
- package/lib/extensions/Excalidraw/components/RichTextExcalidraw.d.ts +1 -0
- package/lib/extensions/Excalidraw/index.d.ts +1 -0
- package/lib/extensions/ExportPdf/ExportPdf.d.ts +21 -0
- package/lib/extensions/ExportPdf/components/RichTextExportPdf.d.ts +1 -0
- package/lib/extensions/ExportPdf/index.d.ts +1 -0
- package/lib/extensions/ExportWord/ExportWord.d.ts +13 -0
- package/lib/extensions/ExportWord/components/RichTextExportWord.d.ts +1 -0
- package/lib/extensions/ExportWord/index.d.ts +1 -0
- package/lib/extensions/FontFamily/FontFamily.d.ts +10 -0
- package/lib/extensions/FontFamily/components/RichTextFontFamily.d.ts +15 -0
- package/lib/extensions/FontFamily/index.d.ts +1 -0
- package/lib/extensions/FontSize/FontSize.d.ts +32 -0
- package/lib/extensions/FontSize/components/RichTextFontSize.d.ts +12 -0
- package/lib/extensions/FontSize/index.d.ts +1 -0
- package/lib/extensions/Heading/Heading.d.ts +6 -0
- package/lib/extensions/Heading/components/RichTextHeading.d.ts +15 -0
- package/lib/extensions/Heading/index.d.ts +1 -0
- package/lib/extensions/Highlight/Highlight.d.ts +18 -0
- package/lib/extensions/Highlight/components/RichTextHighlight.d.ts +1 -0
- package/lib/extensions/Highlight/index.d.ts +1 -0
- package/lib/extensions/History/History.d.ts +6 -0
- package/lib/extensions/History/components/RichTextHistory.d.ts +2 -0
- package/lib/extensions/History/index.d.ts +1 -0
- package/lib/extensions/HorizontalRule/HorizontalRule.d.ts +6 -0
- package/lib/extensions/HorizontalRule/components/RichTextHorizontalRule.d.ts +1 -0
- package/lib/extensions/HorizontalRule/index.d.ts +1 -0
- package/lib/extensions/Iframe/Iframe.d.ts +16 -0
- package/lib/extensions/Iframe/components/IframeNodeView.d.ts +2 -0
- package/lib/extensions/Iframe/components/RichTextIframe.d.ts +1 -0
- package/lib/extensions/Iframe/index.d.ts +1 -0
- package/lib/extensions/Iframe/utils.d.ts +9 -0
- package/lib/extensions/Image/Image.d.ts +64 -0
- package/lib/extensions/Image/components/ImageCropper.d.ts +1 -0
- package/lib/extensions/Image/components/ImageView.d.ts +2 -0
- package/lib/extensions/Image/components/RichTextImage.d.ts +1 -0
- package/lib/extensions/Image/index.d.ts +1 -0
- package/lib/extensions/ImageGif/ImageGif.d.ts +39 -0
- package/lib/extensions/ImageGif/components/ImageGifView.d.ts +2 -0
- package/lib/extensions/ImageGif/components/RichTextImageGif.d.ts +1 -0
- package/lib/extensions/ImageGif/components/services.d.ts +458 -0
- package/lib/extensions/ImageGif/index.d.ts +1 -0
- package/lib/extensions/ImportWord/ImportWord.d.ts +18 -0
- package/lib/extensions/ImportWord/components/RichTextImportWord.d.ts +1 -0
- package/lib/extensions/ImportWord/index.d.ts +1 -0
- package/lib/extensions/Indent/Indent.d.ts +23 -0
- package/lib/extensions/Indent/components/RichTextIndent.d.ts +1 -0
- package/lib/extensions/Indent/index.d.ts +1 -0
- package/lib/extensions/Italic/Italic.d.ts +6 -0
- package/lib/extensions/Italic/components/RichTextItalic.d.ts +1 -0
- package/lib/extensions/Italic/index.d.ts +1 -0
- package/lib/extensions/Katex/Katex.d.ts +17 -0
- package/lib/extensions/Katex/components/KatexWrapper.d.ts +1 -0
- package/lib/extensions/Katex/components/RichTextKatex.d.ts +1 -0
- package/lib/extensions/Katex/index.d.ts +1 -0
- package/lib/extensions/LineHeight/LineHeight.d.ts +7 -0
- package/lib/extensions/LineHeight/components/RichTextLightHeight.d.ts +1 -0
- package/lib/extensions/LineHeight/index.d.ts +1 -0
- package/lib/extensions/Link/Link.d.ts +6 -0
- package/lib/extensions/Link/components/LinkEditBlock.d.ts +9 -0
- package/lib/extensions/Link/components/LinkViewBlock.d.ts +8 -0
- package/lib/extensions/Link/components/RichTextLink.d.ts +1 -0
- package/lib/extensions/Link/index.d.ts +1 -0
- package/lib/extensions/Mention/Mention.d.ts +3 -0
- package/lib/extensions/Mention/components/NodeViewMentionList.d.ts +16 -0
- package/lib/extensions/Mention/index.d.ts +1 -0
- package/lib/extensions/Mermaid/Mermaid.d.ts +27 -0
- package/lib/extensions/Mermaid/components/EditMermaidBlock.d.ts +9 -0
- package/lib/extensions/Mermaid/components/NodeViewMermaid/NodeViewMermaid.d.ts +9 -0
- package/lib/extensions/Mermaid/components/RichTextMermaid.d.ts +1 -0
- package/lib/extensions/Mermaid/index.d.ts +1 -0
- package/lib/extensions/MoreMark/MoreMark.d.ts +20 -0
- package/lib/extensions/MoreMark/components/RichTextMoreMark.d.ts +14 -0
- package/lib/extensions/MoreMark/index.d.ts +1 -0
- package/lib/extensions/OrderedList/OrderedList.d.ts +6 -0
- package/lib/extensions/OrderedList/components/RichTextOrderedList.d.ts +1 -0
- package/lib/extensions/OrderedList/index.d.ts +1 -0
- package/lib/extensions/SearchAndReplace/SearchAndReplace.d.ts +36 -0
- package/lib/extensions/SearchAndReplace/components/RichTextSearchAndReplace.d.ts +1 -0
- package/lib/extensions/SearchAndReplace/index.d.ts +1 -0
- package/lib/extensions/SlashCommand/SlashCommand.d.ts +4 -0
- package/lib/extensions/SlashCommand/components/SlashCommandList.d.ts +6 -0
- package/lib/extensions/SlashCommand/components/SlashCommandNodeView.d.ts +3 -0
- package/lib/extensions/SlashCommand/index.d.ts +1 -0
- package/lib/extensions/SlashCommand/renderCommandListDefault.d.ts +7 -0
- package/lib/extensions/SlashCommand/types.d.ts +20 -0
- package/lib/extensions/Strike/Strike.d.ts +6 -0
- package/lib/extensions/Strike/components/RichTextStrike.d.ts +1 -0
- package/lib/extensions/Strike/index.d.ts +1 -0
- package/lib/extensions/Table/Table.d.ts +21 -0
- package/lib/extensions/Table/TableCellBackground.d.ts +14 -0
- package/lib/extensions/Table/components/CreateTablePopover.d.ts +7 -0
- package/lib/extensions/Table/components/RichTextTable.d.ts +1 -0
- package/lib/extensions/Table/index.d.ts +1 -0
- package/lib/extensions/TaskList/TaskList.d.ts +11 -0
- package/lib/extensions/TaskList/components/RichTextTaskList.d.ts +1 -0
- package/lib/extensions/TaskList/index.d.ts +1 -0
- package/lib/extensions/TextAlign/TextAlign.d.ts +17 -0
- package/lib/extensions/TextAlign/components/RichTextAlign.d.ts +14 -0
- package/lib/extensions/TextAlign/index.d.ts +1 -0
- package/lib/extensions/TextDirection/TextDirection.d.ts +5 -0
- package/lib/extensions/TextDirection/components/RichTextTextDirection.d.ts +15 -0
- package/lib/extensions/TextDirection/index.d.ts +1 -0
- package/lib/extensions/TextUnderline/TextUnderline.d.ts +6 -0
- package/lib/extensions/TextUnderline/components/RichTextUnderline.d.ts +1 -0
- package/lib/extensions/TextUnderline/index.d.ts +1 -0
- package/lib/extensions/Twitter/Twitter.d.ts +46 -0
- package/lib/extensions/Twitter/components/FormEditLinkTwitter.d.ts +6 -0
- package/lib/extensions/Twitter/components/NodeViewTweet.d.ts +8 -0
- package/lib/extensions/Twitter/components/RichTextTwitter.d.ts +1 -0
- package/lib/extensions/Twitter/index.d.ts +1 -0
- package/lib/extensions/Video/Video.d.ts +66 -0
- package/lib/extensions/Video/components/RichTextVideo.d.ts +1 -0
- package/lib/extensions/Video/index.d.ts +1 -0
- package/lib/hooks/useActive.d.ts +21 -0
- package/lib/hooks/useAttributes.d.ts +2 -0
- package/lib/hooks/useButtonProps.d.ts +1 -0
- package/lib/hooks/useCopy.d.ts +5 -0
- package/lib/hooks/useExtension.d.ts +1 -0
- package/lib/hooks/useLocalStorage.d.ts +13 -0
- package/lib/index-4Q5IhypJ.js +1349 -0
- package/lib/index-BCzvbrf5.cjs +12 -0
- package/lib/index-BG0kQamI.js +285 -0
- package/lib/index-C-tDsIKJ.js +1631 -0
- package/lib/index-C1WCZhyA.js +237 -0
- package/lib/index-CjhjjJsN.cjs +1 -0
- package/lib/index-Cs6cp0Y6.cjs +1 -0
- package/lib/index-CsSfYR30.js +1351 -0
- package/lib/index-D9oM__YW.cjs +1 -0
- package/lib/index-DjDf4BK8.js +707 -0
- package/lib/index-NsYff_Ni.cjs +1 -0
- package/lib/index-bVGIXhRg.cjs +1 -0
- package/lib/index-lj3VWExo.js +4883 -0
- package/lib/index-neeeY2o7.cjs +4 -0
- package/lib/index.cjs +115 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +338 -0
- package/lib/jsx-runtime-CT7Pcg-t.js +13 -0
- package/lib/jsx-runtime-C_NLcKys.cjs +1 -0
- package/lib/lib/utils.d.ts +2 -0
- package/lib/locale-bundle.cjs +1 -0
- package/lib/locale-bundle.d.ts +1 -0
- package/lib/locale-bundle.js +11 -0
- package/lib/locales/en.d.ts +196 -0
- package/lib/locales/fi.d.ts +196 -0
- package/lib/locales/hu.d.ts +196 -0
- package/lib/locales/index.d.ts +1198 -0
- package/lib/locales/pt-br.d.ts +196 -0
- package/lib/locales/vi.d.ts +196 -0
- package/lib/locales/zh-cn.d.ts +196 -0
- package/lib/plugins/image-upload.d.ts +13 -0
- package/lib/popover-CPr9bHYn.js +24 -0
- package/lib/popover-D-hUKDYu.cjs +1 -0
- package/lib/renderNodeView-BJSrgyGj.js +28 -0
- package/lib/renderNodeView-DfLmGrgA.cjs +1 -0
- package/lib/select-C2KF4RNg.cjs +1 -0
- package/lib/select-CuE_HaQJ.js +120 -0
- package/lib/separator-CHzYNMVt.js +293 -0
- package/lib/separator-_gvUNba_.cjs +1 -0
- package/lib/store/EditorEditableReactive.d.ts +1 -0
- package/lib/store/ThemeColorReactive.d.ts +1 -0
- package/lib/store/commandList.d.ts +2 -0
- package/lib/store/editor.d.ts +21 -0
- package/lib/store/store.d.ts +3 -0
- package/lib/style.css +1 -0
- package/lib/textarea-DZj6EY-N.cjs +1 -0
- package/lib/textarea-gEoNp9CA.js +20 -0
- package/lib/theme/theme.d.ts +369 -0
- package/lib/theme.cjs +1 -0
- package/lib/theme.js +395 -0
- package/lib/types.d.ts +230 -0
- package/lib/updatePosition-Cjuj2E26.cjs +1 -0
- package/lib/updatePosition-e90ZrFWW.js +16 -0
- package/lib/utils/base64.d.ts +2 -0
- package/lib/utils/checkIsVideoUrl.d.ts +1 -0
- package/lib/utils/color.d.ts +7 -0
- package/lib/utils/columns.d.ts +14 -0
- package/lib/utils/customEvents/events.constant.d.ts +6 -0
- package/lib/utils/delete-node.d.ts +2 -0
- package/lib/utils/dom-dataset.d.ts +28 -0
- package/lib/utils/download.d.ts +1 -0
- package/lib/utils/dynamicCSS.d.ts +25 -0
- package/lib/utils/editor-container-size.d.ts +4 -0
- package/lib/utils/file.d.ts +30 -0
- package/lib/utils/getRenderContainer.d.ts +3 -0
- package/lib/utils/indent.d.ts +14 -0
- package/lib/utils/is-mobile.d.ts +19 -0
- package/lib/utils/json.d.ts +2 -0
- package/lib/utils/lru-cache.d.ts +31 -0
- package/lib/utils/mitt.d.ts +24 -0
- package/lib/utils/node.d.ts +15 -0
- package/lib/utils/pdf.d.ts +3 -0
- package/lib/utils/plateform.d.ts +11 -0
- package/lib/utils/renderNodeView.d.ts +6 -0
- package/lib/utils/shortId.d.ts +1 -0
- package/lib/utils/storage.d.ts +2 -0
- package/lib/utils/updatePosition.d.ts +1 -0
- package/lib/utils/utils.d.ts +20 -0
- package/lib/utils/validateFile.d.ts +16 -0
- package/package.json +845 -0
package/package.json
ADDED
|
@@ -0,0 +1,845 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@remarkablejames/editor",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"editor",
|
|
7
|
+
"react",
|
|
8
|
+
"@remarkablejames/editor",
|
|
9
|
+
"rich-text",
|
|
10
|
+
"tiptap",
|
|
11
|
+
"tiptap-editor",
|
|
12
|
+
"tiptap-react",
|
|
13
|
+
"tiptap-react-editor",
|
|
14
|
+
"tiptap-react-rc-editor",
|
|
15
|
+
"tiptap-react-rc-rich-text",
|
|
16
|
+
"tiptap-react-rc-wysiwyg",
|
|
17
|
+
"tiptap-react-rich-text",
|
|
18
|
+
"tiptap-react-wysiwyg",
|
|
19
|
+
"wysiwyg"
|
|
20
|
+
],
|
|
21
|
+
"homepage": "https://github.com/remarkablejames/editor",
|
|
22
|
+
"bugs": "https://github.com/remarkablejames/editor/issues",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "git+https://github.com/remarkablejames/editor.git"
|
|
27
|
+
},
|
|
28
|
+
"files": [
|
|
29
|
+
"lib",
|
|
30
|
+
"LICENSE",
|
|
31
|
+
"package.json",
|
|
32
|
+
"README.md"
|
|
33
|
+
],
|
|
34
|
+
"type": "module",
|
|
35
|
+
"sideEffects": false,
|
|
36
|
+
"main": "./lib/index.cjs",
|
|
37
|
+
"module": "./lib/index.js",
|
|
38
|
+
"types": "./lib/index.d.ts",
|
|
39
|
+
"typesVersions": {
|
|
40
|
+
"*": {
|
|
41
|
+
"locale-bundle": [
|
|
42
|
+
"./lib/locale-bundle.d.ts"
|
|
43
|
+
],
|
|
44
|
+
"bubble": [
|
|
45
|
+
"./lib/bubble.d.ts"
|
|
46
|
+
],
|
|
47
|
+
"theme": [
|
|
48
|
+
"./lib/theme.d.ts"
|
|
49
|
+
],
|
|
50
|
+
"*": [
|
|
51
|
+
"./lib/*",
|
|
52
|
+
"./*"
|
|
53
|
+
],
|
|
54
|
+
"./attachment": [
|
|
55
|
+
"./lib/extensions/Attachment/index.d.ts"
|
|
56
|
+
],
|
|
57
|
+
"./blockquote": [
|
|
58
|
+
"./lib/extensions/Blockquote/index.d.ts"
|
|
59
|
+
],
|
|
60
|
+
"./bold": [
|
|
61
|
+
"./lib/extensions/Bold/index.d.ts"
|
|
62
|
+
],
|
|
63
|
+
"./bulletlist": [
|
|
64
|
+
"./lib/extensions/BulletList/index.d.ts"
|
|
65
|
+
],
|
|
66
|
+
"./clear": [
|
|
67
|
+
"./lib/extensions/Clear/index.d.ts"
|
|
68
|
+
],
|
|
69
|
+
"./code": [
|
|
70
|
+
"./lib/extensions/Code/index.d.ts"
|
|
71
|
+
],
|
|
72
|
+
"./codeblock": [
|
|
73
|
+
"./lib/extensions/CodeBlock/index.d.ts"
|
|
74
|
+
],
|
|
75
|
+
"./codeview": [
|
|
76
|
+
"./lib/extensions/CodeView/index.d.ts"
|
|
77
|
+
],
|
|
78
|
+
"./color": [
|
|
79
|
+
"./lib/extensions/Color/index.d.ts"
|
|
80
|
+
],
|
|
81
|
+
"./drawer": [
|
|
82
|
+
"./lib/extensions/Drawer/index.d.ts"
|
|
83
|
+
],
|
|
84
|
+
"./emoji": [
|
|
85
|
+
"./lib/extensions/Emoji/index.d.ts"
|
|
86
|
+
],
|
|
87
|
+
"./excalidraw": [
|
|
88
|
+
"./lib/extensions/Excalidraw/index.d.ts"
|
|
89
|
+
],
|
|
90
|
+
"./exportpdf": [
|
|
91
|
+
"./lib/extensions/ExportPdf/index.d.ts"
|
|
92
|
+
],
|
|
93
|
+
"./exportword": [
|
|
94
|
+
"./lib/extensions/ExportWord/index.d.ts"
|
|
95
|
+
],
|
|
96
|
+
"./fontfamily": [
|
|
97
|
+
"./lib/extensions/FontFamily/index.d.ts"
|
|
98
|
+
],
|
|
99
|
+
"./fontsize": [
|
|
100
|
+
"./lib/extensions/FontSize/index.d.ts"
|
|
101
|
+
],
|
|
102
|
+
"./heading": [
|
|
103
|
+
"./lib/extensions/Heading/index.d.ts"
|
|
104
|
+
],
|
|
105
|
+
"./highlight": [
|
|
106
|
+
"./lib/extensions/Highlight/index.d.ts"
|
|
107
|
+
],
|
|
108
|
+
"./history": [
|
|
109
|
+
"./lib/extensions/History/index.d.ts"
|
|
110
|
+
],
|
|
111
|
+
"./horizontalrule": [
|
|
112
|
+
"./lib/extensions/HorizontalRule/index.d.ts"
|
|
113
|
+
],
|
|
114
|
+
"./iframe": [
|
|
115
|
+
"./lib/extensions/Iframe/index.d.ts"
|
|
116
|
+
],
|
|
117
|
+
"./image": [
|
|
118
|
+
"./lib/extensions/Image/index.d.ts"
|
|
119
|
+
],
|
|
120
|
+
"./imagegif": [
|
|
121
|
+
"./lib/extensions/ImageGif/index.d.ts"
|
|
122
|
+
],
|
|
123
|
+
"./importword": [
|
|
124
|
+
"./lib/extensions/ImportWord/index.d.ts"
|
|
125
|
+
],
|
|
126
|
+
"./indent": [
|
|
127
|
+
"./lib/extensions/Indent/index.d.ts"
|
|
128
|
+
],
|
|
129
|
+
"./italic": [
|
|
130
|
+
"./lib/extensions/Italic/index.d.ts"
|
|
131
|
+
],
|
|
132
|
+
"./katex": [
|
|
133
|
+
"./lib/extensions/Katex/index.d.ts"
|
|
134
|
+
],
|
|
135
|
+
"./lineheight": [
|
|
136
|
+
"./lib/extensions/LineHeight/index.d.ts"
|
|
137
|
+
],
|
|
138
|
+
"./link": [
|
|
139
|
+
"./lib/extensions/Link/index.d.ts"
|
|
140
|
+
],
|
|
141
|
+
"./mention": [
|
|
142
|
+
"./lib/extensions/Mention/index.d.ts"
|
|
143
|
+
],
|
|
144
|
+
"./mermaid": [
|
|
145
|
+
"./lib/extensions/Mermaid/index.d.ts"
|
|
146
|
+
],
|
|
147
|
+
"./moremark": [
|
|
148
|
+
"./lib/extensions/MoreMark/index.d.ts"
|
|
149
|
+
],
|
|
150
|
+
"./column": [
|
|
151
|
+
"./lib/extensions/Column/index.d.ts"
|
|
152
|
+
],
|
|
153
|
+
"./orderedlist": [
|
|
154
|
+
"./lib/extensions/OrderedList/index.d.ts"
|
|
155
|
+
],
|
|
156
|
+
"./searchandreplace": [
|
|
157
|
+
"./lib/extensions/SearchAndReplace/index.d.ts"
|
|
158
|
+
],
|
|
159
|
+
"./slashcommand": [
|
|
160
|
+
"./lib/extensions/SlashCommand/index.d.ts"
|
|
161
|
+
],
|
|
162
|
+
"./strike": [
|
|
163
|
+
"./lib/extensions/Strike/index.d.ts"
|
|
164
|
+
],
|
|
165
|
+
"./table": [
|
|
166
|
+
"./lib/extensions/Table/index.d.ts"
|
|
167
|
+
],
|
|
168
|
+
"./tasklist": [
|
|
169
|
+
"./lib/extensions/TaskList/index.d.ts"
|
|
170
|
+
],
|
|
171
|
+
"./textalign": [
|
|
172
|
+
"./lib/extensions/TextAlign/index.d.ts"
|
|
173
|
+
],
|
|
174
|
+
"./textdirection": [
|
|
175
|
+
"./lib/extensions/TextDirection/index.d.ts"
|
|
176
|
+
],
|
|
177
|
+
"./textunderline": [
|
|
178
|
+
"./lib/extensions/TextUnderline/index.d.ts"
|
|
179
|
+
],
|
|
180
|
+
"./twitter": [
|
|
181
|
+
"./lib/extensions/Twitter/index.d.ts"
|
|
182
|
+
],
|
|
183
|
+
"./video": [
|
|
184
|
+
"./lib/extensions/Video/index.d.ts"
|
|
185
|
+
],
|
|
186
|
+
"./callout": [
|
|
187
|
+
"./lib/extensions/Callout/index.d.ts"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"exports": {
|
|
192
|
+
".": {
|
|
193
|
+
"require": {
|
|
194
|
+
"types": "./lib/index.d.cts",
|
|
195
|
+
"default": "./lib/index.cjs"
|
|
196
|
+
},
|
|
197
|
+
"import": {
|
|
198
|
+
"types": "./lib/index.d.ts",
|
|
199
|
+
"default": "./lib/index.js"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"./locale-bundle": {
|
|
203
|
+
"require": {
|
|
204
|
+
"types": "./lib/locale-bundle.d.cts",
|
|
205
|
+
"default": "./lib/locale-bundle.cjs"
|
|
206
|
+
},
|
|
207
|
+
"import": {
|
|
208
|
+
"types": "./lib/locale-bundle.d.ts",
|
|
209
|
+
"default": "./lib/locale-bundle.js"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"./bubble": {
|
|
213
|
+
"require": {
|
|
214
|
+
"types": "./lib/bubble.d.cts",
|
|
215
|
+
"default": "./lib/bubble.cjs"
|
|
216
|
+
},
|
|
217
|
+
"import": {
|
|
218
|
+
"types": "./lib/bubble.d.ts",
|
|
219
|
+
"default": "./lib/bubble.js"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"./theme": {
|
|
223
|
+
"require": {
|
|
224
|
+
"types": "./lib/theme/theme.d.cts",
|
|
225
|
+
"default": "./lib/theme.cjs"
|
|
226
|
+
},
|
|
227
|
+
"import": {
|
|
228
|
+
"types": "./lib/theme/theme.d.ts",
|
|
229
|
+
"default": "./lib/theme.js"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"./style.css": {
|
|
233
|
+
"require": "./lib/style.css",
|
|
234
|
+
"import": "./lib/style.css"
|
|
235
|
+
},
|
|
236
|
+
"./lib/*": "./lib/*",
|
|
237
|
+
"./package.json": "./package.json",
|
|
238
|
+
"./*": "./lib/*",
|
|
239
|
+
"./attachment": {
|
|
240
|
+
"require": {
|
|
241
|
+
"types": "./lib/extensions/Attachment/index.d.ts",
|
|
242
|
+
"default": "./lib/Attachment.cjs"
|
|
243
|
+
},
|
|
244
|
+
"import": {
|
|
245
|
+
"types": "./lib/extensions/Attachment/index.d.ts",
|
|
246
|
+
"default": "./lib/Attachment.js"
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"./blockquote": {
|
|
250
|
+
"require": {
|
|
251
|
+
"types": "./lib/extensions/Blockquote/index.d.ts",
|
|
252
|
+
"default": "./lib/Blockquote.cjs"
|
|
253
|
+
},
|
|
254
|
+
"import": {
|
|
255
|
+
"types": "./lib/extensions/Blockquote/index.d.ts",
|
|
256
|
+
"default": "./lib/Blockquote.js"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"./bold": {
|
|
260
|
+
"require": {
|
|
261
|
+
"types": "./lib/extensions/Bold/index.d.ts",
|
|
262
|
+
"default": "./lib/Bold.cjs"
|
|
263
|
+
},
|
|
264
|
+
"import": {
|
|
265
|
+
"types": "./lib/extensions/Bold/index.d.ts",
|
|
266
|
+
"default": "./lib/Bold.js"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"./bulletlist": {
|
|
270
|
+
"require": {
|
|
271
|
+
"types": "./lib/extensions/BulletList/index.d.ts",
|
|
272
|
+
"default": "./lib/BulletList.cjs"
|
|
273
|
+
},
|
|
274
|
+
"import": {
|
|
275
|
+
"types": "./lib/extensions/BulletList/index.d.ts",
|
|
276
|
+
"default": "./lib/BulletList.js"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"./clear": {
|
|
280
|
+
"require": {
|
|
281
|
+
"types": "./lib/extensions/Clear/index.d.ts",
|
|
282
|
+
"default": "./lib/Clear.cjs"
|
|
283
|
+
},
|
|
284
|
+
"import": {
|
|
285
|
+
"types": "./lib/extensions/Clear/index.d.ts",
|
|
286
|
+
"default": "./lib/Clear.js"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"./code": {
|
|
290
|
+
"require": {
|
|
291
|
+
"types": "./lib/extensions/Code/index.d.ts",
|
|
292
|
+
"default": "./lib/Code.cjs"
|
|
293
|
+
},
|
|
294
|
+
"import": {
|
|
295
|
+
"types": "./lib/extensions/Code/index.d.ts",
|
|
296
|
+
"default": "./lib/Code.js"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"./codeview": {
|
|
300
|
+
"require": {
|
|
301
|
+
"types": "./lib/extensions/CodeView/index.d.ts",
|
|
302
|
+
"default": "./lib/CodeView.cjs"
|
|
303
|
+
},
|
|
304
|
+
"import": {
|
|
305
|
+
"types": "./lib/extensions/CodeView/index.d.ts",
|
|
306
|
+
"default": "./lib/CodeView.js"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"./codeblock": {
|
|
310
|
+
"require": {
|
|
311
|
+
"types": "./lib/extensions/CodeBlock/index.d.ts",
|
|
312
|
+
"default": "./lib/CodeBlock.cjs"
|
|
313
|
+
},
|
|
314
|
+
"import": {
|
|
315
|
+
"types": "./lib/extensions/CodeBlock/index.d.ts",
|
|
316
|
+
"default": "./lib/CodeBlock.js"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"./color": {
|
|
320
|
+
"require": {
|
|
321
|
+
"types": "./lib/extensions/Color/index.d.ts",
|
|
322
|
+
"default": "./lib/Color.cjs"
|
|
323
|
+
},
|
|
324
|
+
"import": {
|
|
325
|
+
"types": "./lib/extensions/Color/index.d.ts",
|
|
326
|
+
"default": "./lib/Color.js"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"./drawer": {
|
|
330
|
+
"require": {
|
|
331
|
+
"types": "./lib/extensions/Drawer/index.d.ts",
|
|
332
|
+
"default": "./lib/Drawer.cjs"
|
|
333
|
+
},
|
|
334
|
+
"import": {
|
|
335
|
+
"types": "./lib/extensions/Drawer/index.d.ts",
|
|
336
|
+
"default": "./lib/Drawer.js"
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"./emoji": {
|
|
340
|
+
"require": {
|
|
341
|
+
"types": "./lib/extensions/Emoji/index.d.ts",
|
|
342
|
+
"default": "./lib/Emoji.cjs"
|
|
343
|
+
},
|
|
344
|
+
"import": {
|
|
345
|
+
"types": "./lib/extensions/Emoji/index.d.ts",
|
|
346
|
+
"default": "./lib/Emoji.js"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"./excalidraw": {
|
|
350
|
+
"require": {
|
|
351
|
+
"types": "./lib/extensions/Excalidraw/index.d.ts",
|
|
352
|
+
"default": "./lib/Excalidraw.cjs"
|
|
353
|
+
},
|
|
354
|
+
"import": {
|
|
355
|
+
"types": "./lib/extensions/Excalidraw/index.d.ts",
|
|
356
|
+
"default": "./lib/Excalidraw.js"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"./exportpdf": {
|
|
360
|
+
"require": {
|
|
361
|
+
"types": "./lib/extensions/ExportPdf/index.d.ts",
|
|
362
|
+
"default": "./lib/ExportPdf.cjs"
|
|
363
|
+
},
|
|
364
|
+
"import": {
|
|
365
|
+
"types": "./lib/extensions/ExportPdf/index.d.ts",
|
|
366
|
+
"default": "./lib/ExportPdf.js"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"./exportword": {
|
|
370
|
+
"require": {
|
|
371
|
+
"types": "./lib/extensions/ExportWord/index.d.ts",
|
|
372
|
+
"default": "./lib/ExportWord.cjs"
|
|
373
|
+
},
|
|
374
|
+
"import": {
|
|
375
|
+
"types": "./lib/extensions/ExportWord/index.d.ts",
|
|
376
|
+
"default": "./lib/ExportWord.js"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"./fontfamily": {
|
|
380
|
+
"require": {
|
|
381
|
+
"types": "./lib/extensions/FontFamily/index.d.ts",
|
|
382
|
+
"default": "./lib/FontFamily.cjs"
|
|
383
|
+
},
|
|
384
|
+
"import": {
|
|
385
|
+
"types": "./lib/extensions/FontFamily/index.d.ts",
|
|
386
|
+
"default": "./lib/FontFamily.js"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
"./fontsize": {
|
|
390
|
+
"require": {
|
|
391
|
+
"types": "./lib/extensions/FontSize/index.d.ts",
|
|
392
|
+
"default": "./lib/FontSize.cjs"
|
|
393
|
+
},
|
|
394
|
+
"import": {
|
|
395
|
+
"types": "./lib/extensions/FontSize/index.d.ts",
|
|
396
|
+
"default": "./lib/FontSize.js"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"./heading": {
|
|
400
|
+
"require": {
|
|
401
|
+
"types": "./lib/extensions/Heading/index.d.ts",
|
|
402
|
+
"default": "./lib/Heading.cjs"
|
|
403
|
+
},
|
|
404
|
+
"import": {
|
|
405
|
+
"types": "./lib/extensions/Heading/index.d.ts",
|
|
406
|
+
"default": "./lib/Heading.js"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"./highlight": {
|
|
410
|
+
"require": {
|
|
411
|
+
"types": "./lib/extensions/Highlight/index.d.ts",
|
|
412
|
+
"default": "./lib/Highlight.cjs"
|
|
413
|
+
},
|
|
414
|
+
"import": {
|
|
415
|
+
"types": "./lib/extensions/Highlight/index.d.ts",
|
|
416
|
+
"default": "./lib/Highlight.js"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"./history": {
|
|
420
|
+
"require": {
|
|
421
|
+
"types": "./lib/extensions/History/index.d.ts",
|
|
422
|
+
"default": "./lib/History.cjs"
|
|
423
|
+
},
|
|
424
|
+
"import": {
|
|
425
|
+
"types": "./lib/extensions/History/index.d.ts",
|
|
426
|
+
"default": "./lib/History.js"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"./horizontalrule": {
|
|
430
|
+
"require": {
|
|
431
|
+
"types": "./lib/extensions/HorizontalRule/index.d.ts",
|
|
432
|
+
"default": "./lib/HorizontalRule.cjs"
|
|
433
|
+
},
|
|
434
|
+
"import": {
|
|
435
|
+
"types": "./lib/extensions/HorizontalRule/index.d.ts",
|
|
436
|
+
"default": "./lib/HorizontalRule.js"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
"./iframe": {
|
|
440
|
+
"require": {
|
|
441
|
+
"types": "./lib/extensions/Iframe/index.d.ts",
|
|
442
|
+
"default": "./lib/Iframe.cjs"
|
|
443
|
+
},
|
|
444
|
+
"import": {
|
|
445
|
+
"types": "./lib/extensions/Iframe/index.d.ts",
|
|
446
|
+
"default": "./lib/Iframe.js"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"./image": {
|
|
450
|
+
"require": {
|
|
451
|
+
"types": "./lib/extensions/Image/index.d.ts",
|
|
452
|
+
"default": "./lib/Image.cjs"
|
|
453
|
+
},
|
|
454
|
+
"import": {
|
|
455
|
+
"types": "./lib/extensions/Image/index.d.ts",
|
|
456
|
+
"default": "./lib/Image.js"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"./imagegif": {
|
|
460
|
+
"require": {
|
|
461
|
+
"types": "./lib/extensions/ImageGif/index.d.ts",
|
|
462
|
+
"default": "./lib/ImageGif.cjs"
|
|
463
|
+
},
|
|
464
|
+
"import": {
|
|
465
|
+
"types": "./lib/extensions/ImageGif/index.d.ts",
|
|
466
|
+
"default": "./lib/ImageGif.js"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"./importword": {
|
|
470
|
+
"require": {
|
|
471
|
+
"types": "./lib/extensions/ImportWord/index.d.ts",
|
|
472
|
+
"default": "./lib/ImportWord.cjs"
|
|
473
|
+
},
|
|
474
|
+
"import": {
|
|
475
|
+
"types": "./lib/extensions/ImportWord/index.d.ts",
|
|
476
|
+
"default": "./lib/ImportWord.js"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"./indent": {
|
|
480
|
+
"require": {
|
|
481
|
+
"types": "./lib/extensions/Indent/index.d.ts",
|
|
482
|
+
"default": "./lib/Indent.cjs"
|
|
483
|
+
},
|
|
484
|
+
"import": {
|
|
485
|
+
"types": "./lib/extensions/Indent/index.d.ts",
|
|
486
|
+
"default": "./lib/Indent.js"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"./italic": {
|
|
490
|
+
"require": {
|
|
491
|
+
"types": "./lib/extensions/Italic/index.d.ts",
|
|
492
|
+
"default": "./lib/Italic.cjs"
|
|
493
|
+
},
|
|
494
|
+
"import": {
|
|
495
|
+
"types": "./lib/extensions/Italic/index.d.ts",
|
|
496
|
+
"default": "./lib/Italic.js"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
"./katex": {
|
|
500
|
+
"require": {
|
|
501
|
+
"types": "./lib/extensions/Katex/index.d.ts",
|
|
502
|
+
"default": "./lib/Katex.cjs"
|
|
503
|
+
},
|
|
504
|
+
"import": {
|
|
505
|
+
"types": "./lib/extensions/Katex/index.d.ts",
|
|
506
|
+
"default": "./lib/Katex.js"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"./lineheight": {
|
|
510
|
+
"require": {
|
|
511
|
+
"types": "./lib/extensions/LineHeight/index.d.ts",
|
|
512
|
+
"default": "./lib/LineHeight.cjs"
|
|
513
|
+
},
|
|
514
|
+
"import": {
|
|
515
|
+
"types": "./lib/extensions/LineHeight/index.d.ts",
|
|
516
|
+
"default": "./lib/LineHeight.js"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"./link": {
|
|
520
|
+
"require": {
|
|
521
|
+
"types": "./lib/extensions/Link/index.d.ts",
|
|
522
|
+
"default": "./lib/Link.cjs"
|
|
523
|
+
},
|
|
524
|
+
"import": {
|
|
525
|
+
"types": "./lib/extensions/Link/index.d.ts",
|
|
526
|
+
"default": "./lib/Link.js"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"./mention": {
|
|
530
|
+
"require": {
|
|
531
|
+
"types": "./lib/extensions/Mention/index.d.ts",
|
|
532
|
+
"default": "./lib/Mention.cjs"
|
|
533
|
+
},
|
|
534
|
+
"import": {
|
|
535
|
+
"types": "./lib/extensions/Mention/index.d.ts",
|
|
536
|
+
"default": "./lib/Mention.js"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"./mermaid": {
|
|
540
|
+
"require": {
|
|
541
|
+
"types": "./lib/extensions/Mermaid/index.d.ts",
|
|
542
|
+
"default": "./lib/Mermaid.cjs"
|
|
543
|
+
},
|
|
544
|
+
"import": {
|
|
545
|
+
"types": "./lib/extensions/Mermaid/index.d.ts",
|
|
546
|
+
"default": "./lib/Mermaid.js"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"./moremark": {
|
|
550
|
+
"require": {
|
|
551
|
+
"types": "./lib/extensions/MoreMark/index.d.ts",
|
|
552
|
+
"default": "./lib/MoreMark.cjs"
|
|
553
|
+
},
|
|
554
|
+
"import": {
|
|
555
|
+
"types": "./lib/extensions/MoreMark/index.d.ts",
|
|
556
|
+
"default": "./lib/MoreMark.js"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"./column": {
|
|
560
|
+
"require": {
|
|
561
|
+
"types": "./lib/extensions/Column/index.d.ts",
|
|
562
|
+
"default": "./lib/Column.cjs"
|
|
563
|
+
},
|
|
564
|
+
"import": {
|
|
565
|
+
"types": "./lib/extensions/Column/index.d.ts",
|
|
566
|
+
"default": "./lib/Column.js"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"./orderedlist": {
|
|
570
|
+
"require": {
|
|
571
|
+
"types": "./lib/extensions/OrderedList/index.d.ts",
|
|
572
|
+
"default": "./lib/OrderedList.cjs"
|
|
573
|
+
},
|
|
574
|
+
"import": {
|
|
575
|
+
"types": "./lib/extensions/OrderedList/index.d.ts",
|
|
576
|
+
"default": "./lib/OrderedList.js"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"./searchandreplace": {
|
|
580
|
+
"require": {
|
|
581
|
+
"types": "./lib/extensions/SearchAndReplace/index.d.ts",
|
|
582
|
+
"default": "./lib/SearchAndReplace.cjs"
|
|
583
|
+
},
|
|
584
|
+
"import": {
|
|
585
|
+
"types": "./lib/extensions/SearchAndReplace/index.d.ts",
|
|
586
|
+
"default": "./lib/SearchAndReplace.js"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"./slashcommand": {
|
|
590
|
+
"require": {
|
|
591
|
+
"types": "./lib/extensions/SlashCommand/index.d.ts",
|
|
592
|
+
"default": "./lib/SlashCommand.cjs"
|
|
593
|
+
},
|
|
594
|
+
"import": {
|
|
595
|
+
"types": "./lib/extensions/SlashCommand/index.d.ts",
|
|
596
|
+
"default": "./lib/SlashCommand.js"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"./strike": {
|
|
600
|
+
"require": {
|
|
601
|
+
"types": "./lib/extensions/Strike/index.d.ts",
|
|
602
|
+
"default": "./lib/Strike.cjs"
|
|
603
|
+
},
|
|
604
|
+
"import": {
|
|
605
|
+
"types": "./lib/extensions/Strike/index.d.ts",
|
|
606
|
+
"default": "./lib/Strike.js"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"./table": {
|
|
610
|
+
"require": {
|
|
611
|
+
"types": "./lib/extensions/Table/index.d.ts",
|
|
612
|
+
"default": "./lib/Table.cjs"
|
|
613
|
+
},
|
|
614
|
+
"import": {
|
|
615
|
+
"types": "./lib/extensions/Table/index.d.ts",
|
|
616
|
+
"default": "./lib/Table.js"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"./tasklist": {
|
|
620
|
+
"require": {
|
|
621
|
+
"types": "./lib/extensions/TaskList/index.d.ts",
|
|
622
|
+
"default": "./lib/TaskList.cjs"
|
|
623
|
+
},
|
|
624
|
+
"import": {
|
|
625
|
+
"types": "./lib/extensions/TaskList/index.d.ts",
|
|
626
|
+
"default": "./lib/TaskList.js"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"./textalign": {
|
|
630
|
+
"require": {
|
|
631
|
+
"types": "./lib/extensions/TextAlign/index.d.ts",
|
|
632
|
+
"default": "./lib/TextAlign.cjs"
|
|
633
|
+
},
|
|
634
|
+
"import": {
|
|
635
|
+
"types": "./lib/extensions/TextAlign/index.d.ts",
|
|
636
|
+
"default": "./lib/TextAlign.js"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"./textdirection": {
|
|
640
|
+
"require": {
|
|
641
|
+
"types": "./lib/extensions/TextDirection/index.d.ts",
|
|
642
|
+
"default": "./lib/TextDirection.cjs"
|
|
643
|
+
},
|
|
644
|
+
"import": {
|
|
645
|
+
"types": "./lib/extensions/TextDirection/index.d.ts",
|
|
646
|
+
"default": "./lib/TextDirection.js"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"./textunderline": {
|
|
650
|
+
"require": {
|
|
651
|
+
"types": "./lib/extensions/TextUnderline/index.d.ts",
|
|
652
|
+
"default": "./lib/TextUnderline.cjs"
|
|
653
|
+
},
|
|
654
|
+
"import": {
|
|
655
|
+
"types": "./lib/extensions/TextUnderline/index.d.ts",
|
|
656
|
+
"default": "./lib/TextUnderline.js"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
"./twitter": {
|
|
660
|
+
"require": {
|
|
661
|
+
"types": "./lib/extensions/Twitter/index.d.ts",
|
|
662
|
+
"default": "./lib/Twitter.cjs"
|
|
663
|
+
},
|
|
664
|
+
"import": {
|
|
665
|
+
"types": "./lib/extensions/Twitter/index.d.ts",
|
|
666
|
+
"default": "./lib/Twitter.js"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
"./video": {
|
|
670
|
+
"require": {
|
|
671
|
+
"types": "./lib/extensions/Video/index.d.ts",
|
|
672
|
+
"default": "./lib/Video.cjs"
|
|
673
|
+
},
|
|
674
|
+
"import": {
|
|
675
|
+
"types": "./lib/extensions/Video/index.d.ts",
|
|
676
|
+
"default": "./lib/Video.js"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"./callout": {
|
|
680
|
+
"require": {
|
|
681
|
+
"types": "./lib/extensions/Callout/index.d.ts",
|
|
682
|
+
"default": "./lib/Callout.cjs"
|
|
683
|
+
},
|
|
684
|
+
"import": {
|
|
685
|
+
"types": "./lib/extensions/Callout/index.d.ts",
|
|
686
|
+
"default": "./lib/Callout.js"
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
"scripts": {
|
|
691
|
+
"build:lib": "vite build",
|
|
692
|
+
"build:lib:dev": "vite build --mode development --watch",
|
|
693
|
+
"build:playground": "pnpm build:lib && pnpm --dir ./playground run build",
|
|
694
|
+
"docs:dev": "pnpm --parallel --filter docs... dev",
|
|
695
|
+
"docs:build": "pnpm --filter docs... build",
|
|
696
|
+
"docs:preview": "pnpm -C docs preview",
|
|
697
|
+
"prepublishOnly": "pnpm build:lib",
|
|
698
|
+
"playground": "pnpm --dir ./playground run dev",
|
|
699
|
+
"preview": "pnpm --dir ./playground run preview",
|
|
700
|
+
"lint": "oxlint",
|
|
701
|
+
"lint:fix": "oxlint --fix",
|
|
702
|
+
"fmt": "oxfmt",
|
|
703
|
+
"fmt:check": "oxfmt --check",
|
|
704
|
+
"type-check": "tsc",
|
|
705
|
+
"verify-commit": "verify-commit-msg",
|
|
706
|
+
"prepare": "git-scm-hooks",
|
|
707
|
+
"release": "bumpp -r",
|
|
708
|
+
"gen-changelog": "esno ./scripts/genExtensions.ts && esno ./scripts/changelog.ts",
|
|
709
|
+
"gen-contributors": "contributorkit"
|
|
710
|
+
},
|
|
711
|
+
"dependencies": {
|
|
712
|
+
"@excalidraw/excalidraw": "^0.18.0",
|
|
713
|
+
"@floating-ui/dom": "^1.7.4",
|
|
714
|
+
"@hocuspocus/provider": "^3.4.3",
|
|
715
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
716
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
717
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
718
|
+
"@radix-ui/react-icons": "^1.3.2",
|
|
719
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
720
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
721
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
722
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
723
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
724
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
725
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
726
|
+
"@radix-ui/react-toast": "^1.2.15",
|
|
727
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
728
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
729
|
+
"@tiptap/core": "^3.14.0",
|
|
730
|
+
"@tiptap/extension-blockquote": "^3.14.0",
|
|
731
|
+
"@tiptap/extension-bold": "^3.14.0",
|
|
732
|
+
"@tiptap/extension-bullet-list": "^3.14.0",
|
|
733
|
+
"@tiptap/extension-code": "^3.14.0",
|
|
734
|
+
"@tiptap/extension-collaboration": "^3.14.0",
|
|
735
|
+
"@tiptap/extension-collaboration-caret": "^3.14.0",
|
|
736
|
+
"@tiptap/extension-document": "^3.14.0",
|
|
737
|
+
"@tiptap/extension-drag-handle": "^3.14.0",
|
|
738
|
+
"@tiptap/extension-drag-handle-react": "^3.14.0",
|
|
739
|
+
"@tiptap/extension-emoji": "^3.14.0",
|
|
740
|
+
"@tiptap/extension-hard-break": "^3.14.0",
|
|
741
|
+
"@tiptap/extension-heading": "^3.14.0",
|
|
742
|
+
"@tiptap/extension-highlight": "^2.27.1",
|
|
743
|
+
"@tiptap/extension-horizontal-rule": "^3.14.0",
|
|
744
|
+
"@tiptap/extension-image": "^3.14.0",
|
|
745
|
+
"@tiptap/extension-italic": "^3.14.0",
|
|
746
|
+
"@tiptap/extension-link": "^3.14.0",
|
|
747
|
+
"@tiptap/extension-list": "^3.14.0",
|
|
748
|
+
"@tiptap/extension-list-item": "^3.14.0",
|
|
749
|
+
"@tiptap/extension-mention": "^3.14.0",
|
|
750
|
+
"@tiptap/extension-node-range": "^3.14.0",
|
|
751
|
+
"@tiptap/extension-ordered-list": "^3.14.0",
|
|
752
|
+
"@tiptap/extension-paragraph": "^3.14.0",
|
|
753
|
+
"@tiptap/extension-strike": "^3.14.0",
|
|
754
|
+
"@tiptap/extension-subscript": "^3.14.0",
|
|
755
|
+
"@tiptap/extension-superscript": "^3.14.0",
|
|
756
|
+
"@tiptap/extension-table": "^3.14.0",
|
|
757
|
+
"@tiptap/extension-task-item": "^3.14.0",
|
|
758
|
+
"@tiptap/extension-task-list": "^3.14.0",
|
|
759
|
+
"@tiptap/extension-text": "^3.14.0",
|
|
760
|
+
"@tiptap/extension-text-align": "^3.14.0",
|
|
761
|
+
"@tiptap/extension-text-style": "^3.14.0",
|
|
762
|
+
"@tiptap/extension-underline": "^3.14.0",
|
|
763
|
+
"@tiptap/extensions": "^3.14.0",
|
|
764
|
+
"@tiptap/pm": "^3.14.0",
|
|
765
|
+
"@tiptap/react": "^3.14.0",
|
|
766
|
+
"@tiptap/suggestion": "^3.14.0",
|
|
767
|
+
"@tiptap/y-tiptap": "^3.0.1",
|
|
768
|
+
"class-variance-authority": "^0.7.1",
|
|
769
|
+
"clsx": "^2.1.1",
|
|
770
|
+
"deep-equal": "^2.2.3",
|
|
771
|
+
"docx": "^9.5.1",
|
|
772
|
+
"easydrawer": "^0.0.15",
|
|
773
|
+
"frimousse": "^0.3.0",
|
|
774
|
+
"katex": "^0.16.27",
|
|
775
|
+
"lodash-es": "^4.17.22",
|
|
776
|
+
"lucide-react": "^0.427.0",
|
|
777
|
+
"mermaid": "^11.12.2",
|
|
778
|
+
"prism-code-editor-lightweight": "^0.0.3",
|
|
779
|
+
"prosemirror-docx": "^0.2.1",
|
|
780
|
+
"re-resizable": "^6.11.2",
|
|
781
|
+
"react-colorful": "^5.6.1",
|
|
782
|
+
"react-image-crop": "^11.0.10",
|
|
783
|
+
"react-tweet": "^3.3.0",
|
|
784
|
+
"reactjs-signal": "^2.0.4",
|
|
785
|
+
"scroll-into-view-if-needed": "^3.1.0",
|
|
786
|
+
"svg64": "^2.0.0",
|
|
787
|
+
"y-protocols": "^1.0.7",
|
|
788
|
+
"yjs": "^13.6.28"
|
|
789
|
+
},
|
|
790
|
+
"devDependencies": {
|
|
791
|
+
"@types/deep-equal": "^1.0.4",
|
|
792
|
+
"@types/katex": "^0.16.7",
|
|
793
|
+
"@types/lodash-es": "^4.17.12",
|
|
794
|
+
"@types/node": "^24.10.4",
|
|
795
|
+
"@types/react": "^19.2.7",
|
|
796
|
+
"@types/react-dom": "^19.2.3",
|
|
797
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
798
|
+
"autoprefixer": "^10.4.23",
|
|
799
|
+
"bumpp": "^10.3.2",
|
|
800
|
+
"contributorkit": "^0.0.4",
|
|
801
|
+
"esno": "^4.8.0",
|
|
802
|
+
"execa": "^9.6.1",
|
|
803
|
+
"git-scm-hooks": "^0.2.0",
|
|
804
|
+
"globby": "^14.1.0",
|
|
805
|
+
"mammoth": "^1.11.0",
|
|
806
|
+
"md5": "^2.3.0",
|
|
807
|
+
"oxfmt": "^0.26.0",
|
|
808
|
+
"oxlint": "^1.41.0",
|
|
809
|
+
"postcss": "^8.5.6",
|
|
810
|
+
"postcss-replace": "^2.0.1",
|
|
811
|
+
"postcss-scss": "^4.0.9",
|
|
812
|
+
"react": "^19.2.3",
|
|
813
|
+
"react-dom": "^19.2.3",
|
|
814
|
+
"sass": "^1.97.1",
|
|
815
|
+
"tailwind-merge": "^2.6.0",
|
|
816
|
+
"tailwindcss": "^3.4.19",
|
|
817
|
+
"typescript": "^5.9.3",
|
|
818
|
+
"unplugin-dts": "1.0.0-beta.6",
|
|
819
|
+
"verify-commit-msg": "^0.1.0",
|
|
820
|
+
"vite": "^6.4.1"
|
|
821
|
+
},
|
|
822
|
+
"browserslist": [
|
|
823
|
+
">0.3%",
|
|
824
|
+
"not ie 11",
|
|
825
|
+
"not dead",
|
|
826
|
+
"not op_mini all"
|
|
827
|
+
],
|
|
828
|
+
"engines": {
|
|
829
|
+
"node": ">=18.0.0"
|
|
830
|
+
},
|
|
831
|
+
"packageManager": "pnpm@8.15.9",
|
|
832
|
+
"pnpm": {
|
|
833
|
+
"overrides": {
|
|
834
|
+
"@excalidraw/excalidraw>nanoid": "3.3.11",
|
|
835
|
+
"@excalidraw/mermaid-to-excalidraw": "2.0.0",
|
|
836
|
+
"@excalidraw/mermaid-to-excalidraw>nanoid": "5.1.6",
|
|
837
|
+
"esbuild": "0.25.12",
|
|
838
|
+
"prosemirror-view": "1.41.1"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
"git-hooks": {
|
|
842
|
+
"pre-commit": "npm run lint:fix",
|
|
843
|
+
"commit-msg": "npm run verify-commit"
|
|
844
|
+
}
|
|
845
|
+
}
|