-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.43 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.43 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
{
"name": "cloudbind",
"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/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/cameraroll": "^4.1.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"axios": "^1.1.3",
"eas-cli": "^2.6.0",
"expo": "~46.0.13",
"expo-auth-session": "^3.8.0",
"expo-av": "^12.0.4",
"expo-camera": "^12.3.0",
"expo-file-system": "^14.1.0",
"expo-google-app-auth": "~8.3.0",
"expo-linear-gradient": "^12.0.1",
"expo-media-library": "^14.2.0",
"expo-random": "~12.3.0",
"expo-sharing": "^10.3.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"expo-web-browser": "^11.0.0",
"form-data": "^4.0.0",
"lottie-react-native": "^5.1.4",
"react": "18.0.0",
"react-google-button": "^0.7.2",
"react-native": "0.69.6",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}