{
  "name": "@opentiny/fluent-editor",
  "type": "module",
  "version": "3.25.4",
  "description": "A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.",
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.github.io/tiny-editor/",
  "repository": {
    "type": "git",
    "url": "git@github.com:opentiny/tiny-editor.git"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-editor/issues"
  },
  "keywords": [
    "editor",
    "rich-text-editor",
    "rich-text",
    "wysiwyg",
    "wysiwyg-editor",
    "quill",
    "opentiny",
    "fluent-editor"
  ],
  "main": "lib/index.cjs.js",
  "module": "es/index.es.js",
  "types": "types/index.d.ts",
  "scripts": {
    "start": "vite build && vite",
    "dev": "vite",
    "build": "pnpm build:theme && vite build && node scripts/pre-release.cjs",
    "build:theme": "vite build --config vite.config.theme.ts",
    "test": "jest"
  },
  "dependencies": {
    "lodash-es": "^4.17.15",
    "quill": "^2.0.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "commander": "^6.2.0",
    "glob": "^11.0.0",
    "highlight.js": "^10.2.0",
    "html2canvas": "^1.4.1",
    "jest": "^26.6.3",
    "mathlive": "^0.101.0",
    "parchment": "^3.0.0",
    "sass": "^1.47.0",
    "shelljs": "^0.8.4",
    "ts-jest": "^26.5.6",
    "ts-node": "^9.1.1",
    "typescript": "^4.9.5",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^4.3.0"
  }
}
