-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
198 lines (198 loc) · 7.54 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
{
"name": "temple-wallet",
"version": "1.37",
"private": true,
"scripts": {
"postinstall": "rn-nodeify --install 'react-native-randombytes' --hack && bash postinstall.sh",
"android": "react-native run-android",
"android:release:aab": "cd android && ./gradlew bundleRelease",
"android:release:apk": "cd android && ./gradlew app:assembleRelease",
"android:test-flight": "cd android && bundle exec fastlane alpha",
"ios": "react-native run-ios --simulator \"iPhone 16 Pro\"",
"ios:pods": "cd ios && pod install",
"ios:test-flight": "cd ios && bundle exec fastlane beta",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet",
"lint:format": "prettier \"src/**/*\" --write --ignore-unknown",
"ts": "tsc --pretty",
"clear:android": "cd android && ./gradlew clean",
"clear:ios": "rm -rf ios/Pods && rm -rf ios/build && pod cache clean --all",
"clear:metro": "rm -rf $TMPDIR/haste-map-* || true && rm -rf $TMPDIR/metro-* || true",
"clear:watchman": "if [ -x \"$(command -v watchman)\" ]; then watchman watch-del-all; fi",
"find-deadcode": "ts-prune --error",
"audit-deps": "node ./audit-deps.mjs"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@airgap/beacon-sdk": "4.0.10",
"@airgap/beacon-transport-walletconnect": "4.0.10",
"@apollo/client": "^3.7.1",
"@babel/preset-typescript": "^7.18.6",
"@dicebear/avatars": "4.10.1",
"@dicebear/avatars-bottts-sprites": "4.10.1",
"@gorhom/bottom-sheet": "4.5.1",
"@gorhom/portal": "^1.0.14",
"@jitsu/sdk-js": "madfish-solutions/jitsu-js#87c49de334f5747952f7beda573b95ceb5d86903",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^11.2.1",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-community/slider": "^4.4.3",
"@react-native-firebase/app": "^20",
"@react-native-firebase/app-check": "^20",
"@react-native-firebase/messaging": "^20",
"@react-native-google-signin/google-signin": "9.0.2",
"@react-navigation/native": "6.1.8",
"@react-navigation/stack": "6.3.18",
"@reduxjs/toolkit": "^1.8.5",
"@sentry/react-native": "^5.33.1",
"@shopify/flash-list": "^1.7",
"@taquito/local-forging": "19.0.2",
"@taquito/rpc": "19.0.2",
"@taquito/signer": "19.0.2",
"@taquito/taquito": "19.0.2",
"@taquito/tzip12": "19.0.2",
"@taquito/tzip16": "19.0.2",
"@taquito/utils": "19.0.2",
"@temple-wallet/wallet-address-validator": "^0.4.3",
"@temple-wallet/youves-sdk": "^0.0.9",
"@tezos-domains/core": "1.26.0",
"@tezos-domains/taquito-client": "1.26.0",
"@types/async-retry": "^1.4.8",
"async-retry": "^1.3.3",
"axios": "^0.27.2",
"bignumber.js": "9.1.1",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
"currency-codes": "^2.1.0",
"date-fns": "^2.30.0",
"ed25519-hd-key": "^1.3.0",
"eslint-plugin-no-type-assertion": "^1.3.0",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"jest": "^29.2.1",
"jest-date-mock": "^1.0.8",
"lodash-es": "^4.17.21",
"memoizee": "^0.4.15",
"node-forge": "^1.3.1",
"qs": "^6.11.2",
"react": "18.2.0",
"react-native": "0.72.12",
"react-native-android-open-settings": "^1.3.0",
"react-native-biometrics": "^3.0.1",
"react-native-bootsplash": "^5.0.2",
"react-native-camera": "^4.2.1",
"react-native-cloud-fs": "madfish-solutions/react-native-cloud-fs#1d64024c39e529c1d4c46ca9996e42a2d80bf67f",
"react-native-config": "^1.5.1",
"react-native-device-info": "^10.12.0",
"react-native-dialog": "^9.3.0",
"react-native-document-picker": "^8.1.2",
"react-native-exception-handler": "^2.10.10",
"react-native-exit-app": "^1.1.0",
"react-native-fast-image": "^8.6.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.12.1",
"react-native-haptic-feedback": "^1.14.0",
"react-native-json-tree": "^1.3.0",
"react-native-keychain": "^8.1.1",
"react-native-level-fs": "^3.0.1",
"react-native-orientation-locker": "^1.5.0",
"react-native-os": "^1.2.6",
"react-native-permissions": "^3.6.1",
"react-native-push-notification": "^8.1.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.1.2",
"react-native-quick-actions": "^0.3.13",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "3.3.0",
"react-native-reanimated-carousel": "3.5.1",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "4.7.2",
"react-native-screens": "3.25.0",
"react-native-scrypt": "^1.2.1",
"react-native-sha256": "^1.4.10",
"react-native-svg": "madfish-solutions/react-native-svg#41c5c2b78a9fc86aa1b0e47761123068504d9298",
"react-native-swipe-list-view": "^3.2.9",
"react-native-themis": "^0.14.7",
"react-native-toast-message": "^2.1.5",
"react-native-url-polyfill": "^1.3.0",
"react-native-video": "^5.2.1",
"react-native-video-controls": "^2.8.1",
"react-native-webview": "13.6.2",
"react-redux": "^8.0.4",
"redux-observable": "^2.0.0",
"redux-persist": "^6.0.0",
"rxjs": "7.4.0",
"sp-react-native-in-app-updates": "^1.4.0",
"swr": "^2.2.4",
"text-encoding": "^0.7.0",
"ts-action": "^11.0.0",
"ts-action-operators": "^9.1.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.12",
"@testing-library/react-hooks": "^8.0.1",
"@tsconfig/react-native": "^3.0.0",
"@types/jest": "^29.2.1",
"@types/lodash-es": "^4.17.6",
"@types/memoizee": "^0.4.8",
"@types/qs": "^6.9.8",
"@types/react-native-push-notification": "^8.1.1",
"@types/react-native-video": "^5.0.14",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"deprecated-react-native-prop-types": "^2.3.0",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jsx-expressions": "^1.3.1",
"metro-react-native-babel-preset": "0.77.0",
"node-libs-react-native": "^1.2.1",
"react-native-flipper": "0.164.0",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "18.2.0",
"redux-flipper": "^2.0.2",
"rn-nodeify": "^10.3.0",
"ts-node": "^10.9.1",
"ts-prune": "^0.10.3",
"typescript": "^4.8.4"
},
"resolutions": {
"@types/node": "16.11.1",
"@types/react-native": "0.72.2",
"@taquito/taquito": "19.0.2",
"@taquito/utils": "19.0.2",
"@taquito/beacon-wallet": "19.0.2",
"@taquito/contracts-library": "19.0.2",
"@taquito/rpc": "19.0.2",
"@taquito/tzip16": "19.0.2",
"@airgap/beacon-dapp": "link:./node_modules/.cache/null",
"@airgap/beacon-ui": "link:./node_modules/.cache/null",
"minimist": "^1.2.6",
"bl": "^5.0.0",
"ansi-regex": "^5.0.1",
"nanoid": "^3.1.31",
"node-fetch": "^2.6.7",
"yargs": "^17.4.0",
"json5": "2.2.3",
"levelup": "^5.1.1",
"bignumber.js": "9.1.1",
"follow-redirects": "^1.15.4",
"sp-react-native-in-app-updates/semver": "^7.5.2"
}
}