-
Notifications
You must be signed in to change notification settings - Fork 262
/
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-largelist",
"version": "3.1.0-rc.2",
"private": false,
"description": "The best performance large list component which is much better than SectionList for React Native.",
"author": "bolan9999 <bolan999999@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:bolan9999/react-native-largelist.git"
},
"keywords": [
"react-native",
"react-component",
"large list",
"flatlist",
"sectionlist",
"tableview",
"high performance",
"swipeout",
"swipable flatlist"
],
"bugs": {
"url": "https://github.com/bolan9999/react-native-largelist/issues"
},
"homepage": "https://github.com/bolan9999/react-native-largelist",
"peerDependencies": {
"react": "^16.3.1",
"react-native": "^0.50.0",
"prop-types": "^15.6.0",
"react-native-spring-scrollview": "^3.0.1-rc.5"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "^4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}