-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
201 lines (201 loc) · 7.53 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
199
200
201
{
"name": "temple-wallet",
"version": "1.17",
"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",
"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",
"lint:format": "prettier \"src/**/*\" --write --ignore-unknown",
"ts": "tsc --pretty",
"ts:e2e": "cd e2e && tsc --pretty",
"e2e": "./node_modules/.bin/wdio ./e2e/wdio.conf.ts",
"e2e:android": "ANDROID=true npm run e2e",
"e2e:ios": "IOS=true npm run e2e",
"e2e:ios:dev": "yarn e2e:ios -- -- --cucumberOpts.tagExpression='@dev'",
"clear:android": "cd android && ./gradlew clean",
"clear:ios": "rm -rf ios/Pods",
"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"
},
"dependencies": {
"@airgap/beacon-sdk": "3.1.4",
"@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.4.7",
"@gorhom/portal": "^1.0.14",
"@jitsu/sdk-js": "madfish-solutions/jitsu-js#87c49de334f5747952f7beda573b95ceb5d86903",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-community/slider": "^4.3.1",
"@react-native-firebase/app": "^17.5.0",
"@react-native-firebase/app-check": "^17.5.0",
"@react-native-firebase/messaging": "^17.5.0",
"@react-native-google-signin/google-signin": "9.0.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.2",
"@reduxjs/toolkit": "^1.8.5",
"@sentry/react-native": "4.3.1",
"@taquito/local-forging": "17.0.0",
"@taquito/rpc": "17.0.0",
"@taquito/signer": "17.0.0",
"@taquito/taquito": "17.0.0",
"@taquito/tzip12": "17.0.0",
"@taquito/tzip16": "17.0.0",
"@taquito/utils": "17.0.0",
"@temple-wallet/transactions-parser": "^3.0.0",
"@temple-wallet/wallet-address-validator": "^0.4.3",
"@tezos-domains/core": "1.26.0",
"@tezos-domains/taquito-client": "1.26.0",
"@tradle/react-native-http": "^2.0.1",
"asyncstorage-down": "^4.2.0",
"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",
"events": "^3.3.0",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"https-browserify": "^1.0.0",
"jest-date-mock": "^1.0.8",
"jsc-android": "^250230.2.1",
"lodash-es": "^4.17.21",
"mem": "^8.1.1",
"node-forge": "^1.3.1",
"path-browserify": "^1.0.1",
"react": "18.1.0",
"react-native": "^0.70.9",
"react-native-android-open-settings": "^1.3.0",
"react-native-biometrics": "^3.0.1",
"react-native-bootsplash": "^4.3.2",
"react-native-camera": "^4.2.1",
"react-native-cloud-fs": "madfish-solutions/react-native-cloud-fs#ee38534accf2a2c091cf43ef5061fec255e95687",
"react-native-config": "^1.4.11",
"react-native-device-info": "^10.2.1",
"react-native-document-picker": "^8.1.1",
"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.7.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.0.0-rc.6",
"react-native-reanimated-carousel": "3.1.0",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-scrypt": "^1.2.1",
"react-native-sha256": "^1.4.8",
"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-redux": "^8.0.4",
"readable-stream": "^4.2.0",
"redux-observable": "^2.0.0",
"redux-persist": "^6.0.0",
"rxjs": "7.4.0",
"stream-browserify": "^3.0.0",
"text-encoding": "^0.7.0",
"ts-action": "^11.0.0",
"ts-action-operators": "^9.1.2",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "^1.1.2",
"youves-sdk": "^0.0.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/runtime": "^7.19.0",
"@react-native-community/eslint-config": "^3.0.1",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.3",
"@types/lodash-es": "^4.17.6",
"@types/react-native": "^0.70.4",
"@types/react-native-push-notification": "^8.1.1",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@wdio/appium-service": "^7.16.6",
"@wdio/cli": "^7.16.10",
"@wdio/cucumber-framework": "^7.16.6",
"@wdio/local-runner": "^7.16.10",
"@wdio/spec-reporter": "^7.16.9",
"appium": "^1.22.3",
"babel-jest": "^27.4.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"deprecated-react-native-prop-types": "^2.3.0",
"dotenv": "^16.0.3",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^25.7.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.73.3",
"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": {
"minimist": "^1.2.6",
"plist": "^3.0.5",
"bl": "^5.0.0",
"ansi-regex": "^5.0.1",
"nanoid": "^3.1.31",
"json-schema": "^0.4.0",
"node-fetch": "^2.6.7",
"jpeg-js": "^0.4.0",
"yargs": "^17.4.0",
"appium-flutter-driver": "^1.0.1",
"appium-chromedriver": "^4.28.0",
"appium-ios-simulator": "^4.0.1",
"appium-xcuitest-driver": "^4.3.2",
"levelup": "^5.1.1",
"shelljs": "^0.8.5",
"simple-plist": "^1.3.1",
"moment": "^2.29.2",
"@taquito/taquito": "17.0.0",
"@taquito/utils": "17.0.0",
"@taquito/beacon-wallet": "17.0.0",
"@taquito/contracts-library": "17.0.0",
"@taquito/tzip16": "17.0.0",
"bignumber.js": "9.1.1"
}
}