{
  "name": "@wangeditor-next/editor-for-react",
  "version": "1.0.9",
  "description": "wangEditor component for React",
  "author": "hahaaha <390519764@qq.com>",
  "contributors": [],
  "license": "MIT",
  "homepage": "https://github.com/cycleccc/wangEditor-for-react#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cycleccc/wangEditor-for-react.git"
  },
  "bugs": {
    "url": "https://github.com/cycleccc/wangEditor-for-react/issues"
  },
  "keywords": [
    "wangEditor",
    "wangEditor-next",
    "富文本编辑器",
    "富文本",
    "react"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "browser": {
    "./dist/index.esm.js": "./dist/index.esm.js",
    "./dist/index.js": "./dist/index.js"
  },
  "directories": {
    "lib": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "test-c": "jest --coverage",
    "example": "cross-env NODE_ENV=development:example rollup -c rollup.example.config.js -w",
    "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",
    "release": "release-it"
  },
  "peerDependencies": {
    "@wangeditor-next/core": ">=1.5.5",
    "@wangeditor-next/editor": ">=5.3.12",
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.23.2",
    "@babel/core": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-react": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-replace": "^3.0.0",
    "@testing-library/jest-dom": "^5.15.0",
    "@testing-library/react": "^12.1.2",
    "@types/jest": "^27.0.3",
    "@types/react": "^17.0.13",
    "@types/react-dom": "^17.0.8",
    "@wangeditor-next/core": "^1.5.5",
    "@wangeditor-next/editor": "^5.3.12",
    "autoprefixer": "^10.4.0",
    "babel-jest": "^27.3.1",
    "cross-env": "^7.0.3",
    "eslint": "9.5.0",
    "jest": "^27.3.1",
    "lodash": "^4.17.21",
    "postcss": "^8.3.11",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "release-it": "^14.11.8",
    "rollup": "^2.59.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-generate-html-template": "^1.7.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.0",
    "rollup-plugin-visualizer": "^5.5.2",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.4"
  },
  "packageManager": "yarn@4.5.1+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
}
