ngx-editor
Version:
The Rich Text Editor for Angular, Built on ProseMirror
70 lines • 2 kB
JSON
{
"name": "ngx-editor",
"version": "19.0.0-beta.1",
"description": "The Rich Text Editor for Angular, Built on ProseMirror",
"license": "MIT",
"type": "module",
"repository": "https://github.com/sibiraj-s/ngx-editor.git",
"bugs": "https://github.com/sibiraj-s/ngx-editor/issues",
"homepage": "https://github.com/sibiraj-s/ngx-editor",
"keywords": [
"angular-editor",
"angular-wysiwyg-editor",
"wysiwyg-editor",
"ngx-editor",
"prosemirror"
],
"sideEffects": false,
"peerDependencies": {
"@angular/common": ">=19.2.0",
"@angular/core": ">=19.2.0",
"@angular/forms": ">=19.2.0",
"@angular/platform-browser": ">=19.2.0",
"rxjs": ">=7.8.0"
},
"dependencies": {
"@floating-ui/core": "^1.6.9",
"@floating-ui/dom": "^1.6.13",
"@types/trusted-types": "~2.0.7",
"prosemirror-commands": "^1.7.1",
"prosemirror-history": "^1.4.1",
"prosemirror-inputrules": "^1.5.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.25.0",
"prosemirror-schema-list": "^1.5.1",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.39.1",
"tslib": "^2.3.0"
},
"module": "fesm2022/ngx-editor.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-editor.mjs"
},
"./commands": {
"types": "./commands/index.d.ts",
"default": "./fesm2022/ngx-editor-commands.mjs"
},
"./helpers": {
"types": "./helpers/index.d.ts",
"default": "./fesm2022/ngx-editor-helpers.mjs"
},
"./input-rules": {
"types": "./input-rules/index.d.ts",
"default": "./fesm2022/ngx-editor-input-rules.mjs"
},
"./schema": {
"types": "./schema/index.d.ts",
"default": "./fesm2022/ngx-editor-schema.mjs"
},
"./utils": {
"types": "./utils/index.d.ts",
"default": "./fesm2022/ngx-editor-utils.mjs"
}
}
}