-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
156 lines (156 loc) · 7.07 KB
/
Copy pathpackage.json
File metadata and controls
156 lines (156 loc) · 7.07 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
{
"name": "shroud",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Bitshala-Incubator/silent-pay-wallet.git"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@jest/reporters": "^27.5.1",
"@react-native/babel-preset": "0.78.2",
"@react-native/eslint-config": "^0.78.3",
"@react-native/js-polyfills": "^0.78.3",
"@react-native/metro-babel-transformer": "^0.78.3",
"@react-native/typescript-config": "0.78.2",
"@testing-library/react-native": "^13.0.1",
"@types/bs58check": "^2.1.0",
"@types/create-hash": "^1.2.2",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.13",
"@types/react": "^18.2.16",
"@types/react-test-renderer": "^19.0.0",
"@types/wif": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.7.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-native": "^4.1.0",
"jest": "^29.6.3",
"jest-environment-node": "^29.7.0",
"node-fetch": "^2.6.7",
"prettier": "^3.2.5",
"ts-jest": "^29.1.1",
"typescript": "5.5.4"
},
"engines": {
"node": ">=20"
},
"scripts": {
"clean": "cd android/; ./gradlew clean; cd ..; rm -r -f /tmp/metro-cache/; rm -r -f node_modules/; npm cache clean --force; npm i; npm start -- --reset-cache",
"clean:ios": "rm -fr node_modules && rm -fr ios/Pods && npm i && cd ios && pod update && cd ..; npm start -- --reset-cache",
"branch2json": "./scripts/current-branch.sh > current-branch.json",
"start": "react-native start",
"android": "react-native run-android",
"adb": "adb reverse tcp:8081 tcp:8081",
"android:clean": "cd android; ./gradlew clean ; cd .. ; npm run android",
"ios": "react-native run-ios",
"postinstall": "npm run branch2json; npm run patches",
"patches": "",
"test": "npm run tslint && npm run lint && npm run unit && npm run integration",
"integration": "jest tests/integration/*",
"e2e:debug-build": "detox build -c android.debug",
"e2e:debug-test": "detox test -c android.debug -d 200000 --loglevel error --reuse",
"e2e:debug-test-device": "detox test -c android.debug.device -d 200000 --loglevel error --reuse",
"e2e:debug": "(test -f android/app/build/outputs/apk/debug/app-debug.apk && test -f android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk) || npm run e2e:debug-build; npm run e2e:debug-test",
"e2e:release-build": "detox build -c android.release",
"e2e:release-test": "detox test -c android.release --loglevel error",
"e2e:release-test-device": "detox test -c android.release.device --loglevel info --record-videos all",
"tslint": "tsc",
"lint": "node scripts/find-unused-loc.js && eslint --ext .js,.ts,.tsx '*.@(js|ts|tsx)' screen 'modules/*.@(js|ts|tsx)' class models loc tests components navigation typings helpers hooks util utils",
"lint:fix": "npm run lint -- --fix",
"lint:quickfix": "git status --porcelain | grep -v '\\.json' | grep -E '\\.js|\\.ts' --color=never | awk '{print $2}' | xargs eslint --fix; exit 0",
"unit": "jest -b -w tests/unit/*",
"rust:build": "bash rust-native-setup.sh",
"rust:rebuild": "cd rust_jsi_bridge && cargo clean && cd .. && npm run rust:build",
"android:rust": "npm run rust:build && cd android && ./gradlew clean && cd .. && npm run android"
},
"dependencies": {
"@bugsnag/react-native": "8.4.0",
"@keystonehq/bc-ur-registry": "0.7.1",
"@lodev09/react-native-true-sheet": "github:BlueWallet/react-native-true-sheet#5945184a2fea9fe5ba8f5cfcdb20e3fc5eed6e37",
"@ngraveio/bc-ur": "1.1.13",
"@noble/hashes": "1.3.3",
"@noble/secp256k1": "1.6.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-clipboard/clipboard": "1.16.3",
"@react-native-community/cli": "15.1.3",
"@react-native-documents/picker": "10.1.5",
"@react-native-menu/menu": "github:BlueWallet/menu#9933468",
"@react-native/gradle-plugin": "0.78.2",
"@react-native/metro-config": "0.78.2",
"@react-navigation/devtools": "7.0.24",
"@react-navigation/drawer": "7.3.7",
"@react-navigation/native": "7.1.4",
"@react-navigation/native-stack": "7.3.8",
"@rneui/base": "4.0.0-rc.8",
"@rneui/themed": "4.0.0-rc.8",
"@silent-pay/core": "^0.0.6",
"assert": "2.1.0",
"base-x": "4.0.1",
"bc-bech32": "file:modules/bc-bech32",
"bech32": "2.0.0",
"bignumber.js": "9.3.1",
"bip21": "2.0.3",
"bip32": "3.1.0",
"bip39": "3.1.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"buffer": "6.0.3",
"coinselect": "github:BlueWallet/coinselect#35f8038",
"crypto-browserify": "3.12.1",
"crypto-js": "4.2.0",
"dayjs": "1.11.18",
"detox": "20.40.2",
"ecpair": "3.0.0",
"electrum-client": "github:BlueWallet/rn-electrum-client#d9f511d",
"events": "3.3.0",
"lottie-react-native": "7.2.4",
"prop-types": "15.8.1",
"react": "19.0.0",
"react-localization": "github:BlueWallet/react-localization#ae7969a",
"react-native": "0.78.2",
"react-native-biometrics": "3.0.1",
"react-native-camera-kit-no-google": "github:BlueWallet/react-native-camera-kit-no-google#0ed049a62da29cf304019363ec9d9ef3a73652e6",
"react-native-capture-protection": "github:BlueWallet/react-native-capture-protection#54d900",
"react-native-default-preference": "https://github.com/BlueWallet/react-native-default-preference.git#6338a1f1235e4130b8cfc2dd3b53015eeff2870c",
"react-native-device-info": "14.0.4",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.25.0",
"react-native-get-random-values": "1.11.0",
"react-native-haptic-feedback": "2.3.3",
"react-native-image-picker": "8.2.1",
"react-native-keychain": "9.1.0",
"react-native-launch-arguments": "^4.1.1",
"react-native-linear-gradient": "2.8.3",
"react-native-localize": "3.5.2",
"react-native-permissions": "5.4.2",
"react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376",
"react-native-qrcode-svg": "6.3.15",
"react-native-reanimated": "3.18.0",
"react-native-safe-area-context": "5.5.2",
"react-native-screens": "4.11.1",
"react-native-secure-key-store": "github:BlueWallet/react-native-secure-key-store#2076b4849e88aa0a78e08bfbb4ce3923e0925cbc",
"react-native-share": "12.1.0",
"react-native-svg": "15.12.1",
"react-native-tcp-socket": "6.3.0",
"react-native-vector-icons": "10.2.0",
"react-test-renderer": "19.0.0",
"realm": "20.1.0",
"silent-payments": "github:BlueWallet/SilentPayments#7ac4d17",
"stream-browserify": "3.0.0",
"url": "0.11.4",
"wif": "2.0.6",
"react-native-dotenv": "^3.4.11"
}
}