69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "react-native-draggable-flatlist",
|
|
"version": "3.1.2",
|
|
"description": "A drag-and-drop-enabled FlatList component for React Native",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/computerjazz/react-native-draggable-flatlist.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"sortable",
|
|
"draggable",
|
|
"flatlist",
|
|
"drag",
|
|
"drop",
|
|
"sort",
|
|
"list"
|
|
],
|
|
"author": "Daniel Merrill",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/computerjazz/react-native-draggable-flatlist/issues"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"setupFiles": [
|
|
"./node_modules/react-native-gesture-handler/jestSetup.js"
|
|
],
|
|
"transform": {
|
|
"^.+\\.[t|j]sx?$": "babel-jest"
|
|
},
|
|
"transformIgnorePatterns": []
|
|
},
|
|
"homepage": "https://github.com/computerjazz/react-native-draggable-flatlist#readme",
|
|
"peerDependencies": {
|
|
"react-native": ">=0.64.0",
|
|
"react-native-gesture-handler": ">=1.10.0",
|
|
"react-native-reanimated": ">=2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react-native": "^7.2.0",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-native": "^0.64.2",
|
|
"babel-jest": "^26.6.3",
|
|
"husky": "^4.2.0",
|
|
"jest": "^26.6.3",
|
|
"prettier": "^2.2.1",
|
|
"pretty-quick": "^2.0.1",
|
|
"react": "^17.0.2",
|
|
"react-native": "^0.64.0",
|
|
"react-native-gesture-handler": "^2.1.0",
|
|
"react-native-reanimated": "^2.3.1",
|
|
"react-test-renderer": "^17.0.2",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|