react-quill-ver2
Version:
React Quill editor for Quill 2.0
66 lines (65 loc) • 1.61 kB
JSON
{
"name": "react-quill-ver2",
"version": "2.0.10",
"description": "React Quill editor for Quill 2.0",
"keywords": [
"react",
"quill",
"quill2",
"rich text editor",
"text editor",
"html editor",
"react-quill",
"react-component",
"typescript",
"editor",
"rich text",
"html editor",
"syntax highlighting",
"quill 2.0",
"quill 2.0 editor",
"quill 2.0 editor react",
"react-quill2",
"react-quill-2",
"react-quill-ver2"
],
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsup src/index.ts --format esm,cjs --dts --external react,react-dom,quill,@emoji-mart/react,@emoji-mart/data,highlight.js",
"preview": "vite preview",
"v:patch": "npm version --no-git-tag-version patch",
"v:minor": "npm version --no-git-tag-version minor"
},
"peerDependencies": {
"quill": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@emoji-mart/data": "^1.1.1",
"@emoji-mart/react": "^1.1.1",
"highlight.js": "^11.9.0",
"quill": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vite": "^6.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jcsofts/react-quill2"
},
"homepage": "https://github.com/jcsofts/react-quill2#readme"
}