-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "patmobapp",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"server": "node server.js"
},
"dependencies": {
"@expo/config-plugins": "8.0.0",
"@expo/dev-tools": "^0.13.187",
"@expo/metro-config": "0.18.1",
"@expo/metro-runtime": "~3.2.1",
"@expo/prebuild-config": "7.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-firebase/app": "^20.2.0",
"@react-native-firebase/auth": "^20.2.0",
"@react-native-picker/picker": "2.7.5",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"expo": "~51.0.21",
"expo-sqlite": "~14.0.4",
"expo-status-bar": "~1.12.1",
"express": "^4.19.2",
"nodemailer": "^6.9.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}