-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "food",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 8 Plus'",
"start": "react-native start --reset-cache",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@apollo/client": "3.0.0-beta.31",
"@react-native-community/async-storage": "1.7.1",
"@react-native-community/masked-view": "0.1.6",
"apollo-link-context": "1.0.19",
"graphql": "14.6.0",
"invariant": "2.2.4",
"lodash": "4.17.15",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-native": "0.61.5",
"react-native-auth0": "2.2.0",
"react-native-gesture-handler": "1.5.3",
"react-native-keychain": "4.0.5",
"react-native-modal": "11.5.3",
"react-native-reanimated": "1.7.0",
"react-native-safe-area-context": "0.6.4",
"react-native-screens": "2.0.0-alpha.32",
"react-navigation": "4.1.0",
"react-navigation-stack": "2.0.16",
"react-navigation-tabs": "2.7.0",
"rn-placeholder": "3.0.0"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/runtime": "7.8.4",
"@detools/eslint-config": "1.2.0",
"babel-jest": "25.1.0",
"eslint": "6.5.1",
"jest": "25.1.0",
"metro-react-native-babel-preset": "0.58.0",
"prettier": "1.19.1",
"react-test-renderer": "16.12.0"
},
"jest": {
"preset": "react-native"
}
}