mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 07:22:07 +10:00
* update tiptap version * excalidraw init * cleanup * better file handling and other fixes * use different modal to fix excalidraw cursor position issue * see https://github.com/excalidraw/excalidraw/issues/7312 * fix websocket in vite dev mode * WIP * add align attribute * fix table * menu icons * Render image in excalidraw html * add size to custom SVG components * rewrite undefined font urls
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"name": "@docmost/editor-ext",
|
|
"homepage": "https://docmost.com",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "./src/index.ts",
|
|
"types": "dist/index.d.ts"
|
|
}
|