UNPKG

react-native-yet-another-sortable

Version:

Drag-and-drop sortable scrollable grid view for React Native.

57 lines (56 loc) 1.45 kB
{ "name": "react-native-yet-another-sortable", "keywords": [ "drag-drop", "scrollable", "draggable", "sortable", "grid", "list", "performance" ], "version": "1.0.0", "description": "Drag-and-drop sortable scrollable grid view for React Native.", "main": "src/index.js", "files": [ "src" ], "scripts": { "lint": "eslint ./ --ignore-path .gitignore", "lint:fix": "npm run lint -- --fix", "test": "jest", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "https://github.com/k5md/react-native-yet-another-sortable.git" }, "author": "k5md", "license": "MIT", "dependencies": { "lodash": "^4.17.19" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@babel/core": "^7.11.1", "@babel/runtime": "^7.11.2", "@react-native-community/eslint-config": "^2.0.0", "@testing-library/jest-native": "^3.3.0", "@testing-library/react-native": "^7.0.1", "babel-jest": "^26.2.2", "eslint": "^7.6.0", "jest": "^26.2.2", "metro-react-native-babel-preset": "^0.61.0", "prettier": "^2.0.5", "react": "^16.13.1", "react-native": "^0.63.2", "react-test-renderer": "^16.13.1" }, "bugs": { "url": "https://github.com/k5md/react-native-yet-another-sortable/issues" }, "homepage": "https://github.com/k5md/react-native-yet-another-sortable#readme" }