-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.92 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.92 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
{
"name": "owc-social",
"main": "expo-router/entry",
"version": "1.0.0",
"private": true,
"license": "MIT",
"homepage": "https://app.theoneworldcommunity.org",
"scripts": {
"dev": "EXPO_NO_TELEMETRY=1 expo start",
"build:web": "expo export --platform web",
"start:web": "bunx serve dist",
"predeploy": "bun run build:web",
"deploy": "gh-pages -d dist",
"lint": "expo lint",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo export --platform web && bunx serve dist",
"build:android": "bunx eas-cli build --platform android --profile production",
"submit:android": "bunx eas-cli submit --platform android --profile production",
"publish:android": "bun run build:android && bun run submit:android"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@supabase/supabase-js": "^2.57.4",
"@types/leaflet": "^1.9.20",
"cheerio": "1.0.0-rc.12",
"expo": "~52.0.47",
"expo-constants": "~17.0.8",
"expo-image-picker": "~16.0.6",
"expo-linking": "^7.1.7",
"expo-location": "~18.0.10",
"expo-router": "~4.0.21",
"expo-status-bar": "^2.2.3",
"expo-symbols": "^0.2.2",
"expo-web-browser": "^14.2.0",
"leaflet": "^1.9.4",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-gesture-handler": "~2.20.2",
"react-native-maps": "1.18.0",
"react-native-reanimated": "~3.16.7",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "^0.19.13",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@types/react": "~18.3.24",
"@types/xmldom": "^0.1.34",
"eslint": "^8.57.1",
"eslint-config-expo": "~8.0.1",
"gh-pages": "^6.3.0",
"typescript": "^5.9.2"
}
}