-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
137 lines (137 loc) · 4.79 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
{
"name": "ssp-key",
"version": "1.7.1",
"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=0 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"
},
"dependencies": {
"@alchemy/aa-core": "~3.19.0",
"@notifee/react-native": "~9.1.3",
"@react-native-clipboard/clipboard": "~1.15.0",
"@react-native-firebase/app": "~21.6.1",
"@react-native-firebase/messaging": "~21.6.1",
"@react-native-picker/picker": "~2.10.0",
"@react-navigation/native": "~6.1.18",
"@react-navigation/stack": "~6.4.1",
"@reduxjs/toolkit": "~2.3.0",
"@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.0",
"@scure/bip39": "~1.5.0",
"abitype": "~1.0.6",
"assert": "~2.1.0",
"axios": "~1.7.8",
"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.0.2",
"postinstall-postinstall": "~2.1.0",
"process": "~0.11.10",
"react": "~18.3.1",
"react-i18next": "~15.1.2",
"react-native": "~0.75.4",
"react-native-biometrics": "~3.0.1",
"react-native-camera-kit": "~14.1.0",
"react-native-device-info": "~14.0.1",
"react-native-encrypted-storage": "~4.0.3",
"react-native-gesture-handler": "~2.21.2",
"react-native-get-random-values": "~1.11.0",
"react-native-keyboard-aware-scroll-view": "~0.9.5",
"react-native-mmkv": "~2.12.2",
"react-native-permissions": "~5.2.0",
"react-native-popup-menu": "~0.16.1",
"react-native-quick-base64": "~2.1.2",
"react-native-quick-crypto": "~0.7.7",
"react-native-reanimated": "~3.16.3",
"react-native-safe-area-context": "~4.14.0",
"react-native-screens": "~3.35.0",
"react-native-svg": "~15.9.0",
"react-native-toast-message": "~2.2.1",
"react-native-vector-icons": "~10.2.0",
"react-redux": "~9.1.2",
"readable-stream": "~4.5.2",
"redux-persist": "~6.0.0",
"socket.io-client": "~4.8.1",
"stream-browserify": "~3.0.0",
"util": "~0.12.5",
"viem": "~2.21.51"
},
"devDependencies": {
"@babel/core": "~7.26.0",
"@babel/preset-env": "~7.26.0",
"@babel/runtime": "~7.26.0",
"@eslint/js": "~9.15.0",
"@react-native/babel-preset": "~0.76.3",
"@react-native/eslint-config": "~0.76.3",
"@react-native/metro-config": "~0.76.3",
"@react-native/typescript-config": "~0.76.3",
"@react-navigation/devtools": "~6.0.27",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "~12.9.0",
"@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.10.0",
"@types/react": "~18.3.12",
"@types/react-native-vector-icons": "~6.4.18",
"@types/react-test-renderer": "~18.3.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.15.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-react": "~7.37.2",
"globals": "~15.12.0",
"jest": "~29.7.0",
"patch-package": "~8.0.0",
"prettier": "~3.4.1",
"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.2",
"typescript-eslint": "~8.16.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"
}
}