-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 KB
/
package.json
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
{
"name": "vault",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@bitcoinerlab/descriptors": "^2.0.1",
"@bitcoinerlab/discovery": "^1.0.0",
"@bitcoinerlab/explorer": "^0.1.0",
"@bitcoinerlab/miniscript": "^1.4.0",
"@bitcoinerlab/secp256k1": "^1.0.5",
"@react-native-async-storage/async-storage": "^1.18.2",
"bip39": "^3.1.0",
"bip68": "^1.0.4",
"bitcoinjs-lib": "^6.1.3",
"buffer": "^6.0.3",
"events": "^3.3.0",
"expo": "~49.0.10",
"expo-clipboard": "~4.3.1",
"expo-status-bar": "~1.6.0",
"lodash.memoize": "^4.1.2",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-get-random-values": "1.8",
"react-native-qrcode-svg": "^6.2.0",
"react-native-safe-area-context": "4.6.3",
"react-native-svg": "13.9.0",
"react-native-url-polyfill": "^2.0.0",
"stream": "^0.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}