-
-
Notifications
You must be signed in to change notification settings - Fork 367
Expand file tree
/
Copy pathpackage.json
More file actions
216 lines (216 loc) · 9.12 KB
/
Copy pathpackage.json
File metadata and controls
216 lines (216 loc) · 9.12 KB
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
{
"name": "@trezor/suite",
"suiteVersion": "26.8.0",
"version": "1.0.0",
"private": true,
"exports": {
".": {
"types": "./libDev/index.d.ts",
"default": "./index.ts"
},
"./mocks": {
"types": "./libDev/mocks/index.d.ts",
"default": "./mocks/index.ts"
}
},
"scripts": {
"depcheck": "yarn g:depcheck",
"lint": "yarn lint:styles && yarn lint:js",
"lint:styles": "stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
"make:migration": "yarn workspace @suite/idb-migration-utils make:migration",
"type-check": "yarn g:tsc --build tsconfig.json",
"test:unit": "yarn g:jest",
"test-unit:watch": "yarn g:jest -o --watch",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'"
},
"dependencies": {
"@floating-ui/react": "^0.27.17",
"@formatjs/intl": "4.1.2",
"@hookform/resolvers": "^5.4.0",
"@mobily/ts-belt": "^3.13.1",
"@reduxjs/toolkit": "2.12.0",
"@sentry/core": "10.62.0",
"@suite-common/address": "workspace:*",
"@suite-common/analytics": "workspace:*",
"@suite-common/analytics-redux": "workspace:*",
"@suite-common/assets": "workspace:*",
"@suite-common/backup": "workspace:*",
"@suite-common/bip329": "workspace:*",
"@suite-common/bip329-types": "workspace:*",
"@suite-common/bluetooth": "workspace:*",
"@suite-common/calldata": "workspace:*",
"@suite-common/connect-init": "workspace:*",
"@suite-common/connect-popup": "workspace:*",
"@suite-common/delegated-identity-key": "workspace:*",
"@suite-common/dependency-injection": "workspace:*",
"@suite-common/device": "workspace:*",
"@suite-common/device-authenticity": "workspace:*",
"@suite-common/discreet-mode": "workspace:*",
"@suite-common/earn-stablecoin": "workspace:^",
"@suite-common/earn-stablecoin-api": "workspace:*",
"@suite-common/earn-staking-api": "workspace:*",
"@suite-common/feedback": "workspace:*",
"@suite-common/fiat-services": "workspace:*",
"@suite-common/firmware": "workspace:*",
"@suite-common/firmware-authenticity": "workspace:*",
"@suite-common/flags": "workspace:*",
"@suite-common/formatters": "workspace:*",
"@suite-common/geolocation": "workspace:*",
"@suite-common/logger": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/metadata-types": "workspace:*",
"@suite-common/mev": "workspace:*",
"@suite-common/networks": "workspace:*",
"@suite-common/platform-encryption": "workspace:*",
"@suite-common/react-query": "workspace:*",
"@suite-common/receive": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/release-notes": "workspace:*",
"@suite-common/sentry": "workspace:*",
"@suite-common/staking": "workspace:*",
"@suite-common/suite-config": "workspace:*",
"@suite-common/suite-constants": "workspace:*",
"@suite-common/suite-rbf-labels-migrations": "workspace:*",
"@suite-common/suite-rbf-labels-migrations-types": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/suite-sync-quota-manager": "workspace:*",
"@suite-common/suite-sync-storage": "workspace:*",
"@suite-common/suite-sync-types": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite-common/support": "workspace:*",
"@suite-common/test-utils": "workspace:*",
"@suite-common/thp": "workspace:*",
"@suite-common/toast-notifications": "workspace:*",
"@suite-common/token-definitions": "workspace:*",
"@suite-common/trading": "workspace:*",
"@suite-common/transaction-search": "workspace:*",
"@suite-common/transfer-uri": "workspace:*",
"@suite-common/tx-simulation": "workspace:^",
"@suite-common/validators": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-constants": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite-common/walletconnect": "workspace:*",
"@suite/account": "workspace:*",
"@suite/address": "workspace:*",
"@suite/analytics": "workspace:*",
"@suite/authenticity-checks": "workspace:*",
"@suite/backup": "workspace:*",
"@suite/coinjoin": "workspace:*",
"@suite/debug": "workspace:*",
"@suite/desktop-update": "workspace:*",
"@suite/device": "workspace:*",
"@suite/discovery": "workspace:*",
"@suite/discreet-mode": "workspace:*",
"@suite/experimental": "workspace:*",
"@suite/external-links": "workspace:*",
"@suite/feature-feedback": "workspace:*",
"@suite/firmware-upgrade": "workspace:*",
"@suite/flags": "workspace:*",
"@suite/github": "workspace:*",
"@suite/idb-migration-utils": "workspace:*",
"@suite/intl": "workspace:*",
"@suite/labeling": "workspace:*",
"@suite/locks": "workspace:*",
"@suite/macos": "workspace:*",
"@suite/message-system": "workspace:*",
"@suite/metadata": "workspace:*",
"@suite/metadata-migration": "workspace:*",
"@suite/modal": "workspace:*",
"@suite/nfc": "workspace:*",
"@suite/onboarding-components": "workspace:*",
"@suite/receive": "workspace:*",
"@suite/recovery": "workspace:*",
"@suite/router": "workspace:*",
"@suite/sentry": "workspace:*",
"@suite/settings": "workspace:*",
"@suite/sign-verify": "workspace:*",
"@suite/suite-sync": "workspace:*",
"@suite/thp": "workspace:*",
"@suite/tor": "workspace:*",
"@suite/trading": "workspace:*",
"@suite/transfer-uri": "workspace:*",
"@suite/tx-simulation": "workspace:^",
"@suite/ui-animations": "workspace:*",
"@suite/wallet": "workspace:*",
"@tanstack/react-query": "5.101.2",
"@testing-library/jest-dom": "6.9.1",
"@trezor/analytics-uploader": "workspace:*",
"@trezor/asset-utils": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/blockchain-link-utils": "workspace:*",
"@trezor/coinjoin": "workspace:*",
"@trezor/components": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/connect-common": "workspace:^",
"@trezor/crypto-utils": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/dom-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/icons": "workspace:*",
"@trezor/network-module-suite-common-types": "workspace:*",
"@trezor/network-solana": "workspace:*",
"@trezor/network-stellar": "workspace:*",
"@trezor/product-components": "workspace:*",
"@trezor/react-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/suite-data": "workspace:*",
"@trezor/suite-desktop-api": "workspace:*",
"@trezor/suite-storage": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/transport-bluetooth": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"@zxing/library": "^0.21.3",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"framer-motion": "^12.33.0",
"history": "^5.3.0",
"idb": "^8.0.3",
"immer": "11.1.8",
"lottie-react": "2.4.1",
"pako": "^2.1.0",
"pdfmake": "^0.3.7",
"polished": "^4.3.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-error-boundary": "^6.0.0",
"react-focus-lock": "^2.13.7",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.77.0",
"react-intl": "^8.1.3",
"react-redux": "9.3.0",
"react-select": "^5.10.2",
"react-toastify": "^11.0.5",
"react-use": "^17.6.1",
"react-zxing": "^2.1.0",
"recharts": "^2.15.3",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"semver": "^7.7.1",
"styled-components": "^6.3.9"
},
"devDependencies": {
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@trezor/eslint": "workspace:*",
"@types/file-saver": "^2.0.6",
"@types/invity-api": "^1.1.19",
"@types/pako": "^2.0.4",
"@types/pdfmake": "^0.3.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/redux-logger": "^3.0.13",
"@types/semver": "^7.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-watch-typeahead": "3.0.1",
"postcss-styled-syntax": "^0.7.1",
"stylelint": "^17.1.1",
"stylelint-config-standard": "^40.0.0"
}
}