-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
180 lines (180 loc) · 7.32 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
{
"name": "bitkit",
"author": "Synonym",
"version": "1.0.5",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 15'",
"ios:se": "react-native run-ios --simulator='iPhone SE (3rd generation)'",
"test": "jest --forceExit",
"test:coverage": "jest --forceExit --coverage=true",
"e2e:build:ios-debug": "detox build --configuration ios.debug",
"e2e:build:ios-release": "detox build --configuration ios.release",
"e2e:build:android-debug": "detox build --configuration android.debug",
"e2e:build:android-release": "detox build --configuration android.release",
"e2e:test:ios-debug": "DEV=true detox test --configuration ios.debug",
"e2e:test:ios-release": "detox test --configuration ios.release",
"e2e:test:android-debug": "DEV=true detox test --configuration android.debug",
"e2e:test:android-release": "detox test --configuration android.release",
"lint:check": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"tsc:check": "tsc -p tsconfig.json --noEmit",
"clean": "yarn clean:rn && yarn clean:ios && yarn clean:android && yarn start --reset-cache",
"clean:rn": "watchman watch-del-all && npx del-cli node_modules && yarn && npx del-cli /tmp/metro-*",
"clean:android": "cd android && npx del-cli build app/build app/release",
"clean:ios": "cd ios && npx del-cli Pods Podfile.lock build && pod deintegrate && pod install",
"bundle": "yarn clean:android && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.jsbundle --assets-dest android/app/build/intermediates/res/merged/release/ && cd android && ./gradlew assembleRelease --no-daemon",
"prepare": "husky",
"postinstall": "node postinstall.js; yarn patch-package"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "1.0.5",
"@craftzdog/react-native-buffer": "6.0.5",
"@formatjs/intl-datetimeformat": "6.12.3",
"@formatjs/intl-getcanonicallocales": "2.3.0",
"@formatjs/intl-locale": "3.4.5",
"@formatjs/intl-numberformat": "8.10.1",
"@formatjs/intl-pluralrules": "5.2.12",
"@formatjs/intl-relativetimeformat": "11.2.12",
"@gorhom/bottom-sheet": "4.6.3",
"@notifee/react-native": "7.8.2",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-community/blur": "4.4.0",
"@react-native-community/netinfo": "11.3.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.10.1",
"@reduxjs/toolkit": "2.2.6",
"@shopify/react-native-skia": "1.3.11",
"@synonymdev/blocktank-lsp-http-client": "1.5.0",
"@synonymdev/feeds": "3.0.0",
"@synonymdev/ledger": "0.0.5",
"@synonymdev/react-native-keychain": "9.1.1",
"@synonymdev/react-native-ldk": "0.0.153",
"@synonymdev/react-native-lnurl": "0.0.10",
"@synonymdev/react-native-pubky": "^0.3.0",
"@synonymdev/result": "0.0.2",
"@synonymdev/slashtags-keychain": "1.0.0",
"@synonymdev/slashtags-profile": "2.0.0",
"@synonymdev/slashtags-url": "1.0.1",
"@synonymdev/slashtags-widget-bitcoin-feed": "1.0.0",
"@synonymdev/slashtags-widget-facts-feed": "1.1.0",
"@synonymdev/slashtags-widget-news-feed": "1.1.0",
"@synonymdev/slashtags-widget-price-feed": "1.1.0",
"@synonymdev/web-relay": "1.0.7",
"bech32": "2.0.0",
"beignet": "0.0.46",
"bip21": "2.0.3",
"bip32": "4.0.0",
"bip39": "3.1.0",
"bitcoin-address-validation": "2.2.3",
"bitcoin-units": "0.3.0",
"bitcoinjs-lib": "6.1.5",
"color": "4.2.3",
"events": "3.3.0",
"fuzzysort": "1.9.0",
"i18next": "23.11.2",
"i18next-icu": "2.3.0",
"intl-messageformat": "10.5.11",
"jdenticon": "3.2.0",
"lodash": "4.17.21",
"lottie-react-native": "6.7.2",
"react": "18.3.1",
"react-i18next": "14.1.0",
"react-native": "0.75.2",
"react-native-address-generator": "0.3.3",
"react-native-biometrics": "3.0.1",
"react-native-camera-kit": "14.0.0-beta15",
"react-native-device-info": "11.1.0",
"react-native-dotenv": "3.4.11",
"react-native-draggable-flatlist": "4.0.1",
"react-native-fetch-api": "3.0.0",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.15.0",
"react-native-haptic-feedback": "2.2.0",
"react-native-image-picker": "7.1.2",
"react-native-keyboard-accessory": "0.1.16",
"react-native-localize": "3.0.2",
"react-native-mmkv": "2.12.2",
"react-native-modal": "13.0.1",
"react-native-permissions": "3.10.1",
"react-native-polyfill-globals": "3.1.0",
"react-native-qrcode-svg": "6.3.0",
"react-native-quick-actions": "0.3.13",
"react-native-quick-base64": "2.1.2",
"react-native-quick-crypto": "0.7.1",
"react-native-reanimated": "3.15.0",
"react-native-reanimated-carousel": "3.5.1",
"react-native-restart": "0.0.27",
"react-native-safe-area-context": "4.10.9",
"react-native-screens": "3.34.0",
"react-native-share": "10.2.0",
"react-native-svg": "15.2.0",
"react-native-tcp-socket": "6.0.6",
"react-native-toast-message": "2.2.0",
"react-native-zip-archive": "7.0.1",
"react-redux": "9.1.2",
"readable-stream": "4.5.2",
"redux": "5.0.1",
"redux-logger": "3.0.6",
"redux-persist": "6.0.0",
"rn-android-keyboard-adjust": "2.1.2",
"rn-qr-generator": "1.4.0",
"secp256k1": "4.0.3",
"sodium-react-native-direct": "0.4.2",
"styled-components": "5.3.11",
"url-parse": "1.5.10",
"uuid": "9.0.1",
"web-streams-polyfill": "3.3.3"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@ptsecurity/commitlint-config": "^2.0.0",
"@radar/lnrpc": "^0.11.1-beta.1",
"@react-native/babel-preset": "^0.75.2",
"@react-native/eslint-config": "^0.75.2",
"@react-native/metro-config": "^0.75.2",
"@react-native/typescript-config": "^0.75.2",
"@types/b4a": "^1.6.4",
"@types/bip21": "^2.0.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/react": "^18.3.3",
"@types/react-native-dotenv": "^0.2.2",
"@types/redux-logger": "^3.0.13",
"@types/styled-components-react-native": "^5.2.5",
"@types/url-parse": "^1.4.11",
"@types/uuid": "^9.0.8",
"babel-jest": "^29.7.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"bitcoin-json-rpc": "^1.3.3",
"detox": "20.20.2",
"electrum-client": "BlueWallet/rn-electrum-client#47acb51149e97fab249c3f8a314f708dbee4fb6e",
"eslint": "^8.57.0",
"eslint-plugin-ft-flow": "^3.0.7",
"husky": "^9.1.5",
"jest": "^29.7.0",
"lnurl": "0.26.2",
"nano-staged": "^0.8.0",
"node-fetch": "^2.6.7",
"patch-package": "^8.0.0",
"prettier": "^2.8.8",
"react-native-bundle-visualizer": "^3.1.3",
"react-native-skia-stub": "0.0.1",
"react-native-svg-transformer": "^1.3.0",
"reactotron-react-native": "^5.1.6",
"reactotron-react-native-mmkv": "^0.2.6",
"reactotron-redux": "^3.1.9",
"typescript": "5.4.5"
},
"react-native": {
"net": "react-native-tcp-socket",
"tls": "react-native-tcp-socket"
},
"packageManager": "[email protected]"
}