-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.39 KB
/
package.json
File metadata and controls
141 lines (141 loc) · 4.39 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
{
"name": "bitsleuth-wallet",
"main": "index.js",
"version": "1.2.1",
"license": "AGPL-3.0",
"packageManager": "npm@10.2.4",
"scripts": {
"start": "expo start",
"start-tunnel": "expo start --tunnel",
"start-dev": "expo start --dev-client",
"start-debug": "expo start --dev-client --clear",
"lint": "expo lint",
"android": "expo run:android --dev-client",
"ios": "expo run:ios --dev-client",
"android-debug": "expo run:android --dev-client --clear",
"ios-debug": "expo run:ios --dev-client --clear",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/generator": "^7.29.1",
"@babel/parser": "^7.29.0",
"@babel/template": "^7.28.6",
"@babel/traverse": "^7.29.0",
"@babel/traverse--for-generate-function-map": "npm:@babel/traverse@^7.29.0",
"@babel/types": "^7.29.0",
"@craftzdog/react-native-buffer": "^6.1.1",
"@expo/cli": "^54.0.23",
"@expo/configure-splash-screen": "^0.6.0",
"@expo/vector-icons": "^15.0.3",
"@nkzw/create-context-hook": "^1.1.0",
"@noble/hashes": "^1.8.0",
"@noble/secp256k1": "^2.3.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-firebase/app": "^23.8.6",
"@react-native-firebase/crashlytics": "^23.8.6",
"@react-native-firebase/perf": "^23.8.6",
"@react-navigation/native": "^7.1.28",
"@scure/bip32": "^2.0.1",
"@simplewebauthn/browser": "^13.2.2",
"@tanstack/react-query": "^5.90.20",
"assert": "^2.1.0",
"babel-preset-expo": "~54.0.10",
"bech32": "^2.0.0",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.7",
"bs58check": "^4.0.0",
"events": "^3.3.0",
"expo": "~54.0.33",
"expo-asset": "~12.0.12",
"expo-blur": "~15.0.8",
"expo-build-properties": "~1.0.10",
"expo-camera": "~17.0.10",
"expo-clipboard": "~8.0.8",
"expo-constants": "~18.0.13",
"expo-dev-client": "~6.0.20",
"expo-font": "~14.0.11",
"expo-glass-effect": "~0.1.8",
"expo-haptics": "~15.0.8",
"expo-image": "~3.0.11",
"expo-image-picker": "~17.0.10",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-local-authentication": "~17.0.8",
"expo-location": "~19.0.8",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-symbols": "~1.0.8",
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.10",
"inherits": "^2.0.4",
"lucide-react-native": "^0.563.0",
"nativewind": "^4.2.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-biometrics": "^3.0.1",
"react-native-confetti-cannon": "^1.5.2",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-polyfill-globals": "^3.1.0",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "~4.1.6",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.16.0",
"react-native-svg": "^15.15.3",
"react-native-url-polyfill": "^2.0.0",
"react-native-worklets": "0.5.1",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"tiny-secp256k1": "^2.2.4",
"url": "^0.11.4",
"util": "^0.12.5",
"web-streams-polyfill": "^4.2.0",
"yaml": "^2.8.3",
"zustand": "^5.0.11"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"eas-cli-local-build-plugin": "^1.0.272",
"eslint": "^9.35.0",
"eslint-config-expo": "~10.0.0",
"expo-mcp": "^0.2.1",
"patch-package": "^8.0.1",
"typescript": "~5.9.2"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-confetti-cannon"
],
"listUnknownPackages": false
}
}
},
"overrides": {
"react-native-randombytes": "^3.6.2",
"react-native-renderer": "19.1.0",
"@xmldom/xmldom": ">=0.8.13",
"postcss": ">=8.5.10"
},
"resolutions": {
"@babel/traverse": "^7.29.0",
"@babel/core": "^7.29.0",
"@babel/generator": "^7.29.1",
"@babel/parser": "^7.29.0",
"@babel/template": "^7.28.6",
"@babel/types": "^7.29.0",
"react-native-randombytes": "^3.6.2",
"react-native-renderer": "19.1.0"
},
"private": true
}