-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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
38
39
40
41
{
"name": "my-project",
"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",
"predeploy": "expo export -p web",
"deploy-hosting": "npm run predeploy && firebase deploy --only hosting"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/lato": "^0.2.3",
"@react-navigation/native-stack": "^6.9.14",
"axios": "^1.5.1",
"expo": "~49.0.13",
"expo-app-loading": "^2.1.1",
"expo-av": "~13.4.1",
"expo-constants": "~14.4.2",
"expo-font": "~11.4.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"firebase": "^10.5.2",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-image-blur-shadow": "^1.0.4",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-sound-player": "^0.13.2",
"react-dom": "18.2.0",
"react-native-web": "~0.19.6",
"@expo/webpack-config": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}