UNPKG

react-native-cn-richtext-editor

Version:
53 lines (52 loc) 1.51 kB
{ "name": "react-native-cn-richtext-editor", "version": "1.0.43", "description": "RichText Editor for React-Native", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint src" }, "dependencies": { "diff-match-patch": "^1.0.4", "immutability-helper": "^2.8.1", "lodash": "^4.17.15", "shortid": "^2.2.14", "xmldom": "^0.1.27" }, "peerDependencies": { "react": "^16.6.1", "react-native": "^0.57.5" }, "keywords": [ "react", "react-native", "rich-text", "editor" ], "repository": { "type": "git", "url": "git+https://github.com/imnapo/react-native-cn-richtext-editor.git" }, "contributors": [ "Christ Kho <christ.khodabakhshi@gmail.com> (http://learncode.net)", "Narbe HS <imnapo@gmail.com> (http://learncode.net)" ], "author": "Narbe HS <imnapo@gmail.com> (http://learncode.net)", "license": "MIT", "bugs": { "url": "https://github.com/imnapo/react-native-cn-richtext-editor/issues" }, "homepage": "https://github.com/imnapo/react-native-cn-richtext-editor#readme", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.4.0", "@babel/preset-env": "^7.4.2", "babel-eslint": "^10.0.1", "eslint": "^5.15.3", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4" } }