ngx-editor
Version:
The Rich Text Editor for Angular, Built on ProseMirror
81 lines • 2.64 kB
JSON
{
"name": "ngx-editor",
"version": "16.0.1",
"description": "The Rich Text Editor for Angular, Built on ProseMirror",
"license": "MIT",
"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": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"rxjs": ">=7.8.0"
},
"dependencies": {
"@floating-ui/core": "1.4.1",
"@floating-ui/dom": "1.5.1",
"@types/trusted-types": "~2.0.3",
"prosemirror-commands": "1.5.2",
"prosemirror-history": "1.3.2",
"prosemirror-inputrules": "1.2.1",
"prosemirror-keymap": "1.2.2",
"prosemirror-model": "1.19.3",
"prosemirror-schema-list": "1.3.0",
"prosemirror-state": "1.4.3",
"prosemirror-view": "1.31.7",
"tslib": "^2.3.0"
},
"module": "fesm2022/ngx-editor.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-editor.mjs",
"esm": "./esm2022/ngx-editor.mjs",
"default": "./fesm2022/ngx-editor.mjs"
},
"./commands": {
"types": "./commands/index.d.ts",
"esm2022": "./esm2022/commands/ngx-editor-commands.mjs",
"esm": "./esm2022/commands/ngx-editor-commands.mjs",
"default": "./fesm2022/ngx-editor-commands.mjs"
},
"./helpers": {
"types": "./helpers/index.d.ts",
"esm2022": "./esm2022/helpers/ngx-editor-helpers.mjs",
"esm": "./esm2022/helpers/ngx-editor-helpers.mjs",
"default": "./fesm2022/ngx-editor-helpers.mjs"
},
"./input-rules": {
"types": "./input-rules/index.d.ts",
"esm2022": "./esm2022/input-rules/ngx-editor-input-rules.mjs",
"esm": "./esm2022/input-rules/ngx-editor-input-rules.mjs",
"default": "./fesm2022/ngx-editor-input-rules.mjs"
},
"./schema": {
"types": "./schema/index.d.ts",
"esm2022": "./esm2022/schema/ngx-editor-schema.mjs",
"esm": "./esm2022/schema/ngx-editor-schema.mjs",
"default": "./fesm2022/ngx-editor-schema.mjs"
},
"./utils": {
"types": "./utils/index.d.ts",
"esm2022": "./esm2022/utils/ngx-editor-utils.mjs",
"esm": "./esm2022/utils/ngx-editor-utils.mjs",
"default": "./fesm2022/ngx-editor-utils.mjs"
}
}
}