UNPKG

draft-js-export-html-reinvent

Version:
34 lines (33 loc) 969 B
{ "name": "draft-js-export-html-reinvent", "version": "1.3.4", "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": { "draft-js-utils": "^1.3.3" }, "peerDependencies": { "draft-js": ">=0.10.0", "immutable": "3.x.x" }, "devDependencies": { "@types/draft-js": "^0.7.33" }, "keywords": [ "draft-js", "export-html" ], "author": "alex.zolotyh@omega-r.com", "license": "ISC", "repository": "https://github.com/alexander-zolotykh/draft-js-utils", "bugs": { "url": "https://github.com/alexander-zolotykh/draft-js-utils/issues" }, "homepage": "https://github.com/alexander-zolotykh/draft-js-utils/blob/master/packages/draft-js-export-html/README.md" }