forked from thebadone231/plus-one
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "tryy",
"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",
"eject": "expo eject",
"build": "expo build:web",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@react-native-firebase/app": "^14.9.4",
"@react-native-firebase/auth": "^14.9.4",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"expo": "~45.0.0",
"expo-status-bar": "~1.3.0",
"firebase": "^9.6.11",
"metro": "^0.71.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "^0.68.2",
"react-native-awesome-alerts": "^1.5.2",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-web": "0.17.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"expo-cli": "^5.4.7",
"gh-pages": "^4.0.0"
},
"private": true
}