reactabular-dnd
Version:
Drag and drop helpers for Reactabular
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "reactabular-dnd",
"version": "8.16.0",
"description": "Drag and drop helpers for Reactabular",
"scripts": {
"build": "rimraf ./dist && babel ./src --ignore __tests__ --out-dir ./dist",
"prepublish": "npm run build"
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/reactabular/reactabular.git"
},
"keywords": [
"react",
"reactjs",
"table",
"tables",
"reactabular",
"dnd"
],
"author": "Juho Vepsalainen <bebraw@gmail.com> (http://github.com/bebraw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactabular/reactabular/issues"
},
"homepage": "http://reactabular.js.org/",
"main": "dist",
"module": "dist",
"jsnext:main": "dist",
"devDependencies": {
"babel-cli": "^6.11.4",
"rimraf": "^2.5.4"
},
"peerDependencies": {
"lodash": ">= 4.0.0 < 5.0.0",
"react": ">= 0.11.2 < 17.0.0",
"react-dnd": ">= 2.0.0 < 3.0.0"
}
}