-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
147 lines (147 loc) · 4.99 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
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
142
143
144
145
146
147
{
"name": "ssp-key",
"version": "1.8.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "react-native start",
"test": "jest",
"test:report": "jest --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --coverage",
"podinstall": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd ..",
"bundleinstall": "cd ios && bundle install && cd ..",
"postinstall": "node_modules/.bin/rn-nodeify --install 'events,assert,util,buffer,stream,process' --yarn --hack && patch-package"
},
"resolutions": {
"viem": "2.22.21"
},
"overrides": {
"viem": "2.22.21"
},
"dependencies": {
"@alchemy/aa-core": "3.19.0",
"@notifee/react-native": "9.1.8",
"@react-native-clipboard/clipboard": "1.16.1",
"@react-native-firebase/app": "21.7.1",
"@react-native-firebase/messaging": "21.7.1",
"@react-native-picker/picker": "2.11.0",
"@react-navigation/native": "7.0.14",
"@react-navigation/stack": "7.1.1",
"@reduxjs/toolkit": "2.5.1",
"@runonflux/aa-schnorr-multisig-sdk": "1.1.1",
"@runonflux/react-native-step-indicator": "1.0.0",
"@runonflux/utxo-lib": "1.0.1",
"@scure/bip32": "1.6.2",
"@scure/bip39": "1.5.4",
"abitype": "1.0.8",
"assert": "2.1.0",
"axios": "1.7.9",
"bchaddrjs": "0.5.2",
"bignumber.js": "9.1.2",
"buffer": "6.0.3",
"crypto-js": "4.2.0",
"events": "3.3.0",
"fastestsmallesttextencoderdecoder": "1.0.22",
"i18next": "24.2.2",
"postinstall-postinstall": "2.1.0",
"process": "0.11.10",
"react": "18.3.1",
"react-i18next": "15.4.0",
"react-native": "0.76.6",
"react-native-biometrics": "3.0.1",
"react-native-camera-kit": "14.1.0",
"react-native-device-info": "14.0.4",
"react-native-encrypted-storage": "4.0.3",
"react-native-gesture-handler": "2.22.1",
"react-native-get-random-values": "1.11.0",
"react-native-keyboard-aware-scroll-view": "0.9.5",
"react-native-keychain": "9.2.2",
"react-native-mmkv": "3.2.0",
"react-native-permissions": "5.2.5",
"react-native-popup-menu": "0.16.1",
"react-native-quick-base64": "2.1.2",
"react-native-quick-crypto": "0.7.11",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "5.2.0",
"react-native-screens": "4.6.0",
"react-native-svg": "15.11.1",
"react-native-toast-message": "2.2.1",
"react-native-vector-icons": "10.2.0",
"react-redux": "9.2.0",
"readable-stream": "4.7.0",
"redux-persist": "6.0.0",
"socket.io-client": "4.8.1",
"stream-browserify": "3.0.0",
"util": "0.12.5",
"viem": "2.22.21"
},
"devDependencies": {
"@babel/core": "7.26.7",
"@babel/preset-env": "7.26.7",
"@babel/runtime": "7.26.7",
"@eslint/js": "9.19.0",
"@react-native-community/cli": "15.1.3",
"@react-native-community/cli-platform-android": "15.1.3",
"@react-native-community/cli-platform-ios": "15.1.3",
"@react-native/babel-preset": "0.77.0",
"@react-native/eslint-config": "0.77.0",
"@react-native/metro-config": "0.77.0",
"@react-native/typescript-config": "0.77.0",
"@react-navigation/devtools": "7.0.15",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "13.0.1",
"@types/bchaddrjs": "0.4.3",
"@types/crypto-js": "4.2.2",
"@types/jest": "29.5.14",
"@types/metro-config": "0.76.3",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-native-vector-icons": "6.4.18",
"@types/react-test-renderer": "19.0.0",
"@types/sinon": "17.0.3",
"babel-jest": "29.7.0",
"babel-plugin-inline-dotenv": "1.7.0",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-rewrite-require": "1.14.5",
"babel-plugin-root-import": "6.6.0",
"eslint": "9.19.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"globals": "15.14.0",
"jest": "29.7.0",
"patch-package": "8.0.0",
"prettier": "3.4.2",
"react-native-svg-transformer": "1.5.0",
"react-test-renderer": "18.3.1",
"rn-nodeify": "10.3.0",
"sinon": "19.0.2",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0"
},
"engines": {
"node": ">=20"
},
"reactNativePermissionsIOS": [
"Camera",
"FaceID",
"Notifications"
],
"react-native": {
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
},
"browser": {
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
}
}