UNPKG

rich-react-editor

Version:

react editor with support of image and multi languages

80 lines (79 loc) 2.25 kB
{ "name": "rich-react-editor", "version": "1.6.1", "description": "react editor with support of image and multi languages", "main": "build/index.js", "dependencies": { "antd": "^3.15.1", "axios": "^0.18.0", "babel-cli": "^6.26.0", "babel-plugin-import": "^1.11.0", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "bootstrap": "^4.3.1", "codemirror": "^5.41.0", "font-awesome": "^4.7.0", "history": "^4.9.0", "html-to-text": "^5.1.1", "jquery": "^3.3.1", "material-icons-react": "^1.0.4", "prop-types": "^15.6.2", "qs": "^6.6.0", "re-resizable": "^4.9.2", "react": "^16.8.4", "react-dom": "^16.8.4", "react-html-parser": "^2.0.2", "react-scripts": "2.0.4", "react-summernote": "^2.0.0", "summernote": "^0.8.10" }, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "8.0.4", "babel-plugin-import": "^1.11.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "compile": "./node_modules/.bin/babel src -d build" }, "eslintConfig": { "extends": "react-app" }, "repository": { "type": "git", "url": "git+https://github.com/VimLeSai/rich-react-editor.git" }, "keywords": [ "rich-react-editor", "editor", "rich-editor", "multi-language", "text-editor", "multi-language text editor", "rich text editor", "react rich text editor", "react text editor", "react custom summernote", "text editor" ], "author": "VimLeSai", "license": "ISC", "bugs": { "url": "https://github.com/VimLeSai/rich-react-editor/issues" }, "homepage": "https://github.com/VimLeSai/rich-react-editor#readme", "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }