react-native-drag-dnd-board
Version:
Drag and drop Kanban board like Trello
42 lines (41 loc) • 972 B
JSON
{
"name": "react-native-drag-dnd-board",
"version": "1.0.7",
"description": "Drag and drop Kanban board like Trello",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huynhuchuy2001/react-native-dnd-board.git"
},
"keywords": [
"draggable",
"board",
"drag",
"and",
"drop",
"react",
"native",
"drag and drop",
"react-native",
"kanban",
"trello",
"task",
"card"
],
"author": "Huy Huynh <huynhduchuy2001@gmail.com>",
"license": "MIT",
"dependencies": {
"react-native-gesture-handler": "^2.25.0",
"react-native-reanimated": "3.17.5"
},
"bugs": {
"url": "https://github.com/huynhuchuy2001/react-native-dnd-board/issues"
},
"homepage": "https://github.com/huynhuchuy2001/react-native-dnd-board#readme",
"devDependencies": {
"@types/react": "^18.2.6"
}
}