-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.7 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
{
"name": "mobiles",
"homepage": ".",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/montserrat": "^0.2.3",
"@expo/metro-runtime": "~3.1.3",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.7.0",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/native-stack": "^6.9.18",
"expo": "^50.0.19",
"expo-constants": "~15.4.6",
"expo-device": "~5.9.4",
"expo-font": "~11.10.3",
"expo-linking": "~6.2.2",
"expo-navigation-bar": "~2.8.1",
"expo-notifications": "~0.27.8",
"expo-router": "~3.4.10",
"expo-secure-store": "~12.8.1",
"expo-status-bar": "~1.11.1",
"expo-web-browser": "~12.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-calendars": "^1.1304.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-markdown-display": "^7.0.2",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-paper": "^5.12.5",
"react-native-paper-dates": "^0.22.21",
"react-native-reanimated": "~3.6.2",
"react-native-root-siblings": "^4.1.1",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.6",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"typescript": "^5.1.3"
},
"private": true
}