-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 927 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 927 Bytes
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
{
"name": "react-native-ota",
"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",
"build:dev": "eas build --profile development",
"build:staging": "eas build --profile staging",
"build:prod": "eas build --profile production",
"publish:dev": "eas submit --profile production",
"publish:prod": "eas submit --profile production"
},
"dependencies": {
"expo": "~48.0.11",
"expo-dev-client": "~2.2.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"react": "18.2.0",
"react-native": "0.71.6",
"react-native-progress": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true,
"keywords": [
"expo ota update",
"ota update using expo",
"expo over the air update"
]
}