UNPKG

pp-editor

Version:

## Overview

72 lines 1.7 kB
{ "name": "pp-editor", "version": "0.1.1", "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0", "ngx-quill": "^28.0.1", "quill": "^2.0.3" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "main": "dist/pp-editor/fesm2022/pp-editor.mjs", "module": "fesm2022/pp-editor.mjs", "es2022": "dist/pp-editor/fesm2022/pp-editor.mjs", "esm2022": "dist/pp-editor/esm2022/pp-editor.mjs", "fesm2022": "dist/pp-editor/fesm2022/pp-editor.mjs", "typings": "index.d.ts", "license": "MIT", "bugs": "https://github.com/ayush-parida/pp-libraries/discussions/categories/pp-editor", "files": [ "LICENSE", "README.md", "src", "lib", "public-api.ts", "**/*.d.ts", "**/*.mjs", "**/*.js", "**/*.css", "README.md", "LICENSE" ], "keywords": [ "angular", "ngx-quill", "quill", "editor", "rich-text-editor", "text-editor", "wysiwyg", "angular-editor", "angular-rich-text-editor", "angular-text-editor", "angular-wysiwyg-editor", "angular-ngx-quill", "angular-quill-editor", "angular-pp-editor", "angular-pp-editor-editor", "angular-pp-editor-rich-text-editor", "angular-pp-editor-text-editor", "angular-pp-editor-wysiwyg-editor", "pp-editor", "ayush-parida", "ayushparida", "pp-editor-angular", "pp-editor-angular-editor", "pp-editor-angular-rich-text-editor", "medium text editor", "medium editor" ], "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/pp-editor.mjs" } } }