UNPKG

@wangeditor-next/editor

Version:
78 lines 2.42 kB
{ "name": "@wangeditor-next/editor", "version": "5.6.35", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", "rich text", "editor", "富文本", "编辑器" ], "author": "cycleccc <29912005548@qq.com>", "type": "module", "homepage": "https://github.com/wangeditor-next/wangeditor-next#readme", "license": "MIT", "types": "dist/editor/src/index.d.ts", "main": "dist/index.js", "module": "dist/index.mjs", "exports": { ".": { "types": "./dist/editor/src/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./package.json": "./package.json", "./dist/css/style.css": "./dist/css/style.css" }, "directories": { "lib": "dist", "test": "__tests__" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/wangeditor-next/wangEditor-next.git" }, "bugs": { "url": "https://github.com/wangeditor-next/wangeditor-next/issues" }, "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", "@wangeditor-next/basic-modules": "~1.5.38", "@wangeditor-next/code-highlight": "~1.3.35", "@wangeditor-next/core": "~1.7.38", "@wangeditor-next/list-module": "~1.1.44", "@wangeditor-next/table-module": "~1.6.48", "@wangeditor-next/upload-image-module": "~1.1.41", "@wangeditor-next/video-module": "~1.3.44", "dom7": "^4.0.0", "is-hotkey": "^0.2.0", "lodash.camelcase": "^4.3.0", "lodash.clonedeep": "^4.5.0", "lodash.debounce": "^4.0.8", "lodash.foreach": "^4.5.0", "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", "lodash.toarray": "^4.4.0", "nanoid": "^5.0.0", "slate": "^0.82.0", "snabbdom": "^3.6.0" }, "scripts": { "test": "jest", "test-c": "jest --coverage", "example": "concurrently \"pnpm dev-watch\" \"http-server -p 8881 -c-1\" ", "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js", "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w", "build": "cross-env NODE_ENV=production rollup -c rollup.config.js", "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js", "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js" } }