-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.57 KB
/
Copy pathpackage.json
File metadata and controls
136 lines (136 loc) · 4.57 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
129
130
131
132
133
134
135
136
{
"name": "mx-template-dapp-react-native",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "rm -rf node_modules/@multiversx/sdk-dapp-ui"
},
"dependencies": {
"@ethersproject/shims": "5.8.0",
"@multiversx/sdk-core": "14.2.9",
"@multiversx/sdk-dapp": "5.1.7",
"@multiversx/sdk-dapp-utils": "3.0.1",
"@multiversx/sdk-wallet": "4.6.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native/new-app-screen": "0.80.0",
"@react-navigation/bottom-tabs": "^7.4.1",
"@react-navigation/native": "^7.1.14",
"@react-navigation/stack": "^7.4.2",
"@walletconnect/react-native-compat": "^2.21.5",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"create-hash": "^1.2.0",
"create-hmac": "^1.1.7",
"crypto-browserify": "^3.12.1",
"nativewind": "^4.1.23",
"path-browserify": "1.0.1",
"process": "^0.11.10",
"protobufjs": "^7.5.3",
"react": "19.1.0",
"react-native": "0.80.0",
"react-native-crypto-js": "^1.0.0",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "^2.27.2",
"react-native-get-random-values": "1.9.0",
"react-native-level-fs": "3.0.1",
"react-native-polyfill-globals": "3.1.0",
"react-native-quick-base64": "2.1.2",
"react-native-quick-crypto": "^0.7.15",
"react-native-reanimated": "^3.19.1",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "^4.11.1",
"react-native-svg": "^15.12.0",
"react-native-svg-transformer": "1.5.0",
"react-native-url-polyfill": "2.0.0",
"react-native-webview": "13.15.0",
"rn-nodeify": "10.3.0",
"stream-browserify": "^3.0.0",
"text-encoding-polyfill": "0.6.7",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "19.0.0",
"@react-native-community/cli-platform-android": "19.0.0",
"@react-native-community/cli-platform-ios": "19.0.0",
"@react-native/babel-preset": "0.80.2",
"@react-native/eslint-config": "0.80.2",
"@react-native/metro-config": "0.80.2",
"@react-native/typescript-config": "0.80.2",
"@types/jest": "^29.5.13",
"@types/react": "^19.1.0",
"@types/react-native-crypto-js": "^1.0.3",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"react-test-renderer": "19.1.0",
"tailwindcss": "^3.4.17",
"typescript": "5.0.4"
},
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-quick-crypto",
"TextEncoder": "text-encoding-polyfill",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"_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",
"dgram": "react-native-udp",
"stream": "readable-stream",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
},
"browser": {
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"_stream_readable": "readable-stream/readable",
"_stream_transform": "readable-stream/transform",
"_stream_writable": "readable-stream/writable",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-quick-crypto",
"dgram": "react-native-udp",
"dns": "dns.js",
"domain": "domain-browser",
"fs": "react-native-level-fs",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"net": "react-native-tcp",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"stream": "readable-stream",
"timers": "timers-browserify",
"tls": false,
"tty": "tty-browserify",
"vm": "vm-browserify",
"zlib": "browserify-zlib"
},
"engines": {
"node": ">=18"
}
}