@readyio/react-native-wallet 0.1.9 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +244 -244
package/package.json CHANGED
@@ -1,244 +1,244 @@
1
- {
2
- "name": "@readyio/react-native-wallet",
3
- "version": "0.1.9",
4
- "description": "React native ready wallet sdk for integrate with react native app",
5
- "main": "lib/commonjs/index",
6
- "module": "lib/module/index",
7
- "types": "lib/typescript/src/index.d.ts",
8
- "react-native": "src/index",
9
- "source": "src/index",
10
- "files": [
11
- "src",
12
- "lib",
13
- "android",
14
- "ios",
15
- "cpp",
16
- "scripts",
17
- "fonts",
18
- "*.podspec",
19
- "!example",
20
- "!ios/build",
21
- "!android/build",
22
- "!android/gradle",
23
- "!android/gradlew",
24
- "!android/gradlew.bat",
25
- "!android/local.properties",
26
- "!**/__tests__",
27
- "!**/__fixtures__",
28
- "!**/__mocks__",
29
- "!**/.*"
30
- ],
31
- "scripts": {
32
- "example": "yarn workspace @readyio/react-native-wallet-example",
33
- "test": "jest",
34
- "typecheck": "tsc --noEmit",
35
- "lint": "eslint \"**/*.{js,ts,tsx}\"",
36
- "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37
- "prepare": "bob build",
38
- "release": "release-it",
39
- "postinstall": "node scripts/scripts.js"
40
- },
41
- "workspaces": [
42
- "example"
43
- ],
44
- "keywords": [
45
- "react-native",
46
- "ios",
47
- "android"
48
- ],
49
- "repository": {
50
- "type": "git",
51
- "url": "git+https://github.com/thinh-nn3386/react-native-ready-wallet.git"
52
- },
53
- "author": "thinhnn <thinhnn@cystack.net> (https://github.com/thinh-nn3386)",
54
- "license": "MIT",
55
- "bugs": {
56
- "url": "https://github.com/thinh-nn3386/react-native-ready-wallet/issues"
57
- },
58
- "homepage": "https://github.com/thinh-nn3386/react-native-ready-wallet#readme",
59
- "publishConfig": {
60
- "registry": "https://registry.npmjs.org/"
61
- },
62
- "dependencies": {
63
- "@ethersproject/shims": "^5.7.0",
64
- "@json-rpc-tools/utils": "^1.7.6",
65
- "@privacyresearch/libsignal-protocol-typescript": "^0.0.16",
66
- "@react-native-async-storage/async-storage": "^1.17.10",
67
- "@readyio/ready-aggregator": "^2.0.0",
68
- "@readyio/ready-lib": "^2.0.7",
69
- "big-integer": "^1.6.52",
70
- "bignumber.js": "^9.1.2",
71
- "bip39": "^3.1.0",
72
- "curve25519-js": "^0.0.4",
73
- "d3-shape": "^3.2.0",
74
- "date-fns": "2.28.0",
75
- "deprecated-react-native-prop-types": "^4.1.0",
76
- "ethers": "^5.7.2",
77
- "node-libs-react-native": "^1.2.1",
78
- "numeral": "^2.0.6",
79
- "p-queue": "6.6.2",
80
- "ramda": "^0.29.1",
81
- "react-native-aes-crypto": "^3.0.1",
82
- "react-native-countdown-circle-timer": "^3.2.1",
83
- "react-native-qr-decode-image-camera": "^1.1.3",
84
- "react-native-redash": "^18.1.2",
85
- "react-native-rsa-native": "^2.0.5",
86
- "react-native-section-list-get-item-layout": "^2.2.3",
87
- "react-native-url-polyfill": "^2.0.0"
88
- },
89
- "peerDependencies": {
90
- "@gorhom/bottom-sheet": "^4",
91
- "@nozbe/watermelondb": "^0.27.1",
92
- "@react-native-async-storage/async-storage": "^1.17.10",
93
- "@react-native-camera-roll/camera-roll": "5.2.0",
94
- "@react-native-clipboard/clipboard": "^1.13.1",
95
- "@react-native-community/blur": "^3.6.0",
96
- "@react-native-community/checkbox": "^0.5.16",
97
- "@react-native-community/datetimepicker": "^7.6.4",
98
- "@react-native-community/netinfo": "6.0.0",
99
- "@react-native-firebase/analytics": "^20.1.0",
100
- "@react-native-firebase/app": "^20.1.0",
101
- "@react-native-masked-view/masked-view": "^0.3.1",
102
- "@react-navigation/bottom-tabs": "^6.5.12",
103
- "@react-navigation/material-top-tabs": "^6.6.10",
104
- "@react-navigation/native": "^6.1.7",
105
- "@react-navigation/native-stack": "6.9.13",
106
- "@sentry/react-native": "^4.2.4",
107
- "@walletconnect/react-native-compat": "^2.11.0",
108
- "@walletconnect/web3wallet": "^1.10.0",
109
- "apisauce": "^1.1.1",
110
- "i18n-js": "3.8.0",
111
- "lodash": "^4.17.21",
112
- "lottie-react-native": "^6.3.1",
113
- "mobx": "6.10.2",
114
- "mobx-react-lite": "4.0.5",
115
- "mobx-state-tree": "5.3.0",
116
- "moment": "^2.24.0",
117
- "react": "*",
118
- "react-native": "*",
119
- "react-native-biometrics": "^3.0.1",
120
- "react-native-camera": "^3.18.0",
121
- "react-native-device-info": "^5.5.3",
122
- "react-native-event-listeners": "^1.0.7",
123
- "react-native-fast-image": "^8.6.3",
124
- "react-native-fs": "^2.16.6",
125
- "react-native-gesture-handler": "~2.12.0",
126
- "react-native-get-random-values": "^1.10.0",
127
- "react-native-gzip": "^1.1.0",
128
- "react-native-hash": "^3.0.3",
129
- "react-native-image-picker": "^5.6.1",
130
- "react-native-keychain": "~8.1.2",
131
- "react-native-linear-gradient": "^2.8.3",
132
- "react-native-modal": "^13.0.1",
133
- "react-native-pager-view": "7.0.0-rc.0",
134
- "react-native-permissions": "^2.1.3",
135
- "react-native-pie-chart": "^3.0.2",
136
- "react-native-qrcode-scanner": "^1.5.5",
137
- "react-native-qrcode-svg": "^6.0.3",
138
- "react-native-randombytes": "^3.6.1",
139
- "react-native-reanimated": "3.5.4",
140
- "react-native-safe-area-context": "^4.7.1",
141
- "react-native-screens": "3.25.0",
142
- "react-native-share": "^7.6.6",
143
- "react-native-skeleton-placeholder": "^5.2.4",
144
- "react-native-svg": "^13.14.0",
145
- "react-native-tab-view": "^3.5.2",
146
- "react-native-toast-message": "^2.2.0",
147
- "react-native-uuid": "1.4.9",
148
- "react-native-view-shot": "^3.8.0",
149
- "react-native-webview": "^13.8.1"
150
- },
151
- "devDependencies": {
152
- "@commitlint/config-conventional": "^17.0.2",
153
- "@evilmartians/lefthook": "^1.5.0",
154
- "@react-native/babel-preset": "^0.74.83",
155
- "@react-native/eslint-config": "^0.73.1",
156
- "@release-it/conventional-changelog": "^5.0.0",
157
- "@types/jest": "^29.5.5",
158
- "@types/react": "^18.2.44",
159
- "commitlint": "^17.0.2",
160
- "del-cli": "^5.1.0",
161
- "eslint": "^8.51.0",
162
- "eslint-config-prettier": "^9.0.0",
163
- "eslint-plugin-prettier": "^5.0.1",
164
- "jest": "^29.7.0",
165
- "prettier": "^3.0.3",
166
- "react": "18.2.0",
167
- "react-native": "0.71.8",
168
- "react-native-builder-bob": "^0.23.2",
169
- "release-it": "^15.0.0",
170
- "turbo": "^1.10.7",
171
- "typescript": "^5.2.2"
172
- },
173
- "resolutions": {
174
- "@types/react": "^18.2.44"
175
- },
176
- "packageManager": "yarn@3.6.1",
177
- "jest": {
178
- "preset": "react-native",
179
- "modulePathIgnorePatterns": [
180
- "<rootDir>/example/node_modules",
181
- "<rootDir>/lib/"
182
- ]
183
- },
184
- "commitlint": {
185
- "extends": [
186
- "@commitlint/config-conventional"
187
- ]
188
- },
189
- "release-it": {
190
- "git": {
191
- "commitMessage": "chore: release ${version}",
192
- "tagName": "v${version}"
193
- },
194
- "npm": {
195
- "publish": true
196
- },
197
- "github": {
198
- "release": true
199
- },
200
- "plugins": {
201
- "@release-it/conventional-changelog": {
202
- "preset": "angular"
203
- }
204
- }
205
- },
206
- "eslintConfig": {
207
- "root": true,
208
- "extends": [
209
- "@react-native",
210
- "prettier"
211
- ]
212
- },
213
- "eslintIgnore": [
214
- "node_modules/",
215
- "lib/"
216
- ],
217
- "prettier": {
218
- "arrowParens": "always",
219
- "bracketSpacing": true,
220
- "jsxBracketSameLine": false,
221
- "jsxSingleQuote": false,
222
- "quoteProps": "as-needed",
223
- "singleQuote": true,
224
- "semi": false,
225
- "printWidth": 100,
226
- "useTabs": false,
227
- "tabWidth": 2,
228
- "trailingComma": "es5"
229
- },
230
- "react-native-builder-bob": {
231
- "source": "src",
232
- "output": "lib",
233
- "targets": [
234
- "commonjs",
235
- "module",
236
- [
237
- "typescript",
238
- {
239
- "project": "tsconfig.build.json"
240
- }
241
- ]
242
- ]
243
- }
244
- }
1
+ {
2
+ "name": "@readyio/react-native-wallet",
3
+ "version": "0.1.14",
4
+ "description": "React native ready wallet sdk for integrate with react native app",
5
+ "main": "lib/commonjs/index",
6
+ "module": "lib/module/index",
7
+ "types": "lib/typescript/src/index.d.ts",
8
+ "react-native": "src/index",
9
+ "source": "src/index",
10
+ "files": [
11
+ "src",
12
+ "lib",
13
+ "android",
14
+ "ios",
15
+ "cpp",
16
+ "scripts",
17
+ "fonts",
18
+ "*.podspec",
19
+ "!example",
20
+ "!ios/build",
21
+ "!android/build",
22
+ "!android/gradle",
23
+ "!android/gradlew",
24
+ "!android/gradlew.bat",
25
+ "!android/local.properties",
26
+ "!**/__tests__",
27
+ "!**/__fixtures__",
28
+ "!**/__mocks__",
29
+ "!**/.*"
30
+ ],
31
+ "scripts": {
32
+ "example": "yarn workspace @readyio/react-native-wallet-example",
33
+ "test": "jest",
34
+ "typecheck": "tsc --noEmit",
35
+ "lint": "eslint \"**/*.{js,ts,tsx}\"",
36
+ "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37
+ "prepare": "bob build",
38
+ "release": "release-it",
39
+ "postinstall": "node scripts/scripts.js"
40
+ },
41
+ "workspaces": [
42
+ "example"
43
+ ],
44
+ "keywords": [
45
+ "react-native",
46
+ "ios",
47
+ "android"
48
+ ],
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/thinh-nn3386/react-native-ready-wallet.git"
52
+ },
53
+ "author": "thinhnn <thinhnn@cystack.net> (https://github.com/thinh-nn3386)",
54
+ "license": "MIT",
55
+ "bugs": {
56
+ "url": "https://github.com/thinh-nn3386/react-native-ready-wallet/issues"
57
+ },
58
+ "homepage": "https://github.com/thinh-nn3386/react-native-ready-wallet#readme",
59
+ "publishConfig": {
60
+ "registry": "https://registry.npmjs.org/"
61
+ },
62
+ "dependencies": {
63
+ "@ethersproject/shims": "^5.7.0",
64
+ "@json-rpc-tools/utils": "^1.7.6",
65
+ "@privacyresearch/libsignal-protocol-typescript": "^0.0.16",
66
+ "@react-native-async-storage/async-storage": "^1.17.10",
67
+ "@readyio/ready-aggregator": "^2.0.0",
68
+ "@readyio/ready-lib": "^2.0.7",
69
+ "big-integer": "^1.6.52",
70
+ "bignumber.js": "^9.1.2",
71
+ "bip39": "^3.1.0",
72
+ "curve25519-js": "^0.0.4",
73
+ "d3-shape": "^3.2.0",
74
+ "date-fns": "2.28.0",
75
+ "deprecated-react-native-prop-types": "^4.1.0",
76
+ "ethers": "^5.7.2",
77
+ "node-libs-react-native": "^1.2.1",
78
+ "numeral": "^2.0.6",
79
+ "p-queue": "6.6.2",
80
+ "ramda": "^0.29.1",
81
+ "react-native-aes-crypto": "^3.0.1",
82
+ "react-native-countdown-circle-timer": "^3.2.1",
83
+ "react-native-qr-decode-image-camera": "^1.1.3",
84
+ "react-native-redash": "^18.1.2",
85
+ "react-native-rsa-native": "^2.0.5",
86
+ "react-native-section-list-get-item-layout": "^2.2.3",
87
+ "react-native-url-polyfill": "^2.0.0"
88
+ },
89
+ "peerDependencies": {
90
+ "@gorhom/bottom-sheet": "^4",
91
+ "@nozbe/watermelondb": "^0.27.1",
92
+ "@react-native-async-storage/async-storage": "^1.17.10",
93
+ "@react-native-camera-roll/camera-roll": "5.2.0",
94
+ "@react-native-clipboard/clipboard": "^1.13.1",
95
+ "@react-native-community/blur": "^3.6.0",
96
+ "@react-native-community/checkbox": "^0.5.16",
97
+ "@react-native-community/datetimepicker": "^7.6.4",
98
+ "@react-native-community/netinfo": "6.0.0",
99
+ "@react-native-firebase/analytics": "^20.1.0",
100
+ "@react-native-firebase/app": "^20.1.0",
101
+ "@react-native-masked-view/masked-view": "^0.3.1",
102
+ "@react-navigation/bottom-tabs": "^6.5.12",
103
+ "@react-navigation/material-top-tabs": "^6.6.10",
104
+ "@react-navigation/native": "^6.1.7",
105
+ "@react-navigation/native-stack": "6.9.13",
106
+ "@sentry/react-native": "^4.2.4",
107
+ "@walletconnect/react-native-compat": "^2.11.0",
108
+ "@walletconnect/web3wallet": "^1.10.0",
109
+ "apisauce": "^1.1.1",
110
+ "i18n-js": "3.8.0",
111
+ "lodash": "^4.17.21",
112
+ "lottie-react-native": "^6.3.1",
113
+ "mobx": "6.10.2",
114
+ "mobx-react-lite": "4.0.5",
115
+ "mobx-state-tree": "5.3.0",
116
+ "moment": "^2.24.0",
117
+ "react": "*",
118
+ "react-native": "*",
119
+ "react-native-biometrics": "^3.0.1",
120
+ "react-native-camera": "^3.18.0",
121
+ "react-native-device-info": "^5.5.3",
122
+ "react-native-event-listeners": "^1.0.7",
123
+ "react-native-fast-image": "^8.6.3",
124
+ "react-native-fs": "^2.16.6",
125
+ "react-native-gesture-handler": "~2.12.0",
126
+ "react-native-get-random-values": "^1.10.0",
127
+ "react-native-gzip": "^1.1.0",
128
+ "react-native-hash": "^3.0.3",
129
+ "react-native-image-picker": "^5.6.1",
130
+ "react-native-keychain": "~8.1.2",
131
+ "react-native-linear-gradient": "^2.8.3",
132
+ "react-native-modal": "^13.0.1",
133
+ "react-native-pager-view": "7.0.0-rc.0",
134
+ "react-native-permissions": "^2.1.3",
135
+ "react-native-pie-chart": "^3.0.2",
136
+ "react-native-qrcode-scanner": "^1.5.5",
137
+ "react-native-qrcode-svg": "^6.0.3",
138
+ "react-native-randombytes": "^3.6.1",
139
+ "react-native-reanimated": "3.5.4",
140
+ "react-native-safe-area-context": "^4.7.1",
141
+ "react-native-screens": "3.25.0",
142
+ "react-native-share": "^7.6.6",
143
+ "react-native-skeleton-placeholder": "^5.2.4",
144
+ "react-native-svg": "^13.14.0",
145
+ "react-native-tab-view": "^3.5.2",
146
+ "react-native-toast-message": "^2.2.0",
147
+ "react-native-uuid": "1.4.9",
148
+ "react-native-view-shot": "^3.8.0",
149
+ "react-native-webview": "^13.8.1"
150
+ },
151
+ "devDependencies": {
152
+ "@commitlint/config-conventional": "^17.0.2",
153
+ "@evilmartians/lefthook": "^1.5.0",
154
+ "@react-native/babel-preset": "^0.74.83",
155
+ "@react-native/eslint-config": "^0.73.1",
156
+ "@release-it/conventional-changelog": "^5.0.0",
157
+ "@types/jest": "^29.5.5",
158
+ "@types/react": "^18.2.44",
159
+ "commitlint": "^17.0.2",
160
+ "del-cli": "^5.1.0",
161
+ "eslint": "^8.51.0",
162
+ "eslint-config-prettier": "^9.0.0",
163
+ "eslint-plugin-prettier": "^5.0.1",
164
+ "jest": "^29.7.0",
165
+ "prettier": "^3.0.3",
166
+ "react": "18.2.0",
167
+ "react-native": "0.71.8",
168
+ "react-native-builder-bob": "^0.23.2",
169
+ "release-it": "^15.0.0",
170
+ "turbo": "^1.10.7",
171
+ "typescript": "^5.2.2"
172
+ },
173
+ "resolutions": {
174
+ "@types/react": "^18.2.44"
175
+ },
176
+ "packageManager": "yarn@3.6.1",
177
+ "jest": {
178
+ "preset": "react-native",
179
+ "modulePathIgnorePatterns": [
180
+ "<rootDir>/example/node_modules",
181
+ "<rootDir>/lib/"
182
+ ]
183
+ },
184
+ "commitlint": {
185
+ "extends": [
186
+ "@commitlint/config-conventional"
187
+ ]
188
+ },
189
+ "release-it": {
190
+ "git": {
191
+ "commitMessage": "chore: release ${version}",
192
+ "tagName": "v${version}"
193
+ },
194
+ "npm": {
195
+ "publish": true
196
+ },
197
+ "github": {
198
+ "release": true
199
+ },
200
+ "plugins": {
201
+ "@release-it/conventional-changelog": {
202
+ "preset": "angular"
203
+ }
204
+ }
205
+ },
206
+ "eslintConfig": {
207
+ "root": true,
208
+ "extends": [
209
+ "@react-native",
210
+ "prettier"
211
+ ]
212
+ },
213
+ "eslintIgnore": [
214
+ "node_modules/",
215
+ "lib/"
216
+ ],
217
+ "prettier": {
218
+ "arrowParens": "always",
219
+ "bracketSpacing": true,
220
+ "jsxBracketSameLine": false,
221
+ "jsxSingleQuote": false,
222
+ "quoteProps": "as-needed",
223
+ "singleQuote": true,
224
+ "semi": false,
225
+ "printWidth": 100,
226
+ "useTabs": false,
227
+ "tabWidth": 2,
228
+ "trailingComma": "es5"
229
+ },
230
+ "react-native-builder-bob": {
231
+ "source": "src",
232
+ "output": "lib",
233
+ "targets": [
234
+ "commonjs",
235
+ "module",
236
+ [
237
+ "typescript",
238
+ {
239
+ "project": "tsconfig.build.json"
240
+ }
241
+ ]
242
+ ]
243
+ }
244
+ }