-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.34 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
64
65
66
67
68
69
70
71
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/checkbox": "^0.5.7",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-firebase/app": "^10.4.0",
"@react-native-picker/picker": "^1.9.11",
"@react-navigation/native": "^5.8.2",
"@react-navigation/stack": "^5.9.3",
"algoliasearch": "^4.8.3",
"axios": "^0.21.0",
"core-js": "^2.6.11",
"expo": "~39.0.2",
"expo-av": "~8.6.0",
"expo-notifications": "~0.7.2",
"expo-permissions": "~9.3.0",
"expo-splash-screen": "~0.6.2",
"expo-status-bar": "~1.0.2",
"expo-task-manager": "^9.0.0",
"expo-updates": "~0.3.2",
"firebase": "^8.2.1",
"lottie-react-native": "^3.5.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-instantsearch-native": "^6.8.2",
"react-native": "~0.63.3",
"react-native-background-timer": "^2.4.1",
"react-native-countdown-component": "^2.7.1",
"react-native-crypto-js": "^1.0.0",
"react-native-dropdown-picker": "^4.0.2",
"react-native-elements": "^2.3.2",
"react-native-gesture-handler": "^1.7.0",
"react-native-hash": "^1.3.1",
"react-native-media-controls": "^2.1.0",
"react-native-modals": "^0.22.3",
"react-native-picker-select": "^8.0.4",
"react-native-push-notification": "^7.0.0",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-set-soft-input-mode": "^1.1.0",
"react-native-textarea": "^1.0.4",
"react-native-unimodules": "~0.11.0",
"react-native-voice-oop": "^2.0.0",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.2",
"react-navigation-redux-helpers": "^4.0.1",
"react-navigation-stack": "^2.8.4",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.13.1"
},
"private": true,
"name": "react-test",
"version": "1.0.0"
}