{
    "name": "@wufengteam/editor",
    "version": "1.2.31-alpha.2",
    "description": "@wufengteam/editor",
    "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",
        "watch": "father-build -w"
    },
    "publishConfig": {
        "access": "public"
    },
    "peerDependencies": {
        "antd": "4.18.8",
        "react": ">=16.8.6"
    },
    "dependencies": {
        "@ant-design/icons": "^4.7.0",
        "@wufengteam/core": "^2.7.14",
        "@wufengteam/icons": "0.5.22-alpha.2",
        "classnames": "^2.3.1",
        "copy-to-clipboard": "^3.3.1",
        "ismobilejs": "^1.1.1",
        "lodash.chunk": "^4.2.0",
        "qrcode.react": "^3.0.0",
        "react-dnd": "^15.1.1",
        "react-dnd-html5-backend": "^15.1.2",
        "react-quill": "^1.3.5",
        "uuid": "^8.3.2"
    },
    "devDependencies": {
        "@types/uuid": "^8.3.4"
    }
}
