forked from computerjazz/react-native-draggable-flatlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-native-draggable-flatlist",
"version": "2.1.2",
"description": "A drag-and-drop-enabled FlatList component for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"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"
},
"homepage": "https://github.com/computerjazz/react-native-draggable-flatlist#readme",
"peerDependencies": {
"react-native": "^0.59.0",
"react-native-gesture-handler": "^1.0.0",
"react-native-reanimated": "^1.0.0"
},
"devDependencies": {
"@types/react": "^16.8.8",
"@types/react-native": "^0.60.8",
"husky": "^4.2.0",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1",
"react": "^16.12.0",
"react-native": "^0.61.5",
"react-native-gesture-handler": "^1.5.3",
"react-native-reanimated": "^1.7.0",
"typescript": "^3.7.3"
}
}