redraft
Version:
Renders the result of Draft.js convertToRaw using provided callbacks, works well with React
63 lines (62 loc) • 1.65 kB
JSON
{
"name": "redraft",
"version": "0.10.2",
"description": "Renders the result of Draft.js convertToRaw using provided callbacks, works well with React",
"main": "./lib/index.js",
"scripts": {
"compile": "rimraf lib && babel src --out-dir lib",
"watch": "rimraf lib && babel src --out-dir lib --watch",
"lint": "eslint src",
"prepublish": "npm run compile && npm test",
"jest": "jest",
"test": "npm run lint && npm run jest"
},
"repository": {
"type": "git",
"url": "https://github.com/lokiuz/redraft.git"
},
"keywords": [
"draftjs",
"react"
],
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"__tests__/utils"
]
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^23.6.0",
"babel-plugin-array-includes": "^2.0.3",
"babel-preset-env": "^1.2.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.16.3",
"chai": "^4.1.2",
"draft-js": "^0.10.4",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^11.2.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.81.0",
"immutable": "^3.8.2",
"jest": "^23.6.0",
"linkify-it": "^2.0.3",
"mocha": "^5.2.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-test-renderer": "^16.5.2",
"regenerator-runtime": "^0.12.1",
"rimraf": "^2.5.2",
"tlds": "^1.183.0"
},
"dependencies": {
"punycode": "^2.1.0"
}
}