react-native-draggable-gridview
Version:
A drag-and-drop-enabled GridView component for React Native.
42 lines • 1.05 kB
JSON
{
"name": "react-native-draggable-gridview",
"version": "1.0.3",
"description": "A drag-and-drop-enabled GridView component for React Native.",
"keywords": [
"react-native",
"sortable",
"draggable",
"drag",
"drop",
"grid",
"animatable",
"animated",
"animation",
"scrollable",
"scroll"
],
"author": "Hiroshi Okamura",
"license": "MIT",
"bugs": {
"url": "https://github.com/5up-okamura/react-native-draggable-gridview/issues"
},
"homepage": "https://github.com/5up-okamura/react-native-draggable-gridview#readme",
"main": "src/index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/5up-okamura/react-native-draggable-gridview.git"
},
"dependencies": {
"lodash": "^4.17.19"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"logkitty": ">=0.7.1",
"typescript": "~3.9.5",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "0.62.2"
}
}