-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.33 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@fontsource/roboto": "^4.2.1",
"@material-ui/core": "^4.11.3",
"@react-native-community/blur": ">=3.4.1",
"@react-native-community/datetimepicker": "^3.4.7",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.6.2",
"@react-native-community/picker": "^1.8.1",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.3",
"expo": "~40.0.0",
"expo-app-loading": "^1.0.1",
"expo-constants": "^9.3.5",
"expo-notifications": "^0.11.5",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
"firebase": "^8.2.8",
"fontsource-roboto": "^4.0.0",
"metro-react-native-babel-preset": "^0.59.0",
"react": "16.13.1",
"react-devtools": "^4.10.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-action-button": "^2.8.5",
"react-native-animated-nav-tab-bar": "^3.1.2",
"react-native-circle-checkbox": "^0.1.6",
"react-native-dotenv": "^2.5.5",
"react-native-elements": "^3.3.1",
"react-native-gesture-handler": "^1.10.1",
"react-native-modal": "^11.7.0",
"react-native-modal-datetime-picker": "^9.2.1",
"react-native-options-menu": "^2.0.2",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.17.1",
"react-native-swipeable": "^0.6.0",
"react-native-ui-lib": "*",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.3",
"react-redux": "^7.2.2",
"react-redux-firebase": "^3.10.0",
"redux": "^4.0.5",
"redux-firestore": "^0.15.0",
"redux-thunk": "^2.3.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-native": "^0.64.2",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^17.0.1",
"typescript": "^4.2.4"
},
"private": true
}