UNPKG

@wufengteam/baguaeditor

Version:

低零融合编辑器封装

71 lines (70 loc) 1.88 kB
{ "name": "@wufengteam/baguaeditor", "version": "4.3.1-alpha.3", "description": "低零融合编辑器封装", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "wufengteam", "alita" ], "authors": [ "xiaohuoni <448627663@qq.com> (https://github.com/xiaohuoni)" ], "license": "MIT", "scripts": { "build": "father-build && tsc-alias", "watch": "concurrently \"father-build -w\" \"tsc-alias -w\"" }, "publishConfig": { "access": "public" }, "peerDependencies": { "antd": "4.24.13", "@wufengteam/core": "4.2.1-alpha.5", "react": ">=16.8.6" }, "dependencies": { "@ant-design/icons": "^4.7.0", "@loadable/component": "^5.15.2", "@lingxiteam/editor": "4.1.6", "@wufengteam/icons": "4.1.1", "@wufengteam/utils": "4.1.1", "@wufengteam/attrfilter": "4.3.1-alpha.1", "ahooks": "^3.3.0", "braft-editor": "^2.3.9", "classnames": "^2.3.1", "copy-to-clipboard": "^3.3.1", "js-base64": "^3.7.2", "ismobilejs": "^1.1.1", "lodash.chunk": "^4.2.0", "lodash.difference": "^4.5.0", "pinyin-pro": "3.19.6", "qrcode.react": "^3.0.0", "react-infinite-scroll-component": "^6.1.0", "react-quill": "^1.3.5", "codemirror": "5.65.2", "uuid": "^8.3.2", "immutability-helper": "^3.1.1", "react-dnd": "11.1.3", "react-dnd-html5-backend": "11.1.3", "react-color": "^2.19.3", "antd-img-crop": "4.2.3", "moment": "2.29.4", "lodash.clonedeep": "4.5.0" }, "devDependencies": { "@rollup/plugin-alias": "^3.1.9", "@rollup/plugin-url": "8.0.1", "@types/loadable__component": "^5.13.4", "@types/lodash.chunk": "^4.2.7", "@types/uuid": "^8.3.4", "concurrently": "^7.2.2", "tsc-alias": "^1.6.11", "@types/react-color": "^3.0.6" } }