-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@bugsnag/expo": "7.5.5",
"@eva-design/eva": "^2.0.0",
"@expo/vector-icons": "^12.0.5",
"@react-native-async-storage/async-storage": "^1.13.4",
"@react-native-community/cameraroll": "^4.0.0",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.6",
"@react-native-community/segmented-control": "2.2.1",
"@react-native-community/slider": "3.0.3",
"@react-navigation/bottom-tabs": "^5.7.3",
"@react-navigation/native": "^5.7.2",
"@react-navigation/stack": "^5.8.0",
"@ui-kitten/components": "^5.0.0",
"crypto-js": "^3.1.9-1",
"expo": "^40.0.1",
"expo-ads-admob": "~8.4.0",
"expo-constants": "~9.3.3",
"expo-device": "~2.4.0",
"expo-notifications": "~0.8.2",
"expo-permissions": "~10.0.0",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.1",
"firebase": "7.9.0",
"katex": "^0.12.0",
"moment": "^2.29.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-autoheight-webview": "^1.5.7",
"react-native-base64": "^0.1.0",
"react-native-countdown-circle-timer": "^2.3.10",
"react-native-device-info": "^7.2.1",
"react-native-gesture-handler": "~1.8.0",
"react-native-loading-spinner-overlay": "^1.1.0",
"react-native-material-ripple": "^0.9.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-svg": "12.1.0",
"react-native-unimodules": "~0.12.0",
"react-native-webview": "11.0.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-jest": "~25.2.6",
"babel-plugin-import": "^1.13.0",
"jest": "~25.2.6",
"react-test-renderer": "~16.11.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}