Files
trezor-suite/suite-common/formatters/package.json
2026-01-05 10:19:42 +01:00

29 lines
952 B
JSON

{
"name": "@suite-common/formatters",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"test:unit": "yarn g:jest -c=../../jest.config.base.js",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@formatjs/intl": "3.1.6",
"@mobily/ts-belt": "^3.13.1",
"@suite-common/suite-constants": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/utils": "workspace:*",
"date-fns": "^4.1.0",
"react": "19.1.0",
"react-intl": "^8.0.6"
}
}