-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.13 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "poynt",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"android": "expo run:android",
"ios": "expo run:ios",
"start": "expo start",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.3",
"@gorhom/bottom-sheet": "^4.6.4",
"@heliofi/checkout-react": "^2.1.1",
"@mapbox/search-js-react": "^1.0.0-beta.22",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.14.2",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-firebase/app": "^21.0.0",
"@react-native-firebase/auth": "^21.0.0",
"@react-native-google-signin/google-signin": "^13.1.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@reduxjs/toolkit": "^2.2.7",
"@rnmapbox/maps": "^10.1.31",
"@shopify/react-native-skia": "1.2.3",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.1.3",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.1.3",
"@solana/web3.js": "^1.95.3",
"@turf/helpers": "^7.1.0",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"dotenv": "^16.4.5",
"expo": "~51.0.36",
"expo-auth-session": "~5.5.2",
"expo-av": "~14.0.7",
"expo-camera": "^15.0.16",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.27",
"expo-font": "~12.0.10",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-location": "~17.0.1",
"expo-random": "~14.0.1",
"expo-router": "^3.5.23",
"expo-secure-store": "~13.0.2",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"okto-sdk-react-native": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-dropdown-picker": "^5.4.6",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "^1.11.0",
"react-native-qrcode-svg": "^6.3.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.31.1",
"react-native-svg": "15.2.0",
"react-native-video": "^6.6.4",
"react-native-web": "~0.19.10",
"react-native-webview": "^13.8.6",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/base-64": "^1.0.2",
"@types/react": "~18.2.79",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.1",
"prettier": "^3.2.5",
"react-native-dotenv": "^3.4.11",
"typescript": "~5.3.3"
},
"eslintConfig": {
"extends": "universe/native",
"root": true
},
"expo": {
"install": {
"exclude": [
"react-native-safe-area-context"
]
}
},
"private": true
}