mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-23 15:47:18 +01:00
- remove re-exports, use direct imports from @suite/intl - resolve cir. dep. between suite-data and package/suite - update imports from @suite-common/intl-types to @suite/intl - update imports from src/support/messages to @suite/intl - remove @suite-common/intl-types - move Translation from @trezor/suite to the new package
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"name": "@suite-common/wallet-utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build",
|
|
"test:unit": "yarn g:jest",
|
|
"test-unit:watch": "yarn g:jest -o --watch"
|
|
},
|
|
"dependencies": {
|
|
"@suite-common/fiat-services": "workspace:*",
|
|
"@suite-common/metadata-types": "workspace:*",
|
|
"@suite-common/suite-constants": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@suite-common/test-utils": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-constants": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite/intl": "workspace:*",
|
|
"@trezor/address-validator": "workspace:*",
|
|
"@trezor/blockchain-link": "workspace:*",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/blockchain-link-utils": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/urls": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"bech32": "2.0.0",
|
|
"date-fns": "^4.1.0",
|
|
"react": "19.1.0",
|
|
"react-hook-form": "^7.66.1",
|
|
"web3-eth-abi": "^4.4.1",
|
|
"web3-utils": "^4.3.2"
|
|
}
|
|
}
|