jodit-pro-react
Version:
Jodit PRO is awesome and usefully wysiwyg editor with filebrowser
53 lines (52 loc) • 1.49 kB
JSON
{
"name": "jodit-pro-react",
"version": "5.2.26",
"description": "Jodit PRO is awesome and usefully wysiwyg editor with filebrowser",
"main": "jodit-react.js",
"author": "Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/pro/)",
"keywords": [
"react",
"jodit",
"html",
"text",
"editor",
"wysisyg",
"rich editor",
"rich text editor",
"rte"
],
"scripts": {
"build": "node -r @swc-node/register ./node_modules/.bin/webpack --mode=production --node-env=production",
"watch": "node -r @swc-node/register ./node_modules/.bin/webpack --watch",
"start": "node -r @swc-node/register ./node_modules/.bin/webpack serve"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"jodit": "^4.5.5",
"jodit-pro": "^4.5.7",
"jodit-react": "^5.2.11",
"replace": "^1.2.2",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"peerDependencies": {
"react": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jodit/jodit-pro.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://xdsoft.net/jodit/pro/cab/issues/"
},
"homepage": "https://xdsoft.net/jodit/pro/"
}