UNPKG

text-editor-react

Version:

A react text editor with parser to add and retrieve content from database. The package provides options for bold, italics, underline, add link, justify content, undo, redo and 6 headings.

50 lines (49 loc) 1.33 kB
{ "name": "text-editor-react", "version": "1.0.3", "description": "A react text editor with parser to add and retrieve content from database. The package provides options for bold, italics, underline, add link, justify content, undo, redo and 6 headings.", "main": "./lib/TextEditor.js", "repository": { "type": "git", "url": "https://github.com/jash139/text-editor-react" }, "scripts": { "build": "webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "bugs": { "url": "https://github.com/jash139/text-editor-react" }, "keywords": [ "text editor", "react text editor", "react", "text", "editor", "text-editor", "react-text-editor", "text-editor-react" ], "peerDependencies": { "prop-types": "^15.6.0", "react": "^16.0.0 || ^17", "react-dom": "^16.0.0 || ^17" }, "devDependencies": { "babel-core": "^6.21.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.24.1", "css-loader": "^3.5.1", "path": "^0.12.7", "prop-types": "^15.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", "style-loader": "^1.1.3", "webpack": "^4.5.0", "webpack-cli": "^3.2.1" }, "author": "Ayush Acharya", "license": "MIT" }