-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
161 lines (161 loc) · 6.48 KB
/
Copy pathpackage.json
File metadata and controls
161 lines (161 loc) · 6.48 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "volt",
"version": "0.4.5",
"license": "MIT",
"scripts": {
"tsc:check": "tsc -p tsconfig.json --noEmit",
"clean": "rimraf coverage && yarn clean:rn && yarn clean:ios && yarn clean:android && yarn clean:watchman && yarn start --reset-cache",
"clean:android": "cd android && rimraf build app/build && ./gradlew clean",
"clean:ios": "cd ios && rimraf Pods Podfile.lock build && pod deintegrate && pod install",
"clean:watchman": "watchman watch-del-all",
"clean:rn": "rimraf node_modules nodejs-assets/nodejs-project/node_modules && yarn",
"test": "jest --forceExit",
"test:coverage": "jest --forceExit --coverage=true",
"test:debug": "jest --forceExit --detectOpenHandles",
"reset": "yarn clean:rn && yarn clean:ios && yarn clean:android && yarn start --reset-cache",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"dev:tailwind": "concurrently \"tailwindcss --input input.css --output tailwind.css --no-autoprefixer --watch\" \"tailwind-rn --watch\"",
"build:tailwind": "tailwindcss --input input.css --output tailwind.css --no-autoprefixer && tailwind-rn",
"start": "react-native start",
"ios": "react-native run-ios --simulator='iPhone 14'",
"android": "react-native run-android",
"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",
"gitbranch": "./scripts/git-branch-data.sh > ./data/git-branch-data.json",
"postinstall": "node postinstall.js"
},
"engines": {
"node": ">=18",
"npm": ">=8.1.0"
},
"dependencies": {
"@bitcoinerlab/descriptors": "https://github.com/Zero-1729/descriptors.git",
"@bitcoinerlab/secp256k1": "^1.1.0",
"@breeztech/react-native-breez-sdk": "^0.5.2",
"@craftzdog/react-native-buffer": "^6.0.5",
"@formatjs/intl-datetimeformat": "^6.12.2",
"@formatjs/intl-getcanonicallocales": "^2.3.0",
"@formatjs/intl-locale": "^3.4.5",
"@formatjs/intl-numberformat": "^8.9.2",
"@formatjs/intl-pluralrules": "^5.2.12",
"@formatjs/intl-relativetimeformat": "^11.2.12",
"@gorhom/bottom-sheet": "^4.6.1",
"@mempool/mempool.js": "^2.3.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/cli": "^13.6.1",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.10",
"@react-navigation/stack": "^6.3.13",
"assert": "^2.1.0",
"bdk-rn": "https://github.com/LtbLightning/bdk-rn#37b33a8282e35032e50a34aead94ecc829e66f45",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.1",
"bip21": "^2.0.3",
"bip32": "^4.0.0",
"bip32-utils": "^0.11.1",
"bip38": "^3.1.1",
"bip39": "^3.1.0",
"bip66": "^1.1.5",
"bip68": "^1.0.4",
"bip69": "^2.1.4",
"bitcoinjs-message": "^2.2.0",
"bs58": "^5.0.0",
"coinselect": "^3.1.12",
"dayjs": "^1.11.7",
"detox": "^18.19.0",
"ecpair": "^2.1.0",
"events": "^3.3.0",
"fastestsmallesttextencoderdecoder-encodeinto": "^1.0.22",
"i18next": "^23.7.18",
"intl-messageformat": "^10.5.10",
"ledger-bitcoin": "^0.2.3",
"lottie-react-native": "^6.7.0",
"merkle-lib": "^2.0.10",
"minimaldata": "^1.0.2",
"node-fetch": "^3.2.10",
"path-browserify": "^1.0.1",
"pbkdf2": "^3.1.2",
"process": "^0.11.10",
"react": "18.2.0",
"react-i18next": "^14.0.1",
"react-native": "^0.74.5",
"react-native-biometrics": "^3.0.1",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-camera-kit": "^14.0.0-beta14",
"react-native-default-preference": "^1.4.4",
"react-native-device-info": "^10.13.1",
"react-native-document-picker": "^9.1.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.15.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-keychain": "^8.2.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.0.6",
"react-native-modal": "^13.0.1",
"react-native-nfc-manager": "^3.14.14",
"react-native-passcode-auth": "^1.0.0",
"react-native-permissions": "^4.1.5",
"react-native-popup-menu-android": "^1.0.3",
"react-native-privacy-snapshot": "^1.0.0",
"react-native-prompt-android": "^1.1.0",
"react-native-qrcode-styled": "^0.3.1",
"react-native-quick-base64": "^2.0.8",
"react-native-quick-crypto": "^0.7.0-rc.6",
"react-native-reanimated": "^3.11.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-share": "^10.1.0",
"react-native-skeleton-loaders": "^1.5.0",
"react-native-svg": "^15.1.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-toast-message": "^2.2.0",
"react-native-tooltip": "^5.2.0",
"rn-nodeify": "^10.3.0",
"stream-browserify": "^3.0.0",
"tailwind-rn": "^4.2.0",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/runtime": "^7.24.1",
"@react-native/babel-preset": "^0.74.87",
"@react-native/eslint-config": "^0.74.87",
"@react-native/metro-config": "^0.74.87",
"@react-native/typescript-config": "^0.74.87",
"@types/bs58check": "^2.1.0",
"@types/jest": "^29.2.1",
"@types/react": "^18.2.6",
"@types/react-native-dotenv": "^0.2.2",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"concurrently": "^7.6.0",
"eslint": "^8.57.0",
"eslint-plugin-ft-flow": "latest",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "^0.77.0",
"postcss": "^8.4.34",
"prettier": "^2.8.8",
"react-native-dotenv": "^3.4.11",
"react-native-privacy": "https://github.com/BlueWallet/react-native-privacy-snapshot",
"react-test-renderer": "18.1.0",
"rimraf": "^5.0.1",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.1",
"typescript": "^5.4.3"
},
"reactNativePermissionsIOS": [
"Camera"
],
"packageManager": "yarn@4.2.2",
"resolutions": {
"browserify-sign": "4.2.2"
}
}