{ "name": "@dorfteich/plugin-excalidraw", "version": "0.0.0", "private": true, "description": "Reference block plugin: Excalidraw hand-drawn whiteboard sketches — fullscreen editing with the bundled Excalidraw editor, inline SVG rendering", "license": "MIT", "scripts": { "build": "node build.mjs", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "devDependencies": { "@dorfteich/plugin-sdk": "workspace:*", "@excalidraw/excalidraw": "0.18.1", "@types/node": "^26.1.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "esbuild": "^0.24.0", "fflate": "^0.8.2", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^5.7.0", "vitest": "^3.0.0" } }