forked from gameboyVito/react-native-ultimate-listview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.73 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
{
"name": "react-native-ultimate-listview",
"version": "3.3.0",
"description": "A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row. The truly ultimate version that I have done the most tricky part for you, just simply follow the instructions shown below to put it in your app.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint src Example/src",
"eslint-fix": "eslint --fix src Example/src"
},
"keywords": [
"flatlist",
"scrollview",
"refreshable-scrollview",
"sectionlist",
"virtualizedlist",
"pull-to-refresh",
"refreshable",
"auto-pagination",
"infinite-scrolling",
"swipeable-row",
"gridview",
"listview",
"native-base",
"react-native",
"react-component",
"react-native-component",
"android",
"ios"
],
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"jest": "21.2.1",
"prop-types": "^15.6.0",
"react": "16.0.0-beta.5",
"react-native": "0.49.5",
"react-test-renderer": "16.0.0-beta.5"
},
"author": {
"name": "Chen Jiajie",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gameboyVito/react-native-ultimate-listview.git"
},
"homepage": "https://github.com/gameboyVito/react-native-ultimate-listview#readme",
"license": "MIT"
}