-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
169 lines (169 loc) · 6.49 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "HathorMobile",
"version": "0.30.1",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"start:clean": "react-native start --reset-cache",
"lint": "eslint .",
"test": "jest",
"setup": "npm install && ./node_modules/.bin/allow-scripts && rn-nodeify --install stream,process,path,events,crypto,console,buffer --hack && npx patch-package",
"setup:release": "npm ci && ./node_modules/.bin/allow-scripts && rn-nodeify --install stream,process,path,events,crypto,console,buffer --hack && npx patch-package",
"locale-update-pot": "ttag extract -o ./locale/texts.pot ./src/"
},
"dependencies": {
"@ethersproject/shims": "5.7.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-regular-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-native-fontawesome": "0.2.7",
"@hathor/hathor-rpc-handler": "0.0.3-experimental-alpha",
"@hathor/unleash-client": "0.1.0",
"@hathor/wallet-lib": "1.10.0",
"@json-rpc-tools/utils": "1.7.6",
"@lavamoat/preinstall-always-fail": "2.1.0",
"@notifee/react-native": "5.7.0",
"@react-native-async-storage/async-storage": "1.19.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-firebase/app": "16.7.0",
"@react-native-firebase/messaging": "16.7.0",
"@react-navigation/bottom-tabs": "6.5.8",
"@react-navigation/native": "6.1.7",
"@react-navigation/stack": "6.3.17",
"@reown/walletkit": "1.1.0",
"@sentry/react-native": "5.31.0",
"@walletconnect/core": "2.17.0",
"@walletconnect/react-native-compat": "2.17.0",
"assert": "2.0.0",
"buffer": "4.9.2",
"console-browserify": "1.2.0",
"crypto-js": "4.1.1",
"deprecated-react-native-prop-types": "2.3.0",
"ethers": "6.13.3",
"events": "3.3.0",
"fast-text-encoding": "1.0.6",
"intl": "1.2.5",
"lodash": "4.17.21",
"metro-config": "0.70.4",
"moment": "2.29.4",
"path-browserify": "1.0.1",
"process": "0.11.10",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-camera-kit": "13.0.0",
"react-native-crypto": "2.2.0",
"react-native-device-info": "8.7.1",
"react-native-exception-handler": "2.10.10",
"react-native-gesture-handler": "2.13.1",
"react-native-get-random-values": "1.11.0",
"react-native-keychain": "8.1.1",
"react-native-localize": "2.2.6",
"react-native-mmkv": "2.12.2",
"react-native-modal": "13.0.1",
"react-native-pager-view": "5.4.25",
"react-native-permissions": "3.8.3",
"react-native-qrcode-svg": "6.2.0",
"react-native-randombytes": "3.6.1",
"react-native-reanimated": "3.5.4",
"react-native-restart": "0.0.27",
"react-native-safe-area-context": "4.6.4",
"react-native-screens": "3.22.1",
"react-native-status-bar-height": "2.6.0",
"react-native-svg": "13.10.0",
"react-native-tab-view": "3.5.2",
"react-native-url-polyfill": "2.0.0",
"react-native-vector-icons": "9.2.0",
"react-native-version-number": "0.3.6",
"react-redux": "7.2.9",
"readable-stream": "1.1.14",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-thunk": "2.4.2",
"stream-browserify": "1.0.0",
"text-encoding": "0.7.0",
"ttag": "1.7.24",
"url": "0.11.1"
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-env": "7.22.7",
"@babel/runtime": "7.22.6",
"@jest/globals": "29.7.0",
"@lavamoat/allow-scripts": "3.3.0",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "0.72.11",
"@tsconfig/react-native": "3.0.2",
"@types/jest": "29.5.5",
"@types/react": "18.0.24",
"@types/react-test-renderer": "18.0.1",
"babel-jest": "29.7.0",
"eslint": "8.51.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"jest": "29.7.0",
"metro-react-native-babel-preset": "0.76.8",
"patch-package": "8.0.0",
"react-test-renderer": "18.1.0",
"rn-nodeify": "10.3.0",
"ttag-cli": "1.10.5",
"typescript": "4.8.4"
},
"react-native": {
"path": "path-browserify",
"console": "console-browserify",
"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"
},
"browser": {
"path": "path-browserify",
"console": "console-browserify",
"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"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!(@react-native|react-native|@notifee/react-native|react-native-device-info|react-native-gesture-handler|react-native-keychain|@react-navigation|react-native-status-bar-height|@react-native-firebase|@sentry/react-native|react-native-version-number|unleash-proxy-client|react-native-permissions|react-native-modal|react-native-animatable|react-native-camera-kit|@fortawesome/react-native-fontawesome|react-native-qrcode-svg)/)"
],
"setupFiles": [
"<rootDir>/jestMockSetup.js"
],
"cacheDirectory": ".jest/cache"
},
"lavamoat": {
"allowScripts": {
"$root$": false,
"@fortawesome/fontawesome-svg-core": false,
"@fortawesome/fontawesome-svg-core>@fortawesome/fontawesome-common-types": false,
"@fortawesome/free-regular-svg-icons": false,
"@fortawesome/free-regular-svg-icons>@fortawesome/fontawesome-common-types": false,
"@fortawesome/free-solid-svg-icons": false,
"@fortawesome/free-solid-svg-icons>@fortawesome/fontawesome-common-types": false,
"@hathor/wallet-lib>level>classic-level": false,
"@lavamoat/preinstall-always-fail": false,
"@sentry/react-native>@sentry/cli": false,
"ttag-cli": false,
"@walletconnect/core>@walletconnect/keyvaluestorage>unstorage>listhen>@parcel/watcher": false
}
}
}