-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.72 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
{
"name": "trail-guide-app",
"version": "0.5.2",
"description": "A trail guide app framework/shell for populating with custom content.",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"eject": "npx expo eject"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"expo": "~50.0.20",
"expo-asset": "~9.0.2",
"expo-av": "~13.10.6",
"expo-checkbox": "~2.7.0",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-file-system": "~16.0.6",
"expo-linking": "~6.2.2",
"expo-system-ui": "~2.9.4",
"expo-web-browser": "~12.8.2",
"leaflet": "~1.9.4",
"proj4": "^2.10.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"react-native": "0.73.6",
"react-native-maps": "1.10.0",
"react-native-pager-view": "6.2.3",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.23.9",
"@expo/webpack-config": "^19.0.0"
},
"private": true
}