-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.23 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.23 KB
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
64
65
66
67
68
69
70
71
72
73
{
"name": "client",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "rndebugger-open",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@emotion/native": "11.0.0",
"@emotion/react": "11.1.5",
"@react-native-community/async-storage": "1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.6",
"@react-native-firebase/app": "8.4.2",
"@react-native-firebase/messaging": "7.8.6",
"@react-navigation/bottom-tabs": "5.8.0",
"@react-navigation/native": "5.7.3",
"@react-navigation/stack": "5.9.0",
"axios": "0.20.0",
"gravatar": "1.8.1",
"immer": "7.0.8",
"react": "16.13.1",
"react-hook-form": "6.13.1",
"react-native": "0.63.2",
"react-native-flip-card": "3.5.6",
"react-native-gesture-handler": "1.7.0",
"react-native-global-props": "1.1.5",
"react-native-gravatar": "1.0.2",
"react-native-image-picker": "2.3.4",
"react-native-keyboard-aware-scroll-view": "0.9.2",
"react-native-keychain": "6.2.0",
"react-native-modal": "11.5.6",
"react-native-reanimated": "1.13.0",
"react-native-safe-area-context": "3.1.6",
"react-native-screens": "2.10.1",
"react-native-vector-icons": "7.0.0",
"react-navigation": "4.4.0",
"react-navigation-stack": "2.8.2",
"react-redux": "7.2.1",
"redux": "4.0.5",
"redux-actions": "2.6.5",
"redux-devtools-extension": "2.13.8",
"redux-saga": "1.1.3",
"redux-thunk": "2.3.0",
"styled-components": "5.2.0",
"swr": "0.3.9"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/runtime": "7.11.2",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.3.0",
"eslint": "7.7.0",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.4.1",
"metro-react-native-babel-preset": "0.62.0",
"react-native-debugger-open": "0.3.25",
"react-test-renderer": "16.13.1",
"redux-devtools": "3.6.1",
"remote-redux-devtools": "0.5.16"
},
"jest": {
"preset": "react-native"
},
"resolutions": {
"@react-native-community/cli-debugger-ui": "4.7.0"
}
}