forked from synonymdev/bitkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
187 lines (187 loc) · 7.89 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
185
186
187
{
"name": "bitkit",
"author": "Synonym",
"version": "1.0.0-beta.102",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 14'",
"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 nodejs-assets/nodejs-project/node_modules && yarn && npx del-cli /tmp/metro-*",
"clean:android": "cd android && npx del-cli build app/build",
"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 install",
"postinstall": "node postinstall.js"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "1.0.5",
"@craftzdog/react-native-buffer": "6.0.5",
"@formatjs/intl-datetimeformat": "6.11.1",
"@formatjs/intl-getcanonicallocales": "2.3.0",
"@formatjs/intl-locale": "3.4.0",
"@formatjs/intl-numberformat": "8.8.0",
"@formatjs/intl-pluralrules": "5.2.7",
"@formatjs/intl-relativetimeformat": "11.2.7",
"@gorhom/bottom-sheet": "4.5.1",
"@react-native-async-storage/async-storage": "1.19.4",
"@react-native-clipboard/clipboard": "1.12.1",
"@react-native-community/blur": "4.3.2",
"@react-native-community/netinfo": "11.0.0",
"@react-navigation/native": "6.1.9",
"@react-navigation/native-stack": "6.9.17",
"@react-navigation/stack": "6.3.20",
"@reduxjs/toolkit": "2.0.1",
"@sayem314/react-native-keep-awake": "1.2.2",
"@shopify/react-native-skia": "0.1.230",
"@synonymdev/blocktank-client": "0.0.50",
"@synonymdev/blocktank-lsp-http-client": "0.13.1",
"@synonymdev/feeds": "2.1.1",
"@synonymdev/react-native-ldk": "0.0.129",
"@synonymdev/react-native-lnurl": "0.0.7",
"@synonymdev/result": "0.0.2",
"@synonymdev/slashtags-auth": "1.0.0-alpha.6",
"@synonymdev/slashtags-keychain": "1.0.0",
"@synonymdev/slashtags-profile": "1.0.2",
"@synonymdev/slashtags-sdk": "1.0.0-alpha.38",
"@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",
"backpack-client": "github:synonymdev/bitkit-backup-client#f08fdb28529d8a3f8bfecc789443c43b966a7581",
"bech32": "2.0.0",
"beignet": "0.0.20",
"bip21": "2.0.3",
"bip32": "4.0.0",
"bip39": "3.0.4",
"bitcoin-address-validation": "2.2.3",
"bitcoin-units": "0.3.0",
"bitcoinjs-lib": "6.1.5",
"events": "3.3.0",
"fastestsmallesttextencoderdecoder-encodeinto": "1.0.22",
"fuzzysort": "1.9.0",
"i18next": "23.6.0",
"i18next-icu": "2.3.0",
"immer": "10.0.3",
"intl-messageformat": "10.5.4",
"jdenticon": "3.2.0",
"lodash": "4.17.21",
"lottie-react-native": "5.1.6",
"mime": "3.0.0",
"nodejs-mobile-react-native": "18.17.6",
"process": "0.11.10",
"random-access-web-storage": "2.0.0",
"react": "18.2.0",
"react-i18next": "13.3.1",
"react-native": "0.72.7",
"react-native-biometrics": "3.0.1",
"react-native-camera-kit": "14.0.0-beta13",
"react-native-device-info": "10.11.0",
"react-native-dotenv": "3.4.9",
"react-native-draggable-flatlist": "4.0.1",
"react-native-exit-app": "2.0.0",
"react-native-fetch-api": "3.0.0",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.13.4",
"react-native-haptic-feedback": "2.2.0",
"react-native-image-picker": "7.0.2",
"react-native-keyboard-accessory": "0.1.16",
"react-native-keychain": "8.1.2",
"react-native-localize": "3.0.2",
"react-native-mmkv": "2.11.0",
"react-native-modal": "13.0.1",
"react-native-permissions": "3.10.1",
"react-native-polyfill-globals": "3.1.0",
"react-native-qrcode-svg": "6.2.0",
"react-native-quick-actions": "0.3.13",
"react-native-quick-base64": "2.0.7",
"react-native-quick-crypto": "0.6.1",
"react-native-randombytes": "3.6.1",
"react-native-reanimated": "3.6.1",
"react-native-reanimated-carousel": "3.5.1",
"react-native-release-profiler": "^0.1.6",
"react-native-restart": "0.0.27",
"react-native-safe-area-context": "4.7.4",
"react-native-screens": "3.27.0",
"react-native-share": "9.4.1",
"react-native-svg": "13.14.0",
"react-native-tcp-socket": "5.6.2",
"react-native-toast-message": "2.1.7",
"react-native-zip-archive": "6.1.0",
"react-redux": "9.0.2",
"redux": "5.0.0",
"redux-logger": "3.0.6",
"redux-persist": "6.0.0",
"redux-thunk": "3.1.0",
"rn-android-keyboard-adjust": "2.1.2",
"rn-electrum-client": "github:synonymdev/react-native-electrum-client#a32a292d4e4918a04d280137e24e5961c74c543f",
"rn-qr-generator": "1.3.1",
"secp256k1": "4.0.3",
"sodium-react-native-direct": "0.4.2",
"stream-browserify": "3.0.0",
"styled-components": "5.3.11",
"url-parse": "1.5.10",
"uuid": "9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@ptsecurity/commitlint-config": "^2.0.0",
"@radar/lnrpc": "^0.11.1-beta.1",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "0.72.11",
"@tsconfig/react-native": "^3.0.2",
"@types/b4a": "^1.6.2",
"@types/bip21": "^2.0.2",
"@types/jest": "^29.5.7",
"@types/lodash": "^4.14.200",
"@types/mime": "^3.0.3",
"@types/react": "^18.2.7",
"@types/react-native-dotenv": "^0.2.1",
"@types/redux-logger": "^3.0.12",
"@types/styled-components-react-native": "^5.2.4",
"@types/url-parse": "^1.4.10",
"@types/uuid": "^9.0.6",
"babel-jest": "^29.7.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"bitcoin-json-rpc": "^1.3.3",
"detox": "20.17.0",
"electrum-client": "github:BlueWallet/rn-electrum-client#47acb51149e97fab249c3f8a314f708dbee4fb6e",
"eslint": "^8.53.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lnurl": "github:limpbrains/lnurl-node#private",
"metro-react-native-babel-preset": "0.76.8",
"nano-staged": "^0.8.0",
"node-fetch": "^2.6.7",
"prettier": "^2.8.8",
"react-native-bundle-visualizer": "^3.1.3",
"react-native-flipper": "0.212.0",
"react-native-mmkv-flipper-plugin": "^1.0.0",
"react-native-skia-stub": "0.0.1",
"react-native-svg-transformer": "^1.1.0",
"redux-flipper": "^2.0.2",
"typescript": "5.2.2"
}
}