-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"dependencies": {
"@apollo/client": "^3.10.8",
"@expo/metro-runtime": "~3.2.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"aws-appsync-auth-link": "^3.0.7",
"aws-appsync-subscription-link": "^3.1.3",
"expo": "^51.0.23",
"expo-av": "~14.0.6",
"expo-updates": "~0.25.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.74.3",
"react-native-dotenv": "^3.4.11",
"react-native-get-random-values": "^1.11.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.8.6",
"tailwind-rn": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"eas-cli": "^10.2.0"
},
"name": "brayan",
"license": "UNLICENSED",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "expo start",
"update": "eas update --branch production",
"build": "eas build --platform all",
"submit:ios": "eas submit --platform ios",
"submit:android": "eas submit --platform android"
}
}