-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "creator",
"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"
},
"dependencies": {
"@react-native-firebase/app": "^19.2.2",
"@react-native-firebase/auth": "^19.2.2",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"expo": "^51.0.2",
"expo-constants": "^16.0.1",
"expo-status-bar": "^1.12.1",
"fast-html-parser": "^1.0.1",
"firebase": "^10.12.0",
"react": "18.2.0",
"react-native": "^0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-login-screen": "^5.0.0",
"react-native-reanimated": "~3.10.1",
"react-native-text-input-interactive": "^0.1.5",
"react-native-webview": "^13.10.2",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}