-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.49 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
72
73
74
75
76
{
"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",
"test": "jest --watchAll",
"postinstall": "patch-package"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/react-native-action-sheet": "^3.10.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "4.2.3",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@types/react-native-calendars": "^1.1264.2",
"expo": "^46.0.0",
"expo-app-loading": "~2.1.0",
"expo-asset": "~8.6.1",
"expo-constants": "~13.2.4",
"expo-font": "~10.2.0",
"expo-haptics": "~11.3.0",
"expo-image-picker": "~13.3.1",
"expo-linear-gradient": "~11.4.0",
"expo-linking": "~3.2.2",
"expo-local-authentication": "~12.3.0",
"expo-notifications": "~0.16.1",
"expo-screen-orientation": "~4.3.0",
"expo-secure-store": "~11.3.0",
"expo-splash-screen": "~0.16.2",
"expo-sqlite": "~10.3.0",
"expo-status-bar": "~1.4.0",
"expo-video-thumbnails": "~6.4.0",
"expo-web-browser": "~11.0.0",
"mobx": "^6.3.2",
"mobx-react-lite": "^3.2.0",
"mobx-state-tree": "^5.0.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-calendars": "^1.1266.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-modal-datetime-picker": "^10.2.0",
"react-native-pager-view": "5.4.24",
"react-native-reanimated": "~2.9.1",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-snap-carousel": "4.0.0-beta.6",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "12.3.0",
"react-native-timeline-flatlist": "^0.7.6",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"jest-expo": "^46.0.0",
"react-native-bundle-visualizer": "^3.0.0",
"typescript": "^4.6.3"
},
"private": true
}