This repository was archived by the owner on Apr 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.63 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
{
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --appId com.walletconnect.modal.ethers",
"android:build": "cd android && ./gradlew clean && ./gradlew assembleRelease",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"e2e": "maestro test ../../.maestro",
"e2e:studio": "maestro studio",
"e2e:upload": "maestro cloud ./android/app/build/outputs/apk/release/app-release.apk .maestro"
},
"dependencies": {
"@ethersproject/shims": "5.7.0",
"@react-native-async-storage/async-storage": "1.19.3",
"@react-native-clipboard/clipboard": "1.11.2",
"@react-native-community/netinfo": "9.4.1",
"@walletconnect/encoding": "1.0.2",
"@walletconnect/modal-react-native": "1.1.0",
"@walletconnect/react-native-compat": "2.11.0",
"cross-spawn": "7.0.6",
"elliptic": "6.6.1",
"ethers": "5.7.2",
"fast-xml-parser": "5.5.9",
"ip": "2.0.1",
"micromatch": "4.0.8",
"nanoid": "5.1.3",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-get-random-values": "1.9.0",
"react-native-modal": "13.0.1",
"react-native-svg": "13.13.0",
"ws": "8.18.1"
},
"devDependencies": {
"@babel/core": "7.22.20",
"@babel/helpers": "7.26.10",
"@babel/preset-env": "7.22.20",
"@babel/runtime": "7.26.10",
"@babel/traverse": "7.26.10",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "0.72.11",
"@tsconfig/react-native": "3.0.2",
"@types/react": "18.2.21",
"@types/react-test-renderer": "18.0.1",
"babel-jest": "29.7.0",
"eslint": "8.49.0",
"jest": "29.7.0",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "2.8.8",
"react-native-dotenv": "3.4.9",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
},
"resolutions": {
"cross-spawn": "7.0.6",
"ws": "8.18.1",
"ip": "2.0.1",
"micromatch": "4.0.8",
"nanoid": "5.1.3",
"@babel/runtime": "7.26.10",
"@babel/helpers": "7.26.10",
"@babel/traverse": "7.26.10",
"elliptic": "6.6.1",
"braces": "3.0.3",
"semver": "7.5.4",
"tar": "7.5.11",
"send": "0.19.1",
"serve-static": "1.16.2",
"react-devtools-core": "4.28.5",
"on-headers": "1.1.0",
"brace-expansion": "5.0.3",
"fast-redact": "3.5.0",
"node-forge": "1.3.3",
"js-yaml": "4.1.1",
"h3": "1.15.9",
"lodash": "4.17.23",
"fast-xml-parser": "5.5.7",
"bn.js": "5.2.3",
"minimatch": "9.0.7",
"flatted": "3.4.2",
"yaml": "2.8.3",
"picomatch": "2.3.2"
}
}