react-movable-block-editor
Version:
React component for creating layouts and content via drag-and-drop blocks.
79 lines (78 loc) • 1.88 kB
JSON
{
"name": "react-movable-block-editor",
"version": "0.2.6",
"author": {
"name": "nyura123"
},
"repository": {
"type": "git",
"url": "https://github.com/nyura123/react-movable-block-editor"
},
"keywords": [
"react",
"typescript",
"content editor",
"layout editor",
"block editor",
"cms",
"drag and drop",
"markdown",
"rich text"
],
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/react-movable-block-editor.umd.production.js",
"module": "dist/react-movable-block-editor.es.production.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"css/drag.css"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --env=jsdom"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"react-color": "^2.17.3",
"react-markdown": "^4.0.8",
"react-resizable": "^1.8.0",
"lodash-es": "^4.17.11"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.132",
"@types/react": "^16.8.18",
"@types/react-color": "^3.0.0",
"@types/react-dom": "^16.8.4",
"@types/react-resizable": "^1.7.0",
"husky": "^2.3.0",
"lodash": "^4.17.11",
"prettier": "^1.17.1",
"pretty-quick": "^1.11.0",
"react-color": "^2.17.3",
"react-markdown": "^4.0.8",
"react-resizable": "^1.8.0",
"tsdx": "^0.5.11",
"tslib": "^1.9.3",
"typescript": "^3.4.5"
},
"dependencies": {
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dnd-touch-backend": "^10.0.2"
}
}