@wegotpop/draft-js-export-html
Version:
DraftJS: Export ContentState to HTML
35 lines (34 loc) • 1.03 kB
JSON
{
"name": "@wegotpop/draft-js-export-html",
"version": "1.3.8",
"description": "DraftJS: Export ContentState to HTML",
"main": "lib/main.js",
"typings": "typings/index.d.ts",
"scripts": {
"release": "npm run build && npm publish",
"build": "babel src --out-dir lib --ignore \"_*\"",
"watch": "babel src --watch --out-dir lib --ignore \"_*\""
},
"dependencies": {
"@wegotpop/draft-js-utils": "^1.3.8"
},
"peerDependencies": {
"draft-js": ">=0.10.0",
"immutable": "3.x.x"
},
"devDependencies": {
"@types/draft-js": "^0.7.33"
},
"keywords": [
"draft-js",
"export-html"
],
"author": "sstur@me.com",
"license": "ISC",
"repository": "https://github.com/sstur/draft-js-utils/tree/master/packages/draft-js-export-html",
"bugs": {
"url": "https://github.com/sstur/draft-js-utils/issues"
},
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-export-html/README.md",
"gitHead": "fc8bc3ace1e62a2bc7ccf2c799420fb2c7bfc93b"
}