trello-smooth-dnd
Version:
Drag and Drop library to support react-trello project
35 lines (34 loc) • 716 B
JSON
{
"name": "trello-smooth-dnd",
"version": "1.0.0",
"description": "Drag and Drop library to support react-trello project",
"main": "./dist/index.js",
"scripts": {
"build": "webpack --mode production"
},
"keywords": [
"sortable",
"drag and drop",
"drag&drop",
"drag",
"drop",
"draggable",
"dnd"
],
"author": {
"name": "Kutlu Sahin",
"email": "kutlugsahin@gmail.com"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/rcdexta/smooth-dnd"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"webpack": "4.19.1",
"webpack-cli": "^3.1.2"
}
}