forked from linktel0/solanaWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.47 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/space-mono": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@project-serum/anchor": "^0.25.0",
"@project-serum/borsh": "^0.2.5",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@react-navigation/stack": "^6.3.4",
"@solana/spl-token": "^0.2.0",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.32.0",
"assert": "^2.0.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"ed25519-hd-key": "^1.2.0",
"ethers": "^5.4.6",
"events": "^3.3.0",
"expo": "^47.0.13",
"expo-asset": "~8.7.0",
"expo-barcode-scanner": "~12.1.0",
"expo-clipboard": "~4.0.1",
"expo-constants": "~14.0.2",
"expo-linking": "~3.3.0",
"expo-local-authentication": "~13.0.2",
"expo-media-library": "~15.0.0",
"expo-navigation-bar": "~2.0.1",
"expo-random": "~13.0.0",
"expo-secure-store": "~12.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"expo-web-browser": "~12.0.0",
"helper": "^0.0.13",
"i18n-js": "^4.1.1",
"int64-buffer": "^1.0.1",
"nativewind": "^2.0.11",
"npm": "^9.2.0",
"path": "^0.12.7",
"process": "^0.11.10",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-paper": "5.0.0-rc.6",
"react-native-qrcode-svg": "^6.1.1",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-stream": "^0.1.9",
"react-native-svg": "13.4.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "~0.18.9",
"readable-stream": "^3.6.0",
"sodium-native": "^3.4.1",
"text-encoding": "^0.7.0",
"tweetnacl": "^1.0.3",
"twrnc": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
},
"private": true
}