All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

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