-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.31 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.31 KB
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
{
"name": "ridetrackerapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "npx eslint \"**/*.{ts,tsx}\" --fix"
},
"dependencies": {
"@googlemaps/polyline-codec": "^1.0.28",
"@reduxjs/toolkit": "^1.9.3",
"@ridetracker/avatarclient": "^0.9.11",
"@ridetracker/ridetrackerclient": "^0.9.83",
"@ridetracker/routeclient": "^0.9.7",
"@types/react": "~18.0.27",
"chroma.ts": "^1.0.10",
"EventEmitter": "^1.0.0",
"expo": "~48.0.6",
"expo-2d-context": "^0.0.3",
"expo-application": "~5.1.1",
"expo-battery": "~7.1.1",
"expo-constants": "~14.2.1",
"expo-file-system": "^15.2.2",
"expo-gl": "~12.4.0",
"expo-image-picker": "~14.1.1",
"expo-in-app-purchases": "~14.1.1",
"expo-keep-awake": "~12.0.1",
"expo-linear-gradient": "~12.1.2",
"expo-linking": "~4.0.1",
"expo-location": "~15.1.1",
"expo-navigation-bar": "~2.1.1",
"expo-router": "^1.2.1",
"expo-screen-capture": "~5.1.1",
"expo-sharing": "~11.2.2",
"expo-status-bar": "~1.4.4",
"expo-task-manager": "~11.1.1",
"form-data": "^4.0.0",
"geolib": "^3.3.3",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-maps": "^1.3.2",
"react-native-pager-view": "6.1.2",
"react-native-polyfill-globals": "^3.1.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.18.10",
"react-native-webview": "11.26.0",
"react-native-webview-canvas": "^1.1.8",
"react-native-wheel-color-picker": "^1.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@ridetracker/ridetrackertypes": "^0.9.7",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"babel-preset-react-native": "^4.0.1",
"eslint": "^8.41.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-unused-imports": "^2.0.0"
},
"overrides": {
"metro": "0.73.7",
"metro-resolver": "0.73.7"
},
"private": true
}