-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
41
{
"name": "tsunami-v3",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@bitcoinerlab/secp256k1": "^1.2.0",
"@expo/metro-config": "^0.19.9",
"@types/bitcoinjs-lib": "^5.0.4",
"assert": "^2.1.0",
"bitcoinjs-lib": "^6.1.7",
"buffer": "^6.0.3",
"ecpair": "^3.0.0-rc.0",
"events": "^3.3.0",
"expo": "~52.0.27",
"expo-status-bar": "~2.0.1",
"metro-react-native-babel-preset": "^0.77.0",
"process": "^0.11.10",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-crypto": "^2.2.0",
"react-native-dotenv": "^3.4.11",
"react-native-get-random-values": "^1.11.0",
"react-native-randombytes": "^3.6.1",
"stream-browserify": "^3.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"@types/tiny-secp256k1": "^2.0.1",
"typescript": "^5.3.3"
},
"private": true
}