-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 998 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 998 Bytes
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
{
"name": "react-native-drag-sort-list",
"version": "1.0.4",
"description": "A powerful React Native drag and sort component library with support for single and multi-column layouts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"drag",
"sort",
"drag-sort",
"drag-and-drop",
"reorder",
"list",
"grid",
"gesture"
],
"author": "liushun",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Onedayago/react-native-drag-sort.git"
},
"bugs": {
"url": "https://github.com/Onedayago/react-native-drag-sort/issues"
},
"homepage": "https://github.com/Onedayago/react-native-drag-sort#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"react-native-gesture-handler": ">=2.0.0"
},
"dependencies": {
"lodash": "^4.17.21"
},
"engines": {
"node": ">=12.0.0"
}
}