-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.91 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "foodroad",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"dev": "expo start",
"android": "expo start --android --port 19001",
"ios": "expo start --ios --port 19000",
"web": "expo start --web --port 19002",
"gen": "graphql-codegen --config codegen.yml",
"build": "expo build:ios ",
"test": "jest",
"build:ios": "eas build --platform ios",
"build:android": "eas build --platform android",
"submit:ios": "eas submit -p ios --latest",
"submit:android": "eas submit -p android --latest"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@reduxjs/toolkit": "^1.8.5",
"@types/jest": "^29.0.3",
"@types/react-navigation": "^3.4.0",
"@types/react-redux": "^7.1.24",
"expo": "~46.0.13",
"expo-firebase-recaptcha": "^2.3.0",
"expo-image-picker": "~13.3.1",
"expo-location": "~14.3.0",
"expo-status-bar": "~1.4.0",
"expo-tracking-transparency": "~2.3.1",
"firebase": "9.9.4",
"jest": "^29.0.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.36.1",
"react-native": "0.69.5",
"react-native-maps": "0.31.1",
"react-native-paper": "^4.12.4",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "9.13.3",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.0",
"react-navigation": "^4.4.4",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"twrnc": "^3.4.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"react-native-svg-transformer": "^1.0.0",
"typescript": "~4.3.5"
},
"private": true
}