forked from hammi2/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 980 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 980 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
35
36
37
{
"name": "demoapp",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@react-native-firebase/app": "^20.1.0",
"axios": "^1.7.2",
"expo": "~51.0.14",
"expo-ads-admob": "^8.4.0",
"expo-cli": "^6.3.10",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.21",
"global": "^4.4.0",
"metro-core": "^0.80.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "^18.3.1",
"react-native": "0.74.2",
"react-native-admob": "^1.3.2",
"react-native-dialog": "^9.3.0",
"react-native-google-mobile-ads": "^13.6.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10",
"react-native-webview": "^13.10.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}