{
    "name": "@yeutech/ra-input-rich-text",
    "version": "2.0.0-RC2-yeutech.2",
    "description": "<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.",
    "main": "lib/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "files": [
        "LICENSE",
        "*.md",
        "lib",
        "src"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/yeutech/react-admin.git"
    },
    "keywords": [
        "reactjs",
        "react",
        "react-admin",
        "admin-on-rest",
        "rest",
        "richtext",
        "html",
        "wysiwyg",
        "editor"
    ],
    "author": "François Zaninotto",
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "bugs": {
        "url": "https://github.com/yeutech/react-admin/issues"
    },
    "homepage": "https://github.com/yeutech/react-admin#readme",
    "peerDependencies": {
        "@yeutech/react-admin": "^2.0.0-RC2-yeutech.1",
        "react": "~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0",
        "react-dom": "~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0"
    },
    "dependencies": {
        "lodash": "~4.17.5",
        "prop-types": "~15.6.1",
        "quill": "~1.3.6"
    }
}
