@shelterzoom/draft-js-import-element
Version:
DraftJS: Import Element to ContentState
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "@shelterzoom/draft-js-import-element",
"version": "1.4.0",
"description": "DraftJS: Import Element to ContentState",
"main": "lib/main.js",
"module": "esm/main.js",
"files": [
"lib",
"esm"
],
"scripts": {
"release": "npm run build && npm publish",
"build:cjs": "babel src --root-mode upward --out-dir lib --ignore \"_*\"",
"build:esm": "NODE_ENV=esm babel src --root-mode upward --out-dir esm --ignore \"_*\"",
"build": "yarn build:cjs && yarn build:esm"
},
"dependencies": {
"draft-js-utils": "^1.4.0",
"synthetic-dom": "^1.4.0"
},
"peerDependencies": {
"draft-js": ">=0.10.0",
"immutable": "3.x.x"
},
"keywords": [
"draft-js",
"import-element"
],
"author": "sstur@me.com",
"contributors": [
{
"name": "Per Nilsson",
"url": "https://github.com/coopy"
},
{
"name": "Simon Sturmer",
"url": "https://github.com/sstur"
}
],
"license": "ISC",
"repository": "https://github.com/sstur/draft-js-utils/tree/master/packages/draft-js-import-element",
"bugs": {
"url": "https://github.com/sstur/draft-js-utils/issues"
},
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-import-element/README.md"
}