UNPKG

react-text-editor-kit

Version:

React Text Editor Kit is a customizable rich text editor component for React applications. It provides a flexible and easy-to-use interface for users to create and edit content with various formatting options. And also easy to integrate in react applicati

57 lines (56 loc) 1.72 kB
{ "name": "react-text-editor-kit", "version": "1.5.3", "description": "React Text Editor Kit is a customizable rich text editor component for React applications. It provides a flexible and easy-to-use interface for users to create and edit content with various formatting options. And also easy to integrate in react applications", "main": "./build/index.js", "keywords": [ "react-editor", "react-text-editor", "react-js-editor", "editor", "rich-editor", "rich-text-editor", "simple-text-editor-react", "WYSIWYG", "react-wysiwyg-editor", "wysiwyg-editor", "textarea", "contenteditable", "textarea-editor", "text-editor", "reacthighlighttext", "highlight-text-react" ], "scripts": { "remove_nm": "rimraf node_modules package-lock.json", "build": "webpack" }, "repository": { "type": "git", "url": "https://github.com/MetaDevZone/react-text-editor-app" }, "bugs": { "url": "https://github.com/MetaDevZone/react-text-editor-app/issues" }, "homepage": "https://github.com/MetaDevZone/react-text-editor-app", "author": "Meta Dev Zone", "license": "ISC", "devDependencies": { "@babel/core": "^7.7.5", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/preset-env": "^7.7.6", "@babel/preset-react": "^7.7.4", "babel-loader": "^8.0.6", "css-loader": "^3.3.0", "file-loader": "^6.2.0", "style-loader": "^1.0.1", "url-loader": "^4.1.1", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" }, "peerDependencies": { "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0" } }