-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
184 lines (184 loc) · 6.71 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"name": "superwallet",
"version": "1.11.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "bundle install && (cd ios && bundle exec pod install) && react-native run-ios ",
"start": "react-native start",
"dev": "react-native start --experimental-debugger",
"android-reverse": "adb reverse tcp:8081 tcp:8081",
"git2json": "./tools/git-info.sh > git-info.json",
"cleanstart": "cd android/; ./gradlew clean; cd ..; rm -r -f /tmp/metro-cache/; rm -r -f node_modules/; yarn cache clean; yarn; yarn start --reset-cache",
"postinstall": "rn-nodeify --install events,process --hack; yarn git2json; yarn patch-package",
"android:emu:build": "cd android && ./gradlew assembleRelease",
"android:install": "adb install android/app/build/outputs/apk/release/app-release.apk",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx && tsc",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"ts-coverage": "rm -r -f ./coverage-ts/; yarn type-coverage --at-least 98 --strict --project ./tsconfig.json",
"ts-coverage-report": "typescript-coverage-report --threshold=95 --strict --project ./tsconfig.json",
"storybook-generate": "sb-rn-get-stories",
"storybook:ios": "ENVFILE=.env.storybook yarn ios",
"storybook:android": "ENVFILE=.env.storybook yarn android"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "1.1.1",
"@ethereumjs/wallet": "2.0.3",
"@ethersproject/bytes": "5.7.0",
"@ethersproject/shims": "5.7.0",
"@gorhom/bottom-sheet": "4.6.3",
"@metamask/eth-sig-util": "4.0.1",
"@noble/curves": "1.4.2",
"@noble/hashes": "1.4.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "1.11.2",
"@react-native-community/blur": "4.3.2",
"@react-native-community/netinfo": "11.3.1",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/elements": "1.3.17",
"@react-navigation/native": "6.1.6",
"@react-navigation/native-stack": "6.9.12",
"@realm/react": "0.8.0",
"@reown/walletkit": "1.0.0",
"@shopify/flash-list": "1.6.4",
"@shopify/react-native-skia": "1.3.2",
"@solana/spl-token": "0.3.8",
"@solana/web3.js": "1.91.7",
"@tanstack/react-query": "5.51.9",
"@taquito/signer": "12.1.0",
"@taquito/utils": "12.1.0",
"@walletconnect/core": "2.17.1",
"@walletconnect/react-native-compat": "2.17.1",
"@walletconnect/types": "2.17.1",
"@web3-wallet/eslint-config": "file:plugins/eslint-config",
"assert": "2.1.0",
"big-integer": "1.6.51",
"bignumber.js": "9.1.1",
"bip21": "2.0.3",
"bip32": "3.0.1",
"bip39": "3.1.0",
"bitcoinjs-lib": "6.1.3",
"bs58": "5.0.0",
"bs58check": "2.1.0",
"buffer": "6.0.3",
"buffer-reverse": "1.0.1",
"coinselect": "3.1.13",
"create-hash": "1.2.0",
"crypto-browserify": "3.12.0",
"date-fns": "2.30.0",
"ecpair": "2.0.1",
"ed25519-hd-key": "1.3.0",
"electrum-client": "github:BlueWallet/rn-electrum-client#1bfe3cc4249d5440b816baac942b0cfa921eebf9",
"ethereumjs-util": "7.1.5",
"ethers": "6.7.0",
"eventemitter3": "5.0.1",
"events": "3.3.0",
"expo": "51.0.9",
"expo-camera": "15.0.10",
"expo-local-authentication": "14.0.1",
"expo-notifications": "0.28.4",
"expo-screen-capture": "6.0.1",
"expo-store-review": "7.0.2",
"jest-junit": "14.0.1",
"lodash": "4.17.21",
"lottie-react-native": "6.7.0",
"metro-react-native-babel-preset": "0.77.0",
"openapi-fetch": "0.7.4",
"process": "0.11.10",
"react": "18.2.0",
"react-icomoon": "2.5.7",
"react-localization": "1.0.19",
"react-native": "0.74.2",
"react-native-argon2": "2.0.1",
"react-native-bootsplash": "5.5.3",
"react-native-config": "1.5.1",
"react-native-default-preference": "1.4.4",
"react-native-device-info": "13.0.0",
"react-native-fast-image": "8.6.3",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.16.2",
"react-native-get-random-values": "1.11.0",
"react-native-haptic-feedback": "1.14.0",
"react-native-keychain": "8.1.2",
"react-native-localize": "2.2.6",
"react-native-password-strength-meter": "0.0.5",
"react-native-qrcode-svg": "6.2.0",
"react-native-reanimated": "3.12.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-share": "10.0.0",
"react-native-svg": "15.2.0",
"react-native-tcp-socket": "6.0.6",
"react-native-url-polyfill": "1.3.0",
"react-native-webview": "13.12.0",
"realm": "12.11.1",
"rn-nodeify": "10.3.0",
"serialize-error": "11.0.1",
"stream-browserify": "3.0.0",
"tiny-secp256k1": "1.1.6",
"tweetnacl": "1.0.3",
"victory-native": "41.0.0"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/preset-env": "7.22.5",
"@babel/runtime": "7.22.5",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@jest/globals": "29.7.0",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/slider": "4.5.2",
"@react-native/babel-preset": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.84",
"@storybook/addon-ondevice-actions": "7.6.20",
"@storybook/addon-ondevice-controls": "7.6.20",
"@storybook/preview-api": "7.6.20",
"@storybook/react-native": "7.6.20",
"@testing-library/react-native": "12.2.2",
"@types/bip21": "2.0.3",
"@types/create-hash": "1.2.6",
"@types/jest": "29.5.6",
"@types/lodash": "4.17.5",
"@types/react": "18.2.79",
"@types/react-test-renderer": "18.0.0",
"@types/tiny-secp256k1": "1.0.0",
"argon2": "0.30.3",
"babel-jest": "29.7.0",
"babel-plugin-error-context": "file:plugins/babel-plugin-error-context",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "8.57.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-html-reporters": "3.1.4",
"kraken-wallet-cryptoicons": "file:assets/kraken-wallet-cryptoicons",
"kraken-wallet-network-icons": "file:assets/kraken-wallet-network-icons",
"node-fetch": "3.3.1",
"openapi-typescript": "6.5.3",
"patch-package": "6.5.1",
"prettier": "3.3.3",
"react-native-svg-transformer": "1.1.0",
"react-test-renderer": "18.2.0",
"storybook": "7.6.20",
"type-coverage": "2.27.1",
"type-fest": "4.20.1",
"typescript": "5.5.2",
"typescript-coverage-report": "1.0.0"
},
"react-native": {
"net": "react-native-tcp-socket",
"tls": "react-native-tcp-socket"
},
"engines": {
"node": ">=18"
},
"main": "index.js",
"author": "",
"license": "MIT",
"description": "",
"packageManager": "yarn@3.6.4",
"workspaces": [
"plugins/*",
"assets/*"
]
}