-
Notifications
You must be signed in to change notification settings - Fork 169
/
package.json
63 lines (63 loc) · 1.32 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
58
59
60
61
62
63
{
"name": "react-native-easy-grid",
"description": "Easy React Native Layout & Grid for the Dumb",
"version": "0.2.2",
"private": false,
"dependencies": {
"lodash": "^4.17.15"
},
"scripts": {
"test": "jest"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"acorn",
"core-js",
"isarray",
"wordwrap",
"convert-source-map",
"source-map",
"which",
"assert-plus",
"esprima",
"path-exists",
"glob",
"object-assign",
"repeating",
"supports-color",
"json-stable-stringify",
"minimist",
"duplexer2",
"readable-stream",
"extend",
"lru-cache",
"minimatch",
"async",
"punycode",
"clone",
"graceful-fs",
"strip-bom",
"through2",
"vinyl",
"camelcase"
]
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^2.9.0",
"eslint-plugin-react": "^5.0.1",
"eslint-plugin-react-native": "^1.0.0",
"jest": "23.3.0",
"react": "16.4.1",
"react-native": "^0.60.4",
"react-test-renderer": "16.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/GeekyAnts/react-native-easy-grid.git"
},
"main": "index.js"
}