This repository was archived by the owner on Oct 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.38 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.38 KB
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
{
"name": "firebolt",
"version": "1.0.29-alpha",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "rn-nodeify --install buffer,stream,assert,events,crypto,vm,process --hack",
"start:web": "react-scripts start",
"build:web": "react-scripts build",
"serve:web": "serve -s build"
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.4",
"@bitcoinerlab/miniscript": "^1.4.0",
"@breeztech/react-native-breez-sdk-liquid": "^0.11.4",
"@gluestack-style/react": "^1.0.45",
"@gluestack-ui/config": "^1.1.2",
"@gluestack-ui/themed": "^1.1.62",
"@ledgerhq/hw-app-btc": "^10.11.1",
"@ledgerhq/hw-transport-webhid": "^6.30.7",
"@ledgerhq/react-native-hid": "^6.32.11",
"@mempool/mempool.js": "^3.0.0",
"@nostr-dev-kit/ndk": "^2.14.36",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-picker/picker": "2.11.2",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.26",
"@trezor/connect": "^9.6.3",
"assert": "^2.0.0",
"axios": "^1.12.2",
"base-x": "^5.0.1",
"bech32": "^2.0.0",
"bip-353-lib": "^1.0.9-alpha",
"bip21": "^3.0.0",
"bip32": "^5.0.0-rc.0",
"bip39": "^3.1.0",
"bitbox-api": "^0.11.0",
"bitcoinjs-lib": "^6.1.7",
"bolt11": "^1.4.1",
"brace-expansion": "^4.0.1",
"buffer": "^6.0.3",
"dotenv": "^17.2.2",
"ecpair": "^3.0.0",
"elliptic": "^6.6.1",
"events": "^3.0.0",
"libportal-react-native": "github:BlueWallet/libportal-react-native#9d9b138db60386e9b1f8297a60011ea7e9a33508",
"light-bolt11-decoder": "^3.2.0",
"light-bolt12-decoder": "^1.0.3",
"metro": "^0.83.2",
"mpc-crypto-lib": "^1.0.8",
"nanoid": "^5.1.6",
"payjoin-react-native": "^1.1.0-beta",
"peach-api-ts": "^0.4.0",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.81.4",
"react-native-crypto": "^2.2.1",
"react-native-nitro-tor": "^0.3.0",
"react-native-qrcode-svg": "^6.3.15",
"react-native-randombytes": "^3.6.2",
"react-native-safe-area-context": "5.6.1",
"react-native-screens": "^4.14.0",
"react-native-storage": "^1.0.1",
"react-native-svg": "15.13.0",
"react-native-web": "^0.21.1",
"react-scripts": "^5.0.1",
"readable-stream": "^4.7.0",
"silent-payments": "github:BlueWallet/SilentPayments",
"snarkjs": "^0.7.5",
"stream-browserify": "^3.0.0",
"styled-components": "^6.1.13",
"tmp": "^0.2.5",
"vm-browserify": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@react-native-community/cli": "^20.0.2",
"@react-native/babel-preset": "0.81.1",
"@react-native/eslint-config": "0.81.1",
"@react-native/metro-config": "^0.81.1",
"@react-native/typescript-config": "0.81.1",
"@types/react": "^18.3.24",
"@types/react-test-renderer": "^18.3.1",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"babel-jest": "^30.1.2",
"core-js": "^3.45.1",
"eslint": "^8.57.1",
"jest": "^30.1.3",
"prettier": "3.6.2",
"react-test-renderer": "18.3.1",
"rn-nodeify": "^10.3.0",
"typescript": "5.9.2"
},
"engines": {
"node": ">=18"
},
"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",
"vm": "vm-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",
"vm": "vm-browserify"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 opera version",
"last 1 brave version"
]
}
}