-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.82 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
{
"name": "pocketmarathon",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@gluestack-style/react": "^1.0.19",
"@google-cloud/text-to-speech": "^5.0.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-bottom-tabs": "^6.2.19",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"expo": "^49.0.21",
"expo-dev-client": "~2.4.12",
"expo-file-system": "~15.4.5",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.1.0",
"expo-speech": "~11.3.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"haversine-distance": "^1.2.1",
"react": "18.2.0",
"react-addons-update": "^15.6.3",
"react-native": "0.72.5",
"react-native-confetti-cannon": "^1.5.2",
"react-native-drag-sort-gridview": "^1.4.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "~1.9.0",
"react-native-indicators": "^0.17.0",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^5.11.3",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-svg-path-gradient": "^0.4.0",
"react-native-vector-icons": "^10.0.2",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"@types/react-native": "^0.73.0",
"@types/react-native-get-random-values": "^1.8.2",
"@types/uuid": "^9.0.7",
"typescript": "^5.1.3"
},
"private": true
}