-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.69 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@prototypsthlm/marine-plastic-app",
"version": "1.0.16",
"private": true,
"main": "./index.tsx",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"debug-ios": "open \"rndebugger://set-debugger-loc?host=localhost&port=8081\" && yarn run ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/config-plugins": "~7.8.0",
"@expo/metro-config": "~0.17.1",
"@expo/prebuild-config": "~6.7.0",
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.6.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "11.1.0",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "6.5.11",
"@react-navigation/elements": "^1.3.21",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "~5.12.8",
"@reduxjs/toolkit": "^1.5.0",
"@turf/convex": "^6.3.0",
"@turf/helpers": "^6.3.0",
"@turf/rewind": "^6.3.0",
"apisauce": "^2.0.1",
"eas-cli": "^5.9.1",
"expo": "^50.0.0",
"expo-asset": "~9.0.2",
"expo-constants": "~15.4.5",
"expo-font": "~11.10.3",
"expo-image-manipulator": "~11.8.0",
"expo-image-picker": "~14.7.1",
"expo-linking": "~6.2.2",
"expo-location": "~16.5.3",
"expo-splash-screen": "~0.26.4",
"expo-sqlite": "~13.2.2",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.11",
"expo-web-browser": "~12.8.2",
"firebase": "^10.6.0",
"formik": "^2.2.6",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-get-random-values": "~1.8.0",
"react-native-maps": "1.10.0",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-webview": "13.6.4",
"react-navigation-header-buttons": "^11.1.1",
"react-redux": "^7.2.2",
"styled-components": "^5.2.1",
"uuid": "^8.3.2",
"yup": "^0.32.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-redux": "^7.1.16",
"@types/styled-components": "^5.1.7",
"@types/styled-components-react-native": "^5.1.0",
"@types/uuid": "^8.3.0",
"@types/yup": "^0.29.11",
"jest-expo": "~50.0.2",
"metro-react-native-babel-preset": "^0.77.0",
"react-devtools": "^4.22.0",
"typescript": "^5.1.3"
},
"resolutions": {
"@types/react": "^18.0.0"
}
}