-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
{
"name": "react-native-json-grid-list",
"description": "",
"version": "1.2.0",
"scripts": {
"lint": "eslint ."
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^0.0.5",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"@types/react-native-video": "^5.0.6",
"@types/styled-components": "^4.4.0",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^6.5.1",
"metro-react-native-babel-preset": "^0.58.0",
"react-native-fast-image": "^8.5.8",
"react-native-gesture-handler": "^1.10.3",
"react-native-video": "^5.1.1",
"react-test-renderer": "16.9.0",
"styled-components": "^5.3.0",
"typescript": "^3.8.2"
},
"main": "src/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"list",
"flatlist",
"grid",
"grid list"
],
"author": "Saul Dominguez",
"repository": {
"type": "git",
"url": "git+https://github.com/sauldom102/react-native-json-grid-list.git"
}
}