-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "flatlist-view-control-rn",
"version": "1.0.1",
"description": "A Flatlist react native full wrapper!",
"main": "src/index",
"react-native": "src/index",
"source": "src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DEVfancybear/react-native-flatlist-wrapper.git"
},
"peerDependencies": {
"react": "17.0.1",
"react-fast-compare": "^3.2.0",
"react-native": "0.64.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.20",
"@types/react-native": "^0.64.0",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1",
"typescript": "^3.8.3"
},
"keywords": [
"flatlist",
"flatlist",
"wrapper",
"flatlist",
"control",
"react-native",
"rn",
"react",
"native",
"fresh",
"react",
"native",
"load",
"more",
"pull",
"to",
"refresh"
],
"author": "DuongLT",
"license": "MIT",
"bugs": {
"url": "https://github.com/DEVfancybear/react-native-flatlist-wrapper/issues"
},
"homepage": "https://github.com/DEVfancybear/react-native-flatlist-wrapper#readme"
}