-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.38 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.38 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "solanamobile",
"version": "0.0.1",
"private": false,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "npx patch-package; yarn rn-nodeify --install fs,path,os,events,crypto,stream,zlib,http,https,url,net --hack;"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.0.0",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.0.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.74.0",
"@solendprotocol/solend-sdk": "^0.6.49",
"@switchboard-xyz/sbv2-lite": "^0.2.4",
"@tradle/react-native-http": "^2.0.1",
"add": "^2.0.6",
"assert": "^2.0.0",
"asyncstorage-down": "^4.2.0",
"browserify-zlib": "^0.1.4",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"console-browserify": "^1.2.0",
"events": "^1.1.1",
"fast-text-encoding": "^1.0.6",
"http2": "^3.3.7",
"https": "^1.0.0",
"https-browserify": "^0.0.1",
"humanize-duration": "^3.29.0",
"jotai": "^2.4.0",
"nativewind": "^2.0.11",
"numbro": "^2.3.6",
"path-browserify": "^0.0.0",
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-crypto": "^2.2.0",
"react-native-gesture-handler": "^2.12.1",
"react-native-get-random-values": "^1.8.0",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal": "^13.0.1",
"react-native-os": "^1.2.6",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.25.0",
"react-native-splash-screen": "^3.3.0",
"react-native-tcp-socket": "^6.0.6",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^10.0.0",
"readable-stream": "^1.0.33",
"rn-nodeify": "^10.3.0",
"rn-tooltip": "^3.0.3",
"stream-browserify": "^1.0.0",
"text-encoding": "^0.7.0",
"text-encoding-polyfill": "^0.6.7",
"url": "^0.11.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native-vector-icons": "^6.4.14",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.9",
"prettier": "^2.4.1",
"react-native-flipper-performance-plugin": "^0.4.0",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"fs": "react-native-level-fs",
"console": "console-browserify",
"path": "path-browserify",
"os": "react-native-os",
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"zlib": "browserify-zlib",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"net": "react-native-tcp-socket"
},
"browser": {
"fs": "react-native-level-fs",
"console": "console-browserify",
"path": "path-browserify",
"os": "react-native-os",
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"zlib": "browserify-zlib",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"net": "react-native-tcp-socket"
}
}