package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paragraph Show documentation
Show all versions of paragraph Show documentation
Paragraph Tool for Editor.js
The newest version!
{
"name": "@editorjs/paragraph",
"version": "2.11.6",
"keywords": [
"codex editor",
"paragraph",
"editor.js",
"editorjs"
],
"description": "Paragraph Tool for Editor.js",
"license": "MIT",
"repository": "https://github.com/editor-js/paragraph",
"files": [
"dist"
],
"main": "./dist/paragraph.umd.js",
"module": "./dist/paragraph.mjs",
"exports": {
".": {
"import": "./dist/paragraph.mjs",
"require": "./dist/paragraph.umd.js"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": {
"name": "CodeX",
"email": "[email protected]"
},
"devDependencies": {
"@editorjs/editorjs": "^2.29.1",
"typescript": "^5.4.5",
"vite": "^4.4.11",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-dts": "^3.9.1"
},
"dependencies": {
"@codexteam/icons": "^0.0.4"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy