@blocknote/xl-docx-exporter
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
89 lines • 2.23 kB
JSON
{
"name": "@blocknote/xl-docx-exporter",
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": false,
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TypeCellOS/BlockNote.git",
"directory": "packages/xl-docx-exporter"
},
"license": "GPL-3.0 OR PROPRIETARY",
"version": "0.51.3",
"files": [
"dist",
"types",
"src"
],
"keywords": [
"docx",
"ooxml",
"react",
"javascript",
"editor",
"typescript",
"prosemirror",
"wysiwyg",
"rich-text-editor",
"notion",
"yjs",
"block-based",
"tiptap"
],
"description": "A \"Notion-style\" block-based extensible text editor built on top of Prosemirror and Tiptap.",
"type": "module",
"source": "src/index.ts",
"types": "./types/src/index.d.ts",
"main": "./dist/blocknote-xl-docx-exporter.cjs",
"module": "./dist/blocknote-xl-docx-exporter.js",
"exports": {
".": {
"types": "./types/src/index.d.ts",
"import": "./dist/blocknote-xl-docx-exporter.js",
"require": "./dist/blocknote-xl-docx-exporter.cjs"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css",
"style": "./dist/style.css"
}
},
"dependencies": {
"@blocknote/core": "0.51.3",
"@blocknote/xl-multi-column": "0.51.3",
"buffer": "^6.0.3",
"docx": "^9.6.1",
"image-meta": "^0.2.2"
},
"devDependencies": {
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"@zip.js/zip.js": "^2.8.8",
"eslint": "^8.57.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"rollup-plugin-webpack-stats": "^0.2.6",
"typescript": "^5.9.3",
"vite": "^8.0.8",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^4.1.2",
"xml-formatter": "^3.6.7"
},
"peerDependencies": {
"react": "^18.0 || ^19.0 || >= 19.0.0-rc",
"react-dom": "^18.0 || ^19.0 || >= 19.0.0-rc"
},
"eslintConfig": {
"extends": [
"../../.eslintrc.json"
]
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --max-warnings 0",
"test": "vitest --run",
"test-watch": "vitest watch",
"email": "email dev"
}
}