UNPKG

ngx-tiptap

Version:
49 lines 1.26 kB
{ "name": "ngx-tiptap", "description": "Angular bindings for tiptap v2", "version": "11.1.0", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-tiptap.git", "bugs": "https://github.com/sibiraj-s/ngx-tiptap/issues", "homepage": "https://github.com/sibiraj-s/ngx-tiptap#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/sibiraj-s" } ], "keywords": [ "tiptap", "angular-tiptap", "angular-editor", "angular-rich-text-editor", "wysiwyg-editor", "rich-text-editor" ], "sideEffects": false, "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0", "@angular/forms": ">=18.0.0", "@tiptap/core": ">=2.7.0", "@tiptap/extension-bubble-menu": "^2.7.0", "@tiptap/extension-floating-menu": "^2.7.0", "@tiptap/pm": "^2.7.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/ngx-tiptap.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-tiptap.mjs", "esm": "./esm2022/ngx-tiptap.mjs", "default": "./fesm2022/ngx-tiptap.mjs" } } }