{
  "name": "quill-react-commercial",
  "version": "1.6.3",
  "description": "A Quill component for React and more maturely.",
  "type": "module",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsbuild": "tsc && cp -R assets lib/",
    "build": "npx babel example/app.js --out-dir ./example/compile && rimraf lib && rollup -c",
    "babel": "npx babel example/app.js --watch --out-dir ./example/compile --source-maps",
    "example": "npx babel example/app.js --out-dir ./example/compile --source-maps && rimraf lib && rollup -c --watch"
  },
  "author": "ludejun@live.cn",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ludejun/quill-react-commercial.git"
  },
  "homepage": "https://ludejun.github.io/quill-react-commercial/",
  "license": "ISC",
  "dependencies": {
    "highlight.js": "^10.7.2",
    "normalize-url": "^8.0.0",
    "quill": "^2.0.2"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "sideEffects": [
    "*.less",
    "*.css"
  ],
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.20.13",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-strip": "^3.0.1",
    "@rollup/plugin-typescript": "8.3.3",
    "@types/quill": "^2.0.9",
    "@types/react": "^18.0.18",
    "@types/react-dom": "^18.2.7",
    "less": "^4.2.0",
    "postcss": "^8.4.20",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^3.0.2",
    "rollup": "^3.2.3",
    "rollup-plugin-css-only": "^4.5.2",
    "rollup-plugin-import-css": "^3.5.0",
    "rollup-plugin-less": "^1.1.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.4.1",
    "typescript": "^3.7.5"
  },
  "keywords": [
    "Quill",
    "Quill 2.0",
    "react components",
    "richTextEditor",
    "rich text",
    "Rich Text Format",
    "Syntax Table Image",
    "editor",
    "rich-text-editor",
    "wysiwyg-editor",
    "富文本编辑器",
    "微信小程序",
    "辰记"
  ]
}
