-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.34 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.34 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
{
"name": "powerpodapp",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"start": "expo start -c",
"android": "expo run:android --device",
"ios": "expo run:ios --device",
"web": "expo start --web",
"prebuild": "expo prebuild",
"prebuildAndroid": "expo prebuild --platform android",
"prebuildIos": "expo prebuild --platform ios",
"buildIos": "eas build --platform ios",
"buildAndroid": "eas build --platform android",
"submitAppStore": "eas submit --platform ios"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@gorhom/bottom-sheet": "^4",
"@particle-network/rn-auth": "1.4.4",
"@particle-network/rn-connect": "1.4.4",
"@particle-network/rn-wallet": "1.4.4",
"@react-native-community/datetimepicker": "7.7.0",
"@supabase/supabase-js": "^2.39.2",
"axios": "^1.5.1",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"date-fns": "^3.0.6",
"expo": "^50.0.17",
"expo-barcode-scanner": "~12.9.3",
"expo-build-properties": "~0.11.1",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.6",
"expo-device": "~5.9.4",
"expo-image-manipulator": "~11.8.0",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-location": "~16.5.5",
"expo-router": "~3.4.8",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"lucide-react-native": "^0.363.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.16.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-heroicons": "^3.2.0",
"react-native-maps": "1.14.0",
"react-native-mmkv": "^2.12.1",
"react-native-place-picker": "^2.7.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-svg": "14.1.0",
"react-native-toast-message": "^2.2.0",
"react-native-ui-lib": "^7.20.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
},
"private": true
}