-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "react-native-diagnose",
"version": "0.0.4",
"description": "A react native runtime testing framework",
"main": "./src",
"license": "MIT",
"repository": {
"type": "https",
"url": "https://github.com/netbeast/react-native-diagnose"
},
"keywords": [
"test",
"diagnose",
"diagnostics",
"react",
"native",
"react-native",
"android",
"ios"
],
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.36"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-plugin-transform-remove-console": "^6.8.0",
"babel-preset-react-native": "^1.9.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.1.0"
},
"dependencies": {
"lodash": "^4.17.4"
}
}