-
Notifications
You must be signed in to change notification settings - Fork 153
/
package.json
40 lines (40 loc) · 915 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
35
36
37
38
39
40
{
"name": "react-native-super-grid",
"version": "6.0.0",
"description": "Responsive Grid View for React Native",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/saleel97/react-native-super-grid.git"
},
"peerDependencies": {
"react": ">=18",
"react-native": ">=0.74.0"
},
"homepage": "https://github.com/saleel97/react-native-super-grid",
"keywords": [
"react",
"react-native",
"responsive",
"super",
"grid",
"view",
"flat-list",
"list-view",
"section-list",
"grid-view"
],
"author": "https://github.com/saleel",
"license": "MIT",
"dependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2"
}
}