forked from callstack/react-native-brownfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "@callstack/react-native-brownfield",
"version": "0.0.3",
"license": "MIT",
"author": "Michal Chudziak <[email protected]>",
"contributors": [
"Piotr Drapich <[email protected]>"
],
"homepage": "https://github.com/callstack/react-native-brownfield",
"description": "Brownfield helpers for React Native",
"main": "src/index.js",
"scripts": {
"start": "react-native start --reset-cache",
"flow": "flow",
"lint": "eslint . --fix"
},
"keywords": [
"react-native-brownfield",
"react native brownfield",
"native",
"react native integration"
],
"publishConfig": {
"access": "public"
},
"dependencies": {},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/runtime": "7.4.5",
"@react-native-community/eslint-config": "0.0.5",
"babel-plugin-module-resolver": "3.1.3",
"eslint": "6.0.1",
"flow-bin": "0.98.0",
"metro-react-native-babel-preset": "0.54.1",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-gesture-handler": "1.4.1",
"react-navigation": "3.11.0"
}
}