forked from saleel/react-native-super-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 922 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 922 Bytes
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
{
"name": "react-native-super-grid",
"version": "4.0.3",
"description": "Responsive Grid View for React Native",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/saleel97/react-native-super-grid.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59.0"
},
"homepage": "https://github.com/saleel97/react-native-super-grid",
"keywords": [
"react",
"native",
"responsive",
"super",
"grid",
"view",
"flatlist",
"listview",
"sectionlist",
"gridview"
],
"author": "https://github.com/saleel",
"license": "MIT",
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}