forked from soldotno/react-native-lazyload-deux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 Bytes
/
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
{
"name": "react-native-lazyload-deux",
"version": "2.0.3",
"description": "Lazyload for React Native",
"license": "MIT",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/soldotno/react-native-lazyload-deux"
},
"scripts": {
"test": "eslint . --max-warnings=0"
},
"dependencies": {
"prop-types": "15.6.0",
"react-native-scrollable-mixin": "1.0.1"
},
"devDependencies": {
"@aller/eslint-config-aller": "0.3.0",
"babel-eslint": "8.0.1",
"eslint": "4.10.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.4.0"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"lazyload",
"load"
]
}