-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.07 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
{
"name": "vloo_mvp-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.2.0",
"@ethersproject/shims": "^5.8.0",
"@expo-google-fonts/be-vietnam-pro": "^0.4.1",
"@expo-google-fonts/museomoderno": "^0.4.2",
"@hashgraph/sdk": "^2.78.0",
"@mnee/ts-sdk": "^1.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-navigation/native": "^7.1.26",
"@react-navigation/stack": "^7.6.13",
"@solana/web3.js": "^1.98.4",
"@supabase/supabase-js": "^2.89.0",
"bitcoinjs-lib": "^7.0.0",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"ecpair": "^3.0.0",
"ethers": "^5.7.2",
"expo": "~54.0.30",
"expo-auth-session": "~7.0.10",
"expo-blur": "~15.0.8",
"expo-camera": "~17.0.10",
"expo-clipboard": "~8.0.8",
"expo-crypto": "~15.0.8",
"expo-dev-client": "~6.0.20",
"expo-font": "~14.0.10",
"expo-linear-gradient": "^15.0.8",
"expo-local-authentication": "^17.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-web-browser": "~15.0.10",
"lucide-react-native": "^0.562.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-draggable-flatlist": "^4.0.3",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-nfc-manager": "^3.17.2",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^3.0.0",
"react-native-worklets": "0.5.1"
},
"private": true,
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/react": "~19.1.10",
"babel-preset-expo": "^54.0.9",
"react-native-svg-transformer": "^1.5.2",
"typescript": "^5.9.3"
}
}