-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
package.json
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
{
"name": "react-native-draggable-gridview",
"version": "1.0.3",
"description": "A drag-and-drop-enabled GridView component for React Native.",
"keywords": [
"react-native",
"sortable",
"draggable",
"drag",
"drop",
"grid",
"animatable",
"animated",
"animation",
"scrollable",
"scroll"
],
"author": "Hiroshi Okamura",
"license": "MIT",
"bugs": {
"url": "https://github.com/5up-okamura/react-native-draggable-gridview/issues"
},
"homepage": "https://github.com/5up-okamura/react-native-draggable-gridview#readme",
"main": "src/index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/5up-okamura/react-native-draggable-gridview.git"
},
"dependencies": {
"lodash": "^4.17.19"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"logkitty": ">=0.7.1",
"typescript": "~3.9.5",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "0.62.2"
}
}