-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 2.32 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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@expo/ngrok": "github:expo/ngrok",
"@react-native-community/checkbox": "^0.5.7",
"@react-native-community/datetimepicker": "^3.4.7",
"@react-native-community/masked-view": "0.1.10",
"@react-native-firebase/app": "^11.3.2",
"@react-native-firebase/firestore": "^11.3.2",
"@react-navigation/bottom-tabs": "^5.11.10",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"expo": "~41.0.0",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "^1.0.4",
"expo-updates": "~0.5.4",
"firebase": "8.2.3",
"navigation": "^5.4.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
"react-native-action-button": "^2.8.5",
"react-native-date-picker": "^3.2.10",
"react-native-datepicker": "^1.7.2",
"react-native-drax": "^0.8.0",
"react-native-elements": "^3.3.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-modal-datetime-picker": "^9.2.1",
"react-native-paper": "^4.8.1",
"react-native-percentage-circle": "^1.0.7",
"react-native-progress": "^4.1.2",
"react-native-progress-circle": "^2.1.0",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-social-buttons": "^1.2.0",
"react-native-svg": "12.1.0",
"react-native-switch": "^2.0.0",
"react-native-tab-view": "^2.16.0",
"react-native-unimodules": "~0.13.3",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-preset-expo": "~8.3.0",
"eslint": "^7.24.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.23.2",
"jest-expo": "~41.0.0",
"typescript": "~4.0.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}