This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
126 lines (126 loc) · 4.24 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
{
"name": "SovrynMobile",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 15'",
"ios:11": "react-native run-ios --simulator='iPhone 11 Pro Max (13.7)'",
"ios:devices": "xcrun simctl list devices",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "npx rn-nodeify --install buffer,stream,crypto --hack --yarn"
},
"dependencies": {
"@ethersproject/shims": "^5.5.0",
"@notifee/react-native": "^4.1.0",
"@react-native-async-storage/async-storage": "^1.13",
"@react-native-clipboard/clipboard": "^1.8.5",
"@react-native-community/netinfo": "^7.1.12",
"@react-native-firebase/analytics": "^14.5.0",
"@react-native-firebase/app": "^14.5.0",
"@react-native-firebase/crashlytics": "^14.5.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@types/react-native-modals": "^0.19.2",
"ansi-regex": "^5.0.1",
"appcenter": "^4.4.3",
"appcenter-analytics": "^4.4.3",
"appcenter-crashes": "^4.4.3",
"assert": "^1.1.1",
"bip32": "^3.0.1",
"bip39": "^3.0.4",
"buffer": "^4.9.2",
"eth-lib": "^0.1.29",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.5.2",
"events": "^3.3.0",
"hdkey": "^2.0.1",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-native": "0.67.5",
"react-native-aes-crypto": "^2.0.0",
"react-native-camera": "^4.2.1",
"react-native-code-push": "^7.0.4",
"react-native-console-time-polyfill": "^1.2.3",
"react-native-crypto": "^2.2.0",
"react-native-default-preference": "^1.4.3",
"react-native-device-info": "^8.4.8",
"react-native-encrypted-storage": "^4.0.2",
"react-native-get-random-values": "^1.7.1",
"react-native-keychain": "^8.0.0",
"react-native-modals": "^0.22.3",
"react-native-pager-view": "^5.4.9",
"react-native-permissions": "^3.2.0",
"react-native-prompt-android": "^1.1.0",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.1.2",
"react-native-randombytes": "^3.6.1",
"react-native-restart": "^0.0.23",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.1",
"react-native-svg": "^12.1.1",
"react-native-swipe-list-view": "^3.2.9",
"react-native-tab-view": "^3.1.1",
"readable-stream": "1.0.33",
"rn-tooltip": "^3.0.1",
"stream-browserify": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/hdkey": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"@types/react-native": "^0.66.4",
"@types/react-test-renderer": "^17.0.1",
"@welldone-software/why-did-you-render": "^6.2.3",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolve": "^0.0.12",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"metro-react-native-babel-transformer": "^0.67",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "17.0.2",
"rn-nodeify": "^10.3.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"react-native": {
"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": {
"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"
}
}