91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
{
|
|
"name": "react-native-draggable-flatlist",
|
|
"version": "4.0.3",
|
|
"description": "A drag-and-drop-enabled FlatList component for React Native",
|
|
"main": "lib/commonjs/index",
|
|
"module": "lib/module/index",
|
|
"react-native": "src/index.tsx",
|
|
"types": "lib/typescript/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"typecheck": "tsc --skipLibCheck --noEmit",
|
|
"build": "bob build"
|
|
},
|
|
"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",
|
|
"./jest-setup.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": ">=2.0.0",
|
|
"react-native-reanimated": ">=2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react-native": "^7.2.0",
|
|
"@types/react": "^17.0.5",
|
|
"@types/react-native": "^0.64.5",
|
|
"babel-jest": "^26.6.3",
|
|
"husky": "^4.2.0",
|
|
"jest": "^26.6.3",
|
|
"metro-react-native-babel-preset": "^0.71.0",
|
|
"prettier": "^2.2.1",
|
|
"pretty-quick": "^2.0.1",
|
|
"react": "^17.0.2",
|
|
"react-native": "^0.64.0",
|
|
"react-native-builder-bob": "^0.18.2",
|
|
"react-native-gesture-handler": "^2.1.0",
|
|
"react-native-reanimated": "^2.8.0",
|
|
"react-test-renderer": "^17.0.2",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"react-native-builder-bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
[
|
|
"commonjs",
|
|
{
|
|
"configFile": "./babel.config.js"
|
|
}
|
|
],
|
|
"module",
|
|
"typescript"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-typescript": "^7.17.12"
|
|
}
|
|
}
|