react-froala-wysiwyg
Version:
React component for Froala WYSIWYG HTML rich text editor.
76 lines (75 loc) • 2.34 kB
JSON
{
"name": "react-froala-wysiwyg",
"version": "4.6.0",
"description": "React component for Froala WYSIWYG HTML rich text editor.",
"main": "index.js",
"types": "./lib/index.d.ts",
"author": "Froala Labs",
"keywords": [
"react",
"froala",
"html",
"text",
"editor",
"wysisyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"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"
},
"dependencies": {
"froala-editor": "4.6.0",
"serialize-javascript": "^6.0.2"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-function-sent": "^7.25.9",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.27.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.39.0",
"css-loader": "^7.1.2",
"exports-loader": "^0.6.2",
"file-loader": "^6.2.0",
"highlight.js": "^11.10.0",
"imports-loader": "^5.0.0",
"jsdom": "^25.0.1",
"mocha": "^11.7.1",
"mock-require": "^1.3.0",
"nightwatch": "^3.12.2",
"postcss-loader": "^8.1.1",
"raw-loader": "^0.5.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-highlight": "^0.15.0",
"sinon": "^1.17.4",
"style-loader": "^0.21.0",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"scripts": {
"build": "webpack-cli --mode=development && webpack-cli --mode=production",
"demo": "cd demo && webpack-cli --mode=development && \"../node_modules/.bin/webpack-dev-server\" --mode development --allowed-hosts all --port 4000 --host 0.0.0.0 --static dist/",
"prepublishOnly": "npm run build && bash lib/copy_bundles.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/froala/react-froala-wysiwyg.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/froala/react-froala-wysiwyg/issues"
},
"homepage": "https://github.com/froala/react-froala-wysiwyg#readme"
}