-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 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
{
"name": "mobile",
"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": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"expo": "^51.0.9",
"expo-auth-session": "^5.5.2",
"expo-av": "~14.0.5",
"expo-camera": "^15.0.10",
"expo-checkbox": "~3.0.0",
"expo-dev-client": "^4.0.15",
"expo-image-picker": "~15.0.5",
"expo-media-library": "~16.0.3",
"expo-random": "^14.0.1",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "^3.0.4",
"expo-updates": "^0.25.15",
"expo-web-browser": "^13.0.3",
"formik": "^2.4.6",
"moment": "^2.30.1",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "^2.16.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-ratings": "^8.1.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-toast-message": "^2.2.0",
"react-native-video": "^6.0.0-beta.8",
"react-navigation": "^5.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "^3.3.2"
},
"private": true
}