-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
42
43
{
"name": "recipic",
"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": {
"@firebase/auth": "^1.8.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-firebase/app": "^21.0.0",
"@react-native-firebase/storage": "^21.0.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"expo": "^52.0.7",
"expo-image-manipulator": "~13.0.5",
"expo-image-picker": "~16.0.2",
"expo-status-bar": "~2.0.0",
"express": "^4.21.1",
"firebase": "^11.0.2",
"multer": "^1.4.5-lts.1",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-axios": "^0.17.1",
"react-native-dotenv": "^3.4.11",
"react-native-paper": "^5.12.5",
"expo-linear-gradient": "~14.0.1"
},
"devDependencies": {
"@babel/core": "^7.25.2"
},
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}