-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.88 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.88 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
{
"name": "boldwallet",
"version": "3.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"test:extensionBind": "jest __tests__/extensionBind.test.ts",
"postinstall": "patch-package"
},
"dependencies": {
"@keystonehq/bc-ur-registry-btc": "^0.1.1",
"@ngraveio/bc-ur": "^1.1.13",
"@op-engineering/op-sqlite": "^15.2.5",
"@react-native-clipboard/clipboard": "^1.16.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.2.2",
"@react-navigation/elements": "^2.6.5",
"@react-navigation/native": "^7.1.18",
"@react-navigation/native-stack": "^7.3.28",
"axios": "^1.7.9",
"big.js": "^6.2.2",
"bitcoin-address-validation": "^3.0.0",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"lottie-react-native": "^7.3.4",
"moment": "^2.30.1",
"react": "19.1.1",
"react-native": "^0.82.0",
"react-native-biometrics": "^3.0.1",
"react-native-device-info": "^14.0.2",
"react-native-document-picker": "^9.3.1",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-get-random-values": "^2.0.0",
"react-native-haptic-feedback": "^2.3.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-progress": "^5.0.1",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "^4.1.6",
"react-native-safe-area-context": "^5.6.0",
"react-native-screens": "^4.17.1",
"react-native-share": "^12.0.3",
"react-native-svg": "^15.12.1",
"react-native-toast-message": "^2.3.0",
"react-native-vision-camera": "^4.6.3",
"react-native-webview": "^13.16.1",
"react-native-worklets": "^0.7.0",
"react-native-zeroconf": "^0.13.8",
"readable-stream": "^4.7.0",
"rn-barcode-zxing-scan": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^20.0.0",
"@react-native-community/cli-platform-android": "^20.0.0",
"@react-native-community/cli-platform-ios": "^20.0.0",
"@react-native/babel-preset": "^0.82.0",
"@react-native/eslint-config": "0.82.0",
"@react-native/metro-config": "^0.82.0",
"@react-native/typescript-config": "0.82.0",
"@types/big.js": "^6.2.2",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.14",
"@types/react": "^19.1.1",
"@types/react-native-zeroconf": "^0.13.1",
"@types/react-test-renderer": "^18.0.0",
"baseline-browser-mapping": "^2.9.18",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"patch-package": "^8.0.1",
"prettier": "2.8.8",
"react-test-renderer": "19.1.1",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20"
}
}